aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author謝致邦2014-02-21 12:30:44 +0800
committerBrett Koonce2014-02-20 23:03:25 -0600
commit48bbb413e53a3a9b3608d63648eee6819809a9c9 (patch)
treedc62e57538035ba609b6f6946d730dd98c4b19c3
parentb1faa7ab9a5b399a2f07bd45b0bdd530625c23fb (diff)
downloadhomebrew-48bbb413e53a3a9b3608d63648eee6819809a9c9.tar.bz2
rbenv-bundler 0.9.7
Closes #26878. Signed-off-by: Brett Koonce <koonce@gmail.com>
-rw-r--r--Library/Formula/rbenv-bundler.rb9
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/rbenv-bundler.rb b/Library/Formula/rbenv-bundler.rb
index 369339291..73a968331 100644
--- a/Library/Formula/rbenv-bundler.rb
+++ b/Library/Formula/rbenv-bundler.rb
@@ -2,17 +2,12 @@ require 'formula'
class RbenvBundler < Formula
homepage 'https://github.com/carsomyr/rbenv-bundler'
- url 'https://github.com/carsomyr/rbenv-bundler/archive/0.96.tar.gz'
- sha1 '02339c604c840f24b66523c9faad6ed82500eda1'
+ url 'https://github.com/carsomyr/rbenv-bundler/archive/0.97.tar.gz'
+ sha1 'a31e0893465566db8e5c11c555b2ba0d314a869b'
head 'https://github.com/carsomyr/rbenv-bundler.git'
depends_on 'rbenv'
- def patches
- # Pending new tag: https://github.com/carsomyr/rbenv-bundler/issues/38
- "https://github.com/carsomyr/rbenv-bundler/commit/0aebf2.patch"
- end
-
def install
prefix.install Dir['*']
end