lib/bagit.rb in bagit-0.2.0 vs lib/bagit.rb in bagit-0.3.0.pre
- old
+ new
@@ -2,10 +2,12 @@
# Author:: Francesco Lazzarino (mailto:flazzarino@gmail.com)
# Functionality conforms to the BagIt Spec v0.96:
# http://www.cdlib.org/inside/diglib/bagit/bagitspec.html
require 'bagit/bag'
+require 'fileutils'
+require 'date'
module BagIt
# The version of the BagIt specification the code is conforming to.
- SPEC_VERSION = '0.96'
+ SPEC_VERSION = '0.97'
end