2011-07-23 19:02:24 +00:00
|
|
|
class BrewGem < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Install rubygems as homebrew formulas"
|
2014-10-07 21:15:14 +00:00
|
|
|
homepage "https://github.com/sportngin/brew-gem"
|
2015-09-18 16:04:12 +00:00
|
|
|
url "https://github.com/sportngin/brew-gem/archive/v0.5.2.tar.gz"
|
|
|
|
sha256 "77ed5b2e4f3b15a9d316691c9e0fb8c25367d313d7f6426d03d733866ec4f75f"
|
2011-07-23 19:02:24 +00:00
|
|
|
|
2015-10-23 08:34:23 +00:00
|
|
|
bottle :unneeded
|
|
|
|
|
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
|