Sha256: e2bb81e9ff4b2f0dda8009ead869b69e65f8762b125b60acdb7da87dd6197d6b
Contents?: true
Size: 401 Bytes
Versions: 5
Compression:
Stored size: 401 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 'bagit/version' require 'fileutils' require 'date' require 'logger' module BagIt # The version of the BagIt specification the code is conforming to. SPEC_VERSION = '0.97' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
bagit-0.4.2 | lib/bagit.rb |
bagit-0.4.1 | lib/bagit.rb |
bagit-0.4.0 | lib/bagit.rb |
bagit-0.3.5 | lib/bagit.rb |
bagit-0.3.4 | lib/bagit.rb |