aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-09 09:08:14 -0700
committerAdam Vandenberg2013-06-09 09:08:14 -0700
commitecba8442af8810a712cf3dab5d3946d1d3cbabe7 (patch)
treec887d444dcc7afc2982262a6df5768f1d3b7631b /Library/Formula
parent538a0b5b2d564566250005e0ff3b6252ba06732e (diff)
downloadhomebrew-ecba8442af8810a712cf3dab5d3946d1d3cbabe7.tar.bz2
rbenv-bundler 0.96
Closes #20149.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rbenv-bundler.rb15
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