--- !ruby/object:Gem::Specification name: rturk version: !ruby/object:Gem::Version version: 2.0.1 platform: ruby authors: - Mark Percival autorequire: bindir: bin cert_chain: [] date: 2009-10-26 00:00:00 -04:00 default_executable: dependencies: [] description: email: mark@mpercival.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.markdown files: - .gitignore - .gitmodules - .yardoc - LICENSE - README.markdown - Rakefile - TODO.markdown - VERSION - examples/blank_slate.rb - examples/create_hit.rb - examples/mturk.sample.yml - examples/newtweet.html - examples/review_answer.rb - lib/rturk.rb - lib/rturk/adapters/answers.rb - lib/rturk/adapters/assignment.rb - lib/rturk/adapters/hit.rb - lib/rturk/builders/qualification_builder.rb - lib/rturk/builders/qualifications_builder.rb - lib/rturk/builders/question_builder.rb - lib/rturk/errors.rb - lib/rturk/logger.rb - lib/rturk/macros.rb - lib/rturk/operation.rb - lib/rturk/operations/approve_assignment.rb - lib/rturk/operations/create_hit.rb - lib/rturk/operations/disable_hit.rb - lib/rturk/operations/dispose_hit.rb - lib/rturk/operations/force_expire_hit.rb - lib/rturk/operations/get_account_balance.rb - lib/rturk/operations/get_assignments_for_hit.rb - lib/rturk/operations/get_hit.rb - lib/rturk/operations/get_reviewable_hits.rb - lib/rturk/operations/grant_bonus.rb - lib/rturk/operations/reject_assignment.rb - lib/rturk/requester.rb - lib/rturk/response.rb - lib/rturk/responses/create_hit_response.rb - lib/rturk/responses/get_account_balance_response.rb - lib/rturk/responses/get_assignments_for_hit_response.rb - lib/rturk/responses/get_hit_response.rb - lib/rturk/responses/get_reviewable_hits_response.rb - lib/rturk/utilities.rb - lib/rturk/xml_utilities.rb - rturk.gemspec - spec/adapters/answers_spec.rb - spec/adapters/assignment_spec.rb - spec/adapters/hit_spec.rb - spec/builders/qualification_spec.rb - spec/builders/qualifications_spec.rb - spec/builders/question_spec.rb - spec/fake_responses/approve_assignment.xml - spec/fake_responses/create_hit.xml - spec/fake_responses/disable_hit.xml - spec/fake_responses/dispose_hit.xml - spec/fake_responses/force_expire_hit.xml - spec/fake_responses/get_account_balance.xml - spec/fake_responses/get_assignments.xml - spec/fake_responses/get_assignments_multiple.xml - spec/fake_responses/get_hit.xml - spec/fake_responses/get_reviewable_hits.xml - spec/fake_responses/grant_bonus.xml - spec/fake_responses/invalid_credentials.xml - spec/fake_responses/reject_assignment.xml - spec/mturk.sample.yml - spec/operations/approve_assignment_spec.rb - spec/operations/create_hit_spec.rb - spec/operations/disable_hit_spec.rb - spec/operations/dispose_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_hit_spec.rb - spec/operations/get_reviewable_hits_spec.rb - spec/operations/grant_bonus_spec.rb - spec/operations/reject_assignment_spec.rb - spec/requester_spec.rb - spec/response_spec.rb - spec/rturk_spec.rb - spec/spec_helper.rb - spec/tmp - spec/xml_parse_spec.rb has_rdoc: true homepage: http://github.com/markpercival/rturk licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Mechanical Turk API Wrapper test_files: - spec/adapters/answers_spec.rb - spec/adapters/assignment_spec.rb - spec/adapters/hit_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/create_hit_spec.rb - spec/operations/disable_hit_spec.rb - spec/operations/dispose_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_hit_spec.rb - spec/operations/get_reviewable_hits_spec.rb - spec/operations/grant_bonus_spec.rb - spec/operations/reject_assignment_spec.rb - spec/requester_spec.rb - spec/response_spec.rb - spec/rturk_spec.rb - spec/spec_helper.rb - spec/xml_parse_spec.rb - examples/blank_slate.rb - examples/create_hit.rb - examples/review_answer.rb