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