Skip to content

Commit

Permalink
Initial Berksfile & metadata.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ichilton committed Oct 11, 2013
1 parent 5d5513f commit 83e4f0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Berksfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
site :opscode

cookbook "chruby_install", github: "ichilton/chef_chruby_install"

metadata
5 changes: 5 additions & 0 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
description 'Installs different Ruby versions, chruby for switching and any gems required'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'

depends 'chruby_install'
depends 'ruby_install'

supports 'ubuntu'

0 comments on commit 83e4f0f

Please sign in to comment.