Sha256: 39fd9fac491eb53e609dc435d1a02de234c8645c3597e608e9f391a88cc10fcf
Contents?: true
Size: 515 Bytes
Versions: 1
Compression:
Stored size: 515 Bytes
Contents
BAGIT_SPEC = Gem::Specification.new do |spec| spec.name = "bagit" spec.version = '0.2.0' spec.summary = "BagIt package generation and validation" spec.description = "Ruby Library and Command Line tools for bagit" spec.email = "flazzarino@gmail.com" spec.homepage = 'http://github.com/flazz/bagit' spec.authors = ["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.2.0 | bagit.gemspec |