lib/bagit.rb in bagit-0.0.4 vs lib/bagit.rb in bagit-0.1.0

- old
+ new

@@ -1,11 +1,11 @@ # == About bagit.rb # Author:: Francesco Lazzarino (mailto:flazzarino@gmail.com) -# Functionality conforms to the BagIt Spec v0.95: +# Functionality conforms to the BagIt Spec v0.96: # http://www.cdlib.org/inside/diglib/bagit/bagitspec.html require 'bagit/bag' module BagIt # The version of the BagIt specification the code is conforming to. - SPEC_VERSION = '0.95' + SPEC_VERSION = '0.96' end