Sha256: a0b89b7b52660c914405c2803681bdb1705b69bdc2c327c1cbee06bfb2e09638
Contents?: true
Size: 432 Bytes
Versions: 5
Compression:
Stored size: 432 Bytes
Contents
# frozen_string_literal: true # == 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.6.0 | lib/bagit.rb |
bagit-0.5.0 | lib/bagit.rb |
bagit-0.4.6 | lib/bagit.rb |
bagit-0.4.5 | lib/bagit.rb |
bagit-0.4.4 | lib/bagit.rb |