Skip to content

Commit

Permalink
version bump 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Percival committed Jun 3, 2011
1 parent cd90a83 commit 375d2d2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 56 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.3.6
2.4.0
77 changes: 22 additions & 55 deletions rturk.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{rturk}
s.version = "2.3.5"
s.version = "2.4.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mark Percival", "Zach Hale", "David Balatero", "Rob Hanlon"]
s.date = %q{2011-03-29}
s.date = %q{2011-06-03}
s.email = %q{mark@mpercival.com}
s.extra_rdoc_files = [
"LICENSE",
Expand Down Expand Up @@ -112,6 +112,7 @@ Gem::Specification.new do |s|
"aws_docs/toc.js",
"examples/blank_slate.rb",
"examples/create_hit.rb",
"examples/example_helper.rb",
"examples/mturk.sample.yml",
"examples/newtweet.html",
"examples/review_answer.rb",
Expand Down Expand Up @@ -148,12 +149,15 @@ Gem::Specification.new do |s|
"lib/rturk/operations/get_qualifications_for_qualification_type.rb",
"lib/rturk/operations/get_reviewable_hits.rb",
"lib/rturk/operations/grant_bonus.rb",
"lib/rturk/operations/grant_qualification.rb",
"lib/rturk/operations/notify_workers.rb",
"lib/rturk/operations/register_hit_type.rb",
"lib/rturk/operations/reject_assignment.rb",
"lib/rturk/operations/reject_qualification_request.rb",
"lib/rturk/operations/revoke_qualification.rb",
"lib/rturk/operations/search_hits.rb",
"lib/rturk/operations/send_test_event_notification.rb",
"lib/rturk/operations/set_hit_as_reviewing.rb",
"lib/rturk/operations/set_hit_type_notification.rb",
"lib/rturk/operations/unblock_worker.rb",
"lib/rturk/operations/update_qualification_type.rb",
Expand Down Expand Up @@ -206,12 +210,15 @@ Gem::Specification.new do |s|
"spec/fake_responses/get_qualifications_for_qualification_type.xml",
"spec/fake_responses/get_reviewable_hits.xml",
"spec/fake_responses/grant_bonus.xml",
"spec/fake_responses/grant_qualification.xml",
"spec/fake_responses/invalid_credentials.xml",
"spec/fake_responses/notify_workers.xml",
"spec/fake_responses/register_hit_type.xml",
"spec/fake_responses/reject_assignment.xml",
"spec/fake_responses/reject_qualification_request.xml",
"spec/fake_responses/revoke_qualification.xml",
"spec/fake_responses/search_hits.xml",
"spec/fake_responses/set_hit_as_reviewing.xml",
"spec/fake_responses/unblock_worker.xml",
"spec/fake_responses/update_qualification_type.xml",
"spec/mturk.sample.yml",
Expand All @@ -234,11 +241,14 @@ Gem::Specification.new do |s|
"spec/operations/get_qualifications_for_qualification_type_spec.rb",
"spec/operations/get_reviewable_hits_spec.rb",
"spec/operations/grant_bonus_spec.rb",
"spec/operations/grant_qualification_spec.rb",
"spec/operations/notify_workers_spec.rb",
"spec/operations/register_hit_type_spec.rb",
"spec/operations/reject_assignment_spec.rb",
"spec/operations/reject_qualification_request_spec.rb",
"spec/operations/revoke_qualification_spec.rb",
"spec/operations/send_test_event_notification_spec.rb",
"spec/operations/set_hit_as_reviewing_spec.rb",
"spec/operations/set_hit_type_notification_spec.rb",
"spec/operations/unblock_worker_spec.rb",
"spec/operations/update_qualification_type_spec.rb",
Expand All @@ -253,78 +263,35 @@ Gem::Specification.new do |s|
]
s.homepage = %q{http://github.com/mdp/rturk}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.7.2}
s.summary = %q{Mechanical Turk API Wrapper}
s.test_files = [
"examples/blank_slate.rb",
"examples/create_hit.rb",
"examples/review_answer.rb",
"spec/adapters/assignment_spec.rb",
"spec/adapters/hit_spec.rb",
"spec/builders/notification_builder_spec.rb",
"spec/builders/qualification_spec.rb",
"spec/builders/qualifications_spec.rb",
"spec/builders/question_spec.rb",
"spec/operations/approve_assignment_spec.rb",
"spec/operations/assign_qualification_spec.rb",
"spec/operations/block_worker_spec.rb",
"spec/operations/create_hit_spec.rb",
"spec/operations/create_qualification_type_spec.rb",
"spec/operations/disable_hit_spec.rb",
"spec/operations/dispose_hit_spec.rb",
"spec/operations/dispose_qualification_type_spec.rb",
"spec/operations/extend_hit_spec.rb",
"spec/operations/force_expire_hit_spec.rb",
"spec/operations/get_account_balance_spec.rb",
"spec/operations/get_assignments_spec.rb",
"spec/operations/get_bonus_payments_spec.rb",
"spec/operations/get_hit_spec.rb",
"spec/operations/get_qualification_requests_spec.rb",
"spec/operations/get_qualification_type_spec.rb",
"spec/operations/get_qualifications_for_qualification_type_spec.rb",
"spec/operations/get_reviewable_hits_spec.rb",
"spec/operations/grant_bonus_spec.rb",
"spec/operations/notify_workers_spec.rb",
"spec/operations/register_hit_type_spec.rb",
"spec/operations/reject_assignment_spec.rb",
"spec/operations/revoke_qualification_spec.rb",
"spec/operations/send_test_event_notification_spec.rb",
"spec/operations/set_hit_type_notification_spec.rb",
"spec/operations/unblock_worker_spec.rb",
"spec/operations/update_qualification_type_spec.rb",
"spec/parsers/answer_parser_spec.rb",
"spec/parsers/hit_parser_spec.rb",
"spec/requester_spec.rb",
"spec/response_spec.rb",
"spec/rturk_spec.rb",
"spec/spec_helper.rb",
"spec/xml_parse_spec.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<nokogiri>, [">= 0"])
s.add_runtime_dependency(%q<fakeweb>, [">= 0"])
s.add_runtime_dependency(%q<jeweler>, [">= 0"])
s.add_runtime_dependency(%q<webmock>, [">= 0"])
s.add_runtime_dependency(%q<rest-client>, [">= 0"])
s.add_runtime_dependency(%q<rspec>, [">= 0"])
s.add_runtime_dependency(%q<rspec>, ["~> 1.3.1"])
s.add_runtime_dependency(%q<rest-client>, [">= 1.4.0"])
s.add_runtime_dependency(%q<nokogiri>, [">= 1.4.1"])
else
s.add_dependency(%q<nokogiri>, [">= 0"])
s.add_dependency(%q<fakeweb>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<webmock>, [">= 0"])
s.add_dependency(%q<rest-client>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<rspec>, ["~> 1.3.1"])
s.add_dependency(%q<rest-client>, [">= 1.4.0"])
s.add_dependency(%q<nokogiri>, [">= 1.4.1"])
end
else
s.add_dependency(%q<nokogiri>, [">= 0"])
s.add_dependency(%q<fakeweb>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<webmock>, [">= 0"])
s.add_dependency(%q<rest-client>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<rspec>, ["~> 1.3.1"])
s.add_dependency(%q<rest-client>, [">= 1.4.0"])
s.add_dependency(%q<nokogiri>, [">= 1.4.1"])
end
Expand Down

0 comments on commit 375d2d2

Please sign in to comment.