require 'formula'
class RbenvGemRehash < Formula
url 'https://github.com/sstephenson/rbenv-gem-rehash/tarball/v0.1.0'
homepage 'https://github.com/sstephenson/rbenv-gem-rehash'
md5 '38ecfe683696a399caa515577964524b'
head 'https://github.com/sstephenson/rbenv-gem-rehash.git'
def install
prefix.install Dir['*']
end
end
https://gist.github.com/1236447