homebrew-core/Formula/brew-gem.rb

13 lines
342 B
Ruby
Raw Normal View History

class BrewGem < Formula
desc "Install rubygems as homebrew formulas"
homepage "https://github.com/sportngin/brew-gem"
url "https://github.com/sportngin/brew-gem/archive/v0.5.2.tar.gz"
sha256 "77ed5b2e4f3b15a9d316691c9e0fb8c25367d313d7f6426d03d733866ec4f75f"
2015-10-23 08:34:23 +00:00
bottle :unneeded
def install
bin.install "bin/brew-gem"
end
end