lib/chef-api/resources/cookbook_version.rb in chef-api-0.10.0 vs lib/chef-api/resources/cookbook_version.rb in chef-api-0.10.2

- old
+ new

@@ -1,7 +1,7 @@ module ChefAPI class Resource::CookbookVersion < Resource::Base - collection_path '/cookbooks/:cookbook' + collection_path "/cookbooks/:cookbook" schema do attribute :name, type: String, primary: true, required: true attribute :cookbook_name, type: String, required: true attribute :metadata, type: Hash, required: true