aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/brew-gem.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/brew-gem.rb')
-rw-r--r--Library/Formula/brew-gem.rb11
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