aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/brew-gem.rb
blob: 941502058b92fe787c91f38aed827e96878a7393 (plain)
1
2
3
4
5
6
7
8
9
10
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