diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rbenv-bundler.rb | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/Library/Formula/rbenv-bundler.rb b/Library/Formula/rbenv-bundler.rb index 516883f05..83d3013fa 100644 --- a/Library/Formula/rbenv-bundler.rb +++ b/Library/Formula/rbenv-bundler.rb @@ -2,23 +2,12 @@ require 'formula' class RbenvBundler < Formula homepage 'https://github.com/carsomyr/rbenv-bundler' - url 'https://github.com/carsomyr/rbenv-bundler/archive/0.95.tar.gz' - sha1 '69485192665caea669a9bc1a86ad225833e3d667' + url 'https://github.com/carsomyr/rbenv-bundler/archive/0.96.tar.gz' + sha1 '02339c604c840f24b66523c9faad6ed82500eda1' depends_on 'rbenv' def install prefix.install Dir['*'] - - ln_sf opt_prefix, "#{HOMEBREW_PREFIX}/var/lib/rbenv/plugins/#{name}" - end - - def caveats; <<-EOS.undent - rbenv-bundler may cause problems with rbenv including significant slowdown - of shell initialisation and rehashing. - - Please report any issues with rbenv after installing this plugin here: - https://github.com/carsomyr/rbenv-bundler/issues/new - EOS end end |
