Sha256: f40566ac0d4af9d500e6f663903034c3cc7af99abfb1972dda85c7902c4c24f0
Contents?: true
Size: 385 Bytes
Versions: 2
Compression:
Stored size: 385 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' module BagIt # The version of the BagIt specification the code is conforming to. SPEC_VERSION = '0.97' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bagit-0.3.2 | lib/bagit.rb |
bagit-0.3.2.pre | lib/bagit.rb |