2011-07-23 19:02:24 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class BrewGem < Formula
|
|
|
|
url 'https://github.com/josh/brew-gem/tarball/v0.1.2'
|
|
|
|
homepage 'https://github.com/josh/brew-gem'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '03454394c9f6288c8aeee6e8523d3ef48d6f07c1'
|
2011-07-23 19:02:24 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'bin/brew-gem'
|
|
|
|
end
|
|
|
|
end
|