Sha256: df77d10f628b379f42f6835abca1bfce29d25e2fa287b3d302d8f7cf0e5b43ea

Contents?: true

Size: 533 Bytes

Versions: 1

Compression:

Stored size: 533 Bytes

Contents

BAGIT_SPEC = Gem::Specification.new do |spec|
  spec.name        = "bagit"
  spec.version     = '0.3.0.pre'
  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"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bagit-0.3.0.pre bagit.gemspec