Sha256: 38aecc20d0ec7133511593265fee78870e3c4b6c85191ec9cc632f2372dd3e4c
Contents?: true
Size: 680 Bytes
Versions: 2
Compression:
Stored size: 680 Bytes
Contents
## coerce.gemspec # Gem::Specification::new do |spec| spec.name = "coerce" spec.version = "0.0.8" spec.platform = Gem::Platform::RUBY spec.summary = "coerce" spec.description = "description: coerce kicks the ass" spec.license = "same as ruby's" spec.files = ["README", "Rakefile", "coerce.gemspec", "lib", "lib/coerce.rb"] spec.executables = [] spec.require_path = "lib" spec.test_files = nil spec.add_dependency(*["chronic", ">= 0.6.2"]) spec.extensions.push(*[]) spec.rubyforge_project = "codeforpeople" spec.author = "Ara T. Howard" spec.email = "ara.t.howard@gmail.com" spec.homepage = "https://github.com/ahoward/coerce" end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
dao-8.0.0 | coerce-0.0.8/coerce.gemspec |
coerce-0.0.8 | coerce.gemspec |