Skip to content

Commit

Permalink
Moved dependencies from primary cookbook up to the test cookbook wher…
Browse files Browse the repository at this point in the history
…e really needed.
  • Loading branch information
flatrocks committed May 22, 2015
1 parent 0978497 commit bcab906
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@
version '0.1.0'

depends 'ruby', '~>0.9'
depends 'mysql', '~> 6.0'
depends 'database', '~> 4.0'
depends 'mysql2_chef_gem', '~> 1.0'
5 changes: 3 additions & 2 deletions test/fixtures/cookbooks/test/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'

depends 'mysql', ">= 6.0"
depends 's3_backup'
depends 's3_backup'
depends 'mysql', '~> 6.0'
depends 'mysql2_chef_gem', '~> 1.0'

0 comments on commit bcab906

Please sign in to comment.