homebrew-core/Formula/rbenv-bundle-exec.rb
Dean Morin 026bea985d rbenv-bundle-exec 1.0.0
Closes Homebrew/homebrew#32408.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-15 08:13:50 +00:00

15 lines
371 B
Ruby

require "formula"
class RbenvBundleExec < Formula
homepage "https://github.com/maljub01/rbenv-bundle-exec"
url "https://github.com/maljub01/rbenv-bundle-exec/archive/v1.0.0.tar.gz"
sha1 "2094ce0ac8f53b500f35a1a1b47a654a42611a35"
head "https://github.com/maljub01/rbenv-bundle-exec.git"
depends_on "rbenv"
def install
prefix.install Dir["*"]
end
end