aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rbenv-bundler.rb
blob: adb109394204554a4911301f2ebfb8d0dcf7776a (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.98.tar.gz'
  sha1 '12213ebf7dda33d8112a1ec55aff71c60268ca1a'
  head 'https://github.com/carsomyr/rbenv-bundler.git'

  depends_on 'rbenv'

  def install
    prefix.install Dir['*']
  end
end