Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
rbenv-default-gems: 1.0.0 (new formula)
Browse files Browse the repository at this point in the history
Closes #17545.

Signed-off-by: Mike McQuaid <[email protected]>
  • Loading branch information
jsallis authored and MikeMcQuaid committed Feb 6, 2013
1 parent 0b02b95 commit c2e5029
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Library/Formula/rbenv-default-gems.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
require 'formula'

class RbenvDefaultGems < Formula
homepage 'https://github.com/sstephenson/rbenv-default-gems'
url 'https://github.com/sstephenson/rbenv-default-gems/tarball/v1.0.0'
sha1 '31789539ad0e69c2b9e2ec0da1d9acb8fba8b2bc'

head 'https://github.com/sstephenson/rbenv-default-gems.git'

depends_on 'rbenv'
depends_on 'ruby-build'

def install
prefix.install Dir['*']
ln_sf opt_prefix, "#{HOMEBREW_PREFIX}/var/lib/rbenv/plugins/#{name}"
end
end

0 comments on commit c2e5029

Please sign in to comment.