brew-gem 0.1.2

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Joshua Peek 2011-07-23 14:02:24 -05:00 committed by Adam Vandenberg
parent 8c3348b17e
commit 4aac74bb63

11
Formula/brew-gem.rb Normal file
View file

@ -0,0 +1,11 @@
require 'formula'
class BrewGem < Formula
url 'https://github.com/josh/brew-gem/tarball/v0.1.2'
homepage 'https://github.com/josh/brew-gem'
md5 'c39f1c5db2e4d18349109aeed8136970'
def install
bin.install 'bin/brew-gem'
end
end