rbenv-bundler 0.94

rbenv-bundler is an rbenv plugin that makes shims aware of bundle
installation paths

Closes Homebrew/homebrew#14496.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Chris Moore 2012-08-28 07:30:27 -04:00 committed by Adam Vandenberg
parent e3d2f37e69
commit c36fe1a909
1 changed files with 13 additions and 0 deletions

13
Formula/rbenv-bundler.rb Normal file
View File

@ -0,0 +1,13 @@
require 'formula'
class RbenvBundler < Formula
homepage 'https://github.com/carsomyr/rbenv-bundler'
url 'https://github.com/carsomyr/rbenv-bundler/tarball/0.94'
sha1 '73b1aa192f22571b38d4e110d76f4138c5233c8f'
depends_on 'rbenv'
def install
prefix.install Dir['*']
end
end