lib/nanoc/base/compilation/checksum_store.rb in nanoc-4.0.0b2 vs lib/nanoc/base/compilation/checksum_store.rb in nanoc-4.0.0b3

- old
+ new

@@ -1,6 +1,4 @@ -# encoding: utf-8 - module Nanoc::Int # Stores checksums for objects in order to be able to detect whether a file # has changed since the last site compilation. # # @api private