Sha256: edda83a1c77c672d1799db0618cbc4d95e7f5902a2850e42bab5bb8f6c36d084

Contents?: true

Size: 1.66 KB

Versions: 1

Compression:

Stored size: 1.66 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 = %q{crowdflower}
  s.version = "0.6.1"

  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 = %q{2011-02-27}
  s.description = %q{A toolkit for interacting with CrowdFlower via the REST API.

This is alpha software. Have fun!

}
  s.email = %q{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 = %q{http://github.com/dolores/ruby-crowdflower}
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.4.2}
  s.summary = %q{a toolkit for the CrowdFlower API}
  s.test_files = [
    "test/integration_tests.rb"
  ]

  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.4.3"])
    else
      s.add_dependency(%q<httparty>, [">= 0.4.3"])
    end
  else
    s.add_dependency(%q<httparty>, [">= 0.4.3"])
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
crowdflower-0.6.1 crowdflower.gemspec