lib/chef/cookbook_version.rb in chef-0.10.0.beta.6 vs lib/chef/cookbook_version.rb in chef-0.10.0.beta.7

- old
+ new

@@ -437,9 +437,14 @@ generate_manifest end @checksums end + def manifest_records_by_path + @manifest_records_by_path || generate_manifest + @manifest_records_by_path + end + def full_name "#{name}-#{version}" end def attribute_filenames=(*filenames)