brew-gem 0.1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
8c3348b17e
commit
4aac74bb63
1 changed files with 11 additions and 0 deletions
11
Formula/brew-gem.rb
Normal file
11
Formula/brew-gem.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue