diff options
| author | 謝致邦 | 2014-02-21 12:30:44 +0800 |
|---|---|---|
| committer | Brett Koonce | 2014-02-20 23:03:25 -0600 |
| commit | 48bbb413e53a3a9b3608d63648eee6819809a9c9 (patch) | |
| tree | dc62e57538035ba609b6f6946d730dd98c4b19c3 | |
| parent | b1faa7ab9a5b399a2f07bd45b0bdd530625c23fb (diff) | |
| download | homebrew-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.rb | 9 |
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 |
