Sha256: cc1e692e8d648b3268bb927e22695916917034493072121e4f7c6f93292c494b
Contents?: true
Size: 1.6 KB
Versions: 1
Compression:
Stored size: 1.6 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "crowdflower" s.version = "0.7.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Brian P O'Rourke", "Chris Van Pelt"] s.date = "2014-04-01" s.description = "A toolkit for interacting with CrowdFlower via the REST API.\n\nThis is alpha software. Have fun!\n\n" s.email = "brian@doloreslabs.com" s.extra_rdoc_files = [ "LICENSE", "README.md" ] s.files = [ ".document", "CONTRIBUTORS", "HISTORY.md", "LICENSE", "README.md", "Rakefile", "VERSION", "bindev/cl_skel.rb", "bindev/crowdflower.rb", "crowdflower.gemspec", "lib/crowdflower.rb", "lib/crowdflower/base.rb", "lib/crowdflower/job.rb", "lib/crowdflower/judgment.rb", "lib/crowdflower/order.rb", "lib/crowdflower/unit.rb", "lib/crowdflower/worker.rb", "test/integration_tests.rb", "test/sample.csv" ] s.homepage = "http://github.com/dolores/ruby-crowdflower" s.require_paths = ["lib"] s.rubygems_version = "1.8.23" s.summary = "a toolkit for the CrowdFlower API" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<httparty>, [">= 0.7.4"]) else s.add_dependency(%q<httparty>, [">= 0.7.4"]) end else s.add_dependency(%q<httparty>, [">= 0.7.4"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
crowdflower-0.7.0 | crowdflower.gemspec |