From ecba8442af8810a712cf3dab5d3946d1d3cbabe7 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 9 Jun 2013 09:08:14 -0700 Subject: rbenv-bundler 0.96 Closes #20149. --- Library/Formula/rbenv-bundler.rb | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3