Sha256: 55692656f1b4aec678bb90d58802a0268414e059513f7bc8a84a1ca212d0bbc9
Contents?: true
Size: 646 Bytes
Versions: 1
Compression:
Stored size: 646 Bytes
Contents
## coerce.gemspec # Gem::Specification::new do |spec| spec.name = "coerce" spec.version = "0.0.4" spec.platform = Gem::Platform::RUBY spec.summary = "coerce" spec.description = "description: coerce kicks the ass" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
coerce-0.0.4 | coerce.gemspec |