rbenv-bundler 0.9.7
Closes Homebrew/homebrew#26878. Signed-off-by: Brett Koonce <koonce@gmail.com>
This commit is contained in:
parent
1bd7d5946b
commit
9c952c84e8
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue