Sha256: 9362113710b766e4d3b88c8e35c4664faad9a7a34d45fb057eee57062947c5fe

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.6"
  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
asana2flowdock-1.0.0 vendor/bundle/ruby/1.9.1/gems/coerce-0.0.6/coerce.gemspec
coerce-0.0.6 coerce.gemspec