Skip to content

Commit

Permalink
preserve metadata.rb (chef-boneyard#132)
Browse files Browse the repository at this point in the history
Changed to match berkshelf >= 7.0's behavior

Will allow people to download off of supermarket and modify the sources and
"recompile" into a new cookbook.

Signed-off-by: Lamont Granquist <[email protected]>
  • Loading branch information
lamont-granquist authored and tas50 committed Dec 3, 2018
1 parent af61d67 commit b21e95c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stove/packager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Packager
'CHANGELOG.*',
'CONTRIBUTING.md',
'MAINTAINERS.md',
'metadata.json',
'metadata.{json,rb}',
'attributes/*.rb',
'definitions/*.rb',
'files/**/*',
Expand Down
1 change: 1 addition & 0 deletions spec/integration/cookbook_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module Stove
basic/files/default/patch.txt
basic/libraries/magic.rb
basic/metadata.json
basic/metadata.rb
basic/providers/thing.rb
basic/recipes/default.rb
basic/recipes/system.rb
Expand Down

0 comments on commit b21e95c

Please sign in to comment.