Sha256: 0a3b6b22e2947c907d1a18db4a8c919cdca1ba94418f077f42c1f9eb475a57bf

Contents?: true

Size: 272 Bytes

Versions: 7

Compression:

Stored size: 272 Bytes

Contents

require 'active_fedora'
require 'bagit'
require 'mime-types'

require 'hybag/version'
require 'hybag/baggable'
require 'hybag/validator'
require 'hybag/bag_writer'
require 'hybag/ingester'

module Hybag
  def self.ingest(bag)
    Hybag::Ingester.new(bag).ingest
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hybag-0.0.10 lib/hybag.rb
hybag-0.0.9 lib/hybag.rb
hybag-0.0.8 lib/hybag.rb
hybag-0.0.7 lib/hybag.rb
hybag-0.0.6 lib/hybag.rb
hybag-0.0.5 lib/hybag.rb
hybag-0.0.4 lib/hybag.rb