berkshelf / ridley

A reliable Chef API client with a clean syntax
Other
231 stars 85 forks source link

Support new cookbook metadata #341

Closed thommay closed 8 years ago

thommay commented 8 years ago

Fixes #338

lamont-granquist commented 8 years ago

can we rub some method_missing on this to warn that there's new metadata?

thommay commented 8 years ago

@lamont-granquist done

lamont-granquist commented 8 years ago

:+1:

bleything commented 8 years ago

Hey, any chance you could cut a bugfix release with this fix? With chef pulling apt_repository into core and changing its behaviour I suddenly have a bunch of cookbooks that require a specific version of chef and berks blowing up in all of them.

thommay commented 8 years ago

@bleything done.

bleything commented 8 years ago

Thank you!