Skip to content

Commit

Permalink
Add build-essential dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ichilton committed Oct 18, 2013
1 parent 08f75f6 commit 6568ced
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'

depends 'build-essential'
depends 'chruby_install'
depends 'ruby_install'

supports 'ubuntu'

1 change: 1 addition & 0 deletions recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Recipe:: default
#

include_recipe 'build-essential'
include_recipe 'chruby_install'
include_recipe 'ruby_install'

Expand Down

0 comments on commit 6568ced

Please sign in to comment.