Sha256: a176ea7660d3c8a0b76c633bf7a0871af5ebc495b792f1df6d180a117e542169

Contents?: true

Size: 339 Bytes

Versions: 1

Compression:

Stored size: 339 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.1.0 lib/bagit.rb