Sha256: 8f37986f54cb88c4313c13099014a53919e0791b5d43ea28f06229b08076753f
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.3" 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.3 | coerce.gemspec |