diff options
| author | Joshua Peek | 2011-07-23 14:02:24 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2011-08-13 20:44:57 -0700 |
| commit | b37c20490007b5af1329065fbeab4831154c01f3 (patch) | |
| tree | da7499f7afd032b18ea0076e085c9b6f2dc09761 /Library/Formula | |
| parent | 4474df2fd2143f8d71219d2e2ac34e039c3567f8 (diff) | |
| download | homebrew-b37c20490007b5af1329065fbeab4831154c01f3.tar.bz2 | |
brew-gem 0.1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/brew-gem.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/brew-gem.rb b/Library/Formula/brew-gem.rb new file mode 100644 index 000000000..941502058 --- /dev/null +++ b/Library/Formula/brew-gem.rb @@ -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 |
