Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
include rubygems in rubygems-app
Browse files Browse the repository at this point in the history
dwradcliffe committed Jun 18, 2014
1 parent c765b3f commit beefe3d
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -143,7 +143,7 @@ GRAPH
rubygems-sensu (>= 0.0.0)
rubygems-ssh (>= 0.0.0)
rubygems-utility (>= 0.0.0)
rubygems-app (0.0.5)
rubygems-app (0.0.6)
apt (>= 0.0.0)
chef-vault (>= 0.0.0)
git (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-app/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name 'rubygems-app'

version '0.0.5'
version '0.0.6'

depends 'apt'
depends 'chef-vault'
2 changes: 2 additions & 0 deletions cookbooks/rubygems-app/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -3,6 +3,8 @@
# Recipe:: default
#

include_recipe 'rubygems'

node.default['nodejs']['install_method'] = 'package'

include_recipe 'apt'

0 comments on commit beefe3d

Please sign in to comment.