Sha256: 17f992f453f985ae1b766a5d4b8f15fabbc4050da4f62728a03ad786f2ae2559

Contents?: true

Size: 339 Bytes

Versions: 5

Compression:

Stored size: 339 Bytes

Contents

# == About bagit.rb
# Author::    Francesco Lazzarino  (mailto:flazzarino@gmail.com)
# Functionality conforms to the BagIt Spec v0.95:
# 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.95'             
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
flazz-bagit-0.0.1 lib/bagit.rb
flazz-bagit-0.0.2 lib/bagit.rb
bagit-0.0.4 lib/bagit.rb
bagit-0.0.3 lib/bagit.rb
bagit-0.0.2 lib/bagit.rb