Sha256: 354a1f6cbcb9c636d153203b45d058fd2ea7a1813c895ff5867b9b306b50038f
Contents?: true
Size: 361 Bytes
Versions: 3
Compression:
Stored size: 361 Bytes
Contents
# == About bagit.rb # 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.97' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bagit-0.3.1 | lib/bagit.rb |
bagit-0.3.0 | lib/bagit.rb |
bagit-0.3.0.pre | lib/bagit.rb |