lib/berkshelf/cached_cookbook.rb in berkshelf-1.0.0.rc1 vs lib/berkshelf/cached_cookbook.rb in berkshelf-1.0.0.rc2

- old
+ new

@@ -133,10 +133,10 @@ # an hash containing the checksums and expanded file paths of all of the # files found in the instance of CachedCookbook # # example: # { - # "da97c94bb6acb2b7900cbf951654fea3" => "/Users/reset/.berkshelf/nginx-0.101.2/README.md" + # "da97c94bb6acb2b7900cbf951654fea3" => "/Users/reset/.berkshelf/nginx-0.101.2/README.md" # } def checksums {}.tap do |checksums| files.each do |file| checksums[self.class.checksum(file)] = file