Sha256: 200e22932089e25664f1a60f4809346c6092c48a01fc050fc4f69f7079d54dcd

Contents?: true

Size: 559 Bytes

Versions: 1

Compression:

Stored size: 559 Bytes

Contents

BAGIT_SPEC = Gem::Specification.new do |spec|
  spec.name        = "bagit"
  spec.version     = '0.3.0'
  spec.summary     = "BagIt package generation and validation"
  spec.description = "Ruby Library and Command Line tools for bagit"
  spec.email       = "johnson.tom@gmail.com"
  spec.homepage    = 'http://github.com/tipr/bagit'
  spec.authors     = ["Tom Johnson, Francesco Lazzarino"]

  spec.add_dependency 'validatable', '~> 1.6'

  spec.files = %w(Rakefile README.md LICENSE.txt bagit.gemspec) + Dir["lib/**/*.rb"]
  spec.executables << 'bagit'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bagit-0.3.0 bagit.gemspec