e7cb144736
Closes Homebrew/homebrew#32411.
11 lines
267 B
Ruby
11 lines
267 B
Ruby
require "formula"
|
|
|
|
class BrewGem < Formula
|
|
homepage "https://github.com/sportngin/brew-gem"
|
|
url "https://github.com/sportngin/brew-gem/archive/0.5.1.tar.gz"
|
|
sha1 "37b77607119f9ca95a7d28c231bb4f3bb3fe1c3f"
|
|
|
|
def install
|
|
bin.install "bin/brew-gem"
|
|
end
|
|
end
|