2014-10-07 21:15:14 +00:00
|
|
|
require "formula"
|
2011-07-23 19:02:24 +00:00
|
|
|
|
|
|
|
class BrewGem < Formula
|
2014-10-07 21:15:14 +00:00
|
|
|
homepage "https://github.com/sportngin/brew-gem"
|
|
|
|
url "https://github.com/sportngin/brew-gem/archive/0.5.1.tar.gz"
|
|
|
|
sha1 "37b77607119f9ca95a7d28c231bb4f3bb3fe1c3f"
|
2011-07-23 19:02:24 +00:00
|
|
|
|
|
|
|
def install
|
2014-10-07 21:15:14 +00:00
|
|
|
bin.install "bin/brew-gem"
|
2011-07-23 19:02:24 +00:00
|
|
|
end
|
|
|
|
end
|