aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/brew-gem.rb
blob: e646c870000247017a9ecb46f2b89d881f826705 (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

class BrewGem < Formula
  homepage 'https://github.com/josh/brew-gem'
  url 'https://github.com/josh/brew-gem/tarball/v0.1.2'
  sha1 '03454394c9f6288c8aeee6e8523d3ef48d6f07c1'

  def install
    bin.install 'bin/brew-gem'
  end
end