aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rbenv-bundler.rb
blob: 73a96833111c1670817a5cd634596a7a53a6edc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require 'formula'

class RbenvBundler < Formula
  homepage 'https://github.com/carsomyr/rbenv-bundler'
  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 install
    prefix.install Dir['*']
  end
end