--- !ruby/object:Gem::Specification name: reviewed version: !ruby/object:Gem::Version version: 1.2.4 platform: ruby authors: - Nick Plante - Kevin Incorvia autorequire: bindir: bin cert_chain: [] date: 2015-06-09 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '3.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '3.0' - !ruby/object:Gem::Dependency name: activemodel requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '3.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '3.0' - !ruby/object:Gem::Dependency name: faraday requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: faraday_middleware requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: hashie requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.2' - !ruby/object:Gem::Dependency name: rack requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: redis-activesupport requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: multi_json requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '2.10' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '2.10' - !ruby/object:Gem::Dependency name: webmock requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '1.8' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '1.8' - !ruby/object:Gem::Dependency name: vcr requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '2.1' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '2.1' - !ruby/object:Gem::Dependency name: guard-rspec requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '1.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '1.0' - !ruby/object:Gem::Dependency name: pry requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' description: Client library for the Reviewed.com API email: - development@reviewed.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .ruby-version - Gemfile - Guardfile - LICENSE - README.md - Rakefile - lib/faraday/api_key.rb - lib/faraday/errors.rb - lib/reviewed.rb - lib/reviewed/analytic.rb - lib/reviewed/article.rb - lib/reviewed/attachable.rb - lib/reviewed/attachment.rb - lib/reviewed/author.rb - lib/reviewed/award.rb - lib/reviewed/base.rb - lib/reviewed/brand.rb - lib/reviewed/client.rb - lib/reviewed/collection.rb - lib/reviewed/deal.rb - lib/reviewed/embeddable.rb - lib/reviewed/event.rb - lib/reviewed/gallery.rb - lib/reviewed/hero.rb - lib/reviewed/manufacturer_spec.rb - lib/reviewed/notification.rb - lib/reviewed/page.rb - lib/reviewed/product.rb - lib/reviewed/product_shelf.rb - lib/reviewed/request.rb - lib/reviewed/version.rb - lib/reviewed/website.rb - reviewed.gemspec - spec/article_spec.rb - spec/attachable_spec.rb - spec/author_spec.rb - spec/award_spec.rb - spec/base_spec.rb - spec/brand_spec.rb - spec/client_spec.rb - spec/collection_spec.rb - spec/embeddable_spec.rb - spec/error_spec.rb - spec/event_spec.rb - spec/faraday/api_key_spec.rb - spec/faraday/errors_spec.rb - spec/fixtures/vcr/Reviewed_Article/associations/attachments/assigns_attachments_to_the_correct_class.yml - spec/fixtures/vcr/Reviewed_Article/associations/attachments/does_not_has_many_attachments.yml - spec/fixtures/vcr/Reviewed_Article/associations/attachments/does_not_have_any_matching_attachments.yml - spec/fixtures/vcr/Reviewed_Article/associations/attachments/finds_attachments_by_tag.yml - spec/fixtures/vcr/Reviewed_Article/associations/attachments/gets_gallery_attachments.yml - spec/fixtures/vcr/Reviewed_Article/associations/deals/has_many_deals.yml - spec/fixtures/vcr/Reviewed_Article/associations/pages/has_many_pages.yml - spec/fixtures/vcr/Reviewed_Article/associations/products/has_many_products.yml - spec/fixtures/vcr/Reviewed_Article/associations/products/returns_products_of_the_correct_class.yml - spec/fixtures/vcr/Reviewed_Article/associations/related_articles/has_many_related_articles.yml - spec/fixtures/vcr/Reviewed_Article/fetches_when_a_tag_is_not_in_pre-loaded_set.yml - spec/fixtures/vcr/Reviewed_Article/find_page/finds_a_page_with_a_matching_slug.yml - spec/fixtures/vcr/Reviewed_Article/merges_local_and_fetched_tags.yml - spec/fixtures/vcr/Reviewed_Article/passes_options_to_fetch_attachments_when_no_tags_present.yml - spec/fixtures/vcr/Reviewed_Article/primary_product/returns_a_product_of_the_correct_class.yml - spec/fixtures/vcr/Reviewed_Article/primary_product/returns_nil_if_does_not_respond_to_products.yml - spec/fixtures/vcr/Reviewed_Article/primary_product/returns_the_primary_product.yml - spec/fixtures/vcr/Reviewed_Article/returns_local_attachments_when_available.yml - spec/fixtures/vcr/Reviewed_Article/uses_the_client_to_fetch.yml - spec/fixtures/vcr/Reviewed_Article/uses_the_client_to_fetch_scoped_attachments.yml - spec/fixtures/vcr/Reviewed_Award/associations/articles/has_many_articles.yml - spec/fixtures/vcr/Reviewed_Award/associations/articles/returns_attachments_of_the_correct_class.yml - spec/fixtures/vcr/Reviewed_Client/_perform/request_params/not_set/has_nil_query_params.yml - spec/fixtures/vcr/Reviewed_Client/_perform/request_params/set/merges_quest_params.yml - spec/fixtures/vcr/Reviewed_Collection/collection_data/fetches_the_first_page_by_default.yml - spec/fixtures/vcr/Reviewed_Collection/collection_data/is_enumerable.yml - spec/fixtures/vcr/Reviewed_Collection/collection_data/passes_the_client_to_each_object.yml - spec/fixtures/vcr/Reviewed_Collection/next_page/fetches_the_next_page_of_results.yml - spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/indicates_if_the_page_number_is_out_of_bounds.yml - spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/indicates_whether_this_is_the_first_or_last_page.yml - spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_limit_value_max_per_page_.yml - spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_number_of_entries_on_the_current_page.yml - spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_offset.yml - spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_total_item_count.yml - spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_total_number_of_pages.yml - spec/fixtures/vcr/Reviewed_Collection/previous_page/fetches_the_previous_page_of_results.yml - spec/fixtures/vcr/Reviewed_Collection/previous_page/returns_nil_if_there_is_no_previous_page.yml - spec/fixtures/vcr/Reviewed_Product/associations/attachments/does_not_have_any_matching_attachments.yml - spec/fixtures/vcr/Reviewed_Product/associations/attachments/matches_attachments_by_tag_properly.yml - spec/fixtures/vcr/Reviewed_Product/associations/attachments/no_longer_has_many_attachments.yml - spec/fixtures/vcr/Reviewed_Product/associations/attachments/returns_attachments_by_tag.yml - spec/fixtures/vcr/Reviewed_Product/associations/attachments/returns_attachments_of_the_correct_class.yml - spec/fixtures/vcr/Reviewed_Product/manufacturer_specs/has_many_manufacturer_specs.yml - spec/fixtures/vcr/Reviewed_Product/manufacturer_specs/returns_attachments_of_the_correct_class.yml - spec/fixtures/vcr/Reviewed_Request/_where/filters_collections_using_keywords.yml - spec/fixtures/vcr/Reviewed_Request/_where/returns_a_collection.yml - spec/fixtures/vcr/Reviewed_Request/_where/returns_an_empty_set_if_no_matching_data_was_found.yml - spec/fixtures/vcr/Reviewed_Request/_where/returns_the_appropriate_page_of_results.yml - spec/fixtures/vcr/Reviewed_Request/collection_from_response/returns_a_collection_object.yml - spec/fixtures/vcr/Reviewed_Request/collection_from_response/returns_objects_of_the_correct_class.yml - spec/fixtures/vcr/Reviewed_Request/object_from_response/passes_the_client_to_the_object.yml - spec/fixtures/vcr/Reviewed_Request/object_from_response/returns_an_object_of_the_correct_class.yml - spec/product_spec.rb - spec/request_spec.rb - spec/spec_helper.rb - spec/support/.gitkeep - spec/website_spec.rb homepage: '' licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.2 signing_key: specification_version: 4 summary: A Ruby Gem for Accessing the Reviewed.com API test_files: - spec/article_spec.rb - spec/attachable_spec.rb - spec/author_spec.rb - spec/award_spec.rb - spec/base_spec.rb - spec/brand_spec.rb - spec/client_spec.rb - spec/collection_spec.rb - spec/embeddable_spec.rb - spec/error_spec.rb - spec/event_spec.rb - spec/faraday/api_key_spec.rb - spec/faraday/errors_spec.rb - spec/fixtures/vcr/Reviewed_Article/associations/attachments/assigns_attachments_to_the_correct_class.yml - spec/fixtures/vcr/Reviewed_Article/associations/attachments/does_not_has_many_attachments.yml - spec/fixtures/vcr/Reviewed_Article/associations/attachments/does_not_have_any_matching_attachments.yml - spec/fixtures/vcr/Reviewed_Article/associations/attachments/finds_attachments_by_tag.yml - spec/fixtures/vcr/Reviewed_Article/associations/attachments/gets_gallery_attachments.yml - spec/fixtures/vcr/Reviewed_Article/associations/deals/has_many_deals.yml - spec/fixtures/vcr/Reviewed_Article/associations/pages/has_many_pages.yml - spec/fixtures/vcr/Reviewed_Article/associations/products/has_many_products.yml - spec/fixtures/vcr/Reviewed_Article/associations/products/returns_products_of_the_correct_class.yml - spec/fixtures/vcr/Reviewed_Article/associations/related_articles/has_many_related_articles.yml - spec/fixtures/vcr/Reviewed_Article/fetches_when_a_tag_is_not_in_pre-loaded_set.yml - spec/fixtures/vcr/Reviewed_Article/find_page/finds_a_page_with_a_matching_slug.yml - spec/fixtures/vcr/Reviewed_Article/merges_local_and_fetched_tags.yml - spec/fixtures/vcr/Reviewed_Article/passes_options_to_fetch_attachments_when_no_tags_present.yml - spec/fixtures/vcr/Reviewed_Article/primary_product/returns_a_product_of_the_correct_class.yml - spec/fixtures/vcr/Reviewed_Article/primary_product/returns_nil_if_does_not_respond_to_products.yml - spec/fixtures/vcr/Reviewed_Article/primary_product/returns_the_primary_product.yml - spec/fixtures/vcr/Reviewed_Article/returns_local_attachments_when_available.yml - spec/fixtures/vcr/Reviewed_Article/uses_the_client_to_fetch.yml - spec/fixtures/vcr/Reviewed_Article/uses_the_client_to_fetch_scoped_attachments.yml - spec/fixtures/vcr/Reviewed_Award/associations/articles/has_many_articles.yml - spec/fixtures/vcr/Reviewed_Award/associations/articles/returns_attachments_of_the_correct_class.yml - spec/fixtures/vcr/Reviewed_Client/_perform/request_params/not_set/has_nil_query_params.yml - spec/fixtures/vcr/Reviewed_Client/_perform/request_params/set/merges_quest_params.yml - spec/fixtures/vcr/Reviewed_Collection/collection_data/fetches_the_first_page_by_default.yml - spec/fixtures/vcr/Reviewed_Collection/collection_data/is_enumerable.yml - spec/fixtures/vcr/Reviewed_Collection/collection_data/passes_the_client_to_each_object.yml - spec/fixtures/vcr/Reviewed_Collection/next_page/fetches_the_next_page_of_results.yml - spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/indicates_if_the_page_number_is_out_of_bounds.yml - spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/indicates_whether_this_is_the_first_or_last_page.yml - spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_limit_value_max_per_page_.yml - spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_number_of_entries_on_the_current_page.yml - spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_offset.yml - spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_total_item_count.yml - spec/fixtures/vcr/Reviewed_Collection/page_attributes_pagination_/returns_the_total_number_of_pages.yml - spec/fixtures/vcr/Reviewed_Collection/previous_page/fetches_the_previous_page_of_results.yml - spec/fixtures/vcr/Reviewed_Collection/previous_page/returns_nil_if_there_is_no_previous_page.yml - spec/fixtures/vcr/Reviewed_Product/associations/attachments/does_not_have_any_matching_attachments.yml - spec/fixtures/vcr/Reviewed_Product/associations/attachments/matches_attachments_by_tag_properly.yml - spec/fixtures/vcr/Reviewed_Product/associations/attachments/no_longer_has_many_attachments.yml - spec/fixtures/vcr/Reviewed_Product/associations/attachments/returns_attachments_by_tag.yml - spec/fixtures/vcr/Reviewed_Product/associations/attachments/returns_attachments_of_the_correct_class.yml - spec/fixtures/vcr/Reviewed_Product/manufacturer_specs/has_many_manufacturer_specs.yml - spec/fixtures/vcr/Reviewed_Product/manufacturer_specs/returns_attachments_of_the_correct_class.yml - spec/fixtures/vcr/Reviewed_Request/_where/filters_collections_using_keywords.yml - spec/fixtures/vcr/Reviewed_Request/_where/returns_a_collection.yml - spec/fixtures/vcr/Reviewed_Request/_where/returns_an_empty_set_if_no_matching_data_was_found.yml - spec/fixtures/vcr/Reviewed_Request/_where/returns_the_appropriate_page_of_results.yml - spec/fixtures/vcr/Reviewed_Request/collection_from_response/returns_a_collection_object.yml - spec/fixtures/vcr/Reviewed_Request/collection_from_response/returns_objects_of_the_correct_class.yml - spec/fixtures/vcr/Reviewed_Request/object_from_response/passes_the_client_to_the_object.yml - spec/fixtures/vcr/Reviewed_Request/object_from_response/returns_an_object_of_the_correct_class.yml - spec/product_spec.rb - spec/request_spec.rb - spec/spec_helper.rb - spec/support/.gitkeep - spec/website_spec.rb