rbenv / rbenv-gem-rehash

DEPRECATED - Never run `rbenv rehash` again
MIT License
366 stars 10 forks source link

Submit to Homebrew #1

Closed josh closed 13 years ago

josh commented 13 years ago
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

brew install https://raw.github.com/gist/1236447/cb89e3173255d7023f72865b247be291967c9ae4/rbenv-gem-rehash.rb