2011-07-23 19:02:24 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class BrewGem < Formula
|
|
|
|
homepage 'https://github.com/josh/brew-gem'
|
2013-03-29 01:03:20 +00:00
|
|
|
url 'https://github.com/josh/brew-gem/archive/v0.1.2.tar.gz'
|
|
|
|
sha1 'fccccc5e7f00cbd69ff66c3f9a0e365bfb39641e'
|
2011-07-23 19:02:24 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'bin/brew-gem'
|
|
|
|
end
|
|
|
|
end
|