--- !ruby/object:Gem::Specification name: spark_api version: !ruby/object:Gem::Version hash: 31 prerelease: segments: - 1 - 0 - 4 version: 1.0.4 platform: ruby authors: - Brandon Hornseth - Wade McEwen autorequire: bindir: bin cert_chain: [] date: 2012-07-26 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency version_requirements: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 9 segments: - 0 - 7 - 5 version: 0.7.5 requirement: *id001 prerelease: false name: faraday type: :runtime - !ruby/object:Gem::Dependency version_requirements: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 3 segments: - 0 - 7 - 0 version: 0.7.0 requirement: *id002 prerelease: false name: faraday_middleware type: :runtime - !ruby/object:Gem::Dependency version_requirements: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 15 segments: - 1 - 0 version: "1.0" requirement: *id003 prerelease: false name: multi_json type: :runtime - !ruby/object:Gem::Dependency version_requirements: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 5 segments: - 1 - 5 version: "1.5" requirement: *id004 prerelease: false name: json type: :runtime - !ruby/object:Gem::Dependency version_requirements: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 27 segments: - 0 - 8 version: "0.8" requirement: *id005 prerelease: false name: yajl-ruby type: :runtime - !ruby/object:Gem::Dependency version_requirements: &id006 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 15 segments: - 2 - 1 - 2 version: 2.1.2 - - < - !ruby/object:Gem::Version hash: 63 segments: - 4 - 0 - 0 version: 4.0.0 requirement: *id006 prerelease: false name: builder type: :runtime - !ruby/object:Gem::Dependency version_requirements: &id007 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 7 segments: - 2 - 2 version: "2.2" requirement: *id007 prerelease: false name: addressable type: :runtime - !ruby/object:Gem::Dependency version_requirements: &id008 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 1923831917 segments: - 3 - 0 - pre - 2 version: 3.0.pre2 - - < - !ruby/object:Gem::Version hash: 63 segments: - 4 - 0 - 0 version: 4.0.0 requirement: *id008 prerelease: false name: will_paginate type: :runtime - !ruby/object:Gem::Dependency version_requirements: &id009 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 63 segments: - 0 - 9 - 2 version: 0.9.2 requirement: *id009 prerelease: false name: rake type: :development - !ruby/object:Gem::Dependency version_requirements: &id010 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 47 segments: - 2 - 8 - 0 version: 2.8.0 requirement: *id010 prerelease: false name: rspec type: :development - !ruby/object:Gem::Dependency version_requirements: &id011 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 1 segments: - 1 - 7 - 5 version: 1.7.5 requirement: *id011 prerelease: false name: webmock type: :development - !ruby/object:Gem::Dependency version_requirements: &id012 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 31 segments: - 0 - 2 - 4 version: 0.2.4 requirement: *id012 prerelease: false name: typhoeus type: :development - !ruby/object:Gem::Dependency version_requirements: &id013 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 9 segments: - 1 - 6 - 3 version: 1.6.3 requirement: *id013 prerelease: false name: ci_reporter type: :development - !ruby/object:Gem::Dependency version_requirements: &id014 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 41 segments: - 0 - 9 - 9 version: 0.9.9 requirement: *id014 prerelease: false name: rcov type: :development - !ruby/object:Gem::Dependency version_requirements: &id015 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 29 segments: - 0 - 2 - 5 version: 0.2.5 requirement: *id015 prerelease: false name: flexmls_gems type: :development description: The spark_api gem handles most of the boilerplate for communicating with the Spark API rest services, including authentication and request parsing. email: api-support@sparkapi.com executables: - spark_api extensions: [] extra_rdoc_files: - LICENSE - README.md files: - History.txt - LICENSE - Rakefile - README.md - VERSION - bin/spark_api - lib/spark_api/authentication/api_auth.rb - lib/spark_api/authentication/oauth2_impl/middleware.rb - lib/spark_api/authentication/oauth2_impl/grant_type_base.rb - lib/spark_api/authentication/oauth2_impl/password_provider.rb - lib/spark_api/authentication/oauth2_impl/grant_type_code.rb - lib/spark_api/authentication/oauth2_impl/grant_type_refresh.rb - lib/spark_api/authentication/oauth2_impl/simple_provider.rb - lib/spark_api/authentication/oauth2_impl/grant_type_password.rb - lib/spark_api/authentication/oauth2.rb - lib/spark_api/authentication/base_auth.rb - lib/spark_api/client.rb - lib/spark_api/primary_array.rb - lib/spark_api/version.rb - lib/spark_api/response.rb - lib/spark_api/models.rb - lib/spark_api/connection.rb - lib/spark_api/multi_client.rb - lib/spark_api/models/document.rb - lib/spark_api/models/rental_calendar.rb - lib/spark_api/models/finders.rb - lib/spark_api/models/subresource.rb - lib/spark_api/models/photo.rb - lib/spark_api/models/contact.rb - lib/spark_api/models/video.rb - lib/spark_api/models/idx_link.rb - lib/spark_api/models/message.rb - lib/spark_api/models/system_info.rb - lib/spark_api/models/listing.rb - lib/spark_api/models/constraint.rb - lib/spark_api/models/base.rb - lib/spark_api/models/listing_cart.rb - lib/spark_api/models/saved_search.rb - lib/spark_api/models/open_house.rb - lib/spark_api/models/connect_prefs.rb - lib/spark_api/models/shared_listing.rb - lib/spark_api/models/standard_fields.rb - lib/spark_api/models/market_statistics.rb - lib/spark_api/models/note.rb - lib/spark_api/models/custom_fields.rb - lib/spark_api/models/account.rb - lib/spark_api/models/notification.rb - lib/spark_api/models/property_types.rb - lib/spark_api/models/virtual_tour.rb - lib/spark_api/models/tour_of_home.rb - lib/spark_api/paginate.rb - lib/spark_api/cli/api_auth.rb - lib/spark_api/cli/setup.rb - lib/spark_api/cli/oauth2.rb - lib/spark_api/faraday.rb - lib/spark_api/request.rb - lib/spark_api/options_hash.rb - lib/spark_api/cli.rb - lib/spark_api/authentication.rb - lib/spark_api/configuration.rb - lib/spark_api/configuration/oauth2_configurable.rb - lib/spark_api/configuration/yaml.rb - lib/spark_api.rb - script/console - script/example.rb - script/oauth2_example.rb - script/combined_flow_example.rb - spec/fixtures/oauth2_error.json - spec/fixtures/errors/failure_with_constraint.json - spec/fixtures/errors/expired.json - spec/fixtures/errors/failure_with_msg.json - spec/fixtures/errors/failure.json - spec/fixtures/count.json - spec/fixtures/notes/new.json - spec/fixtures/notes/agent_shared.json - spec/fixtures/notes/add.json - spec/fixtures/notes/agent_shared_empty.json - spec/fixtures/base.json - spec/fixtures/generic_failure.json - spec/fixtures/session.json - spec/fixtures/generic_delete.json - spec/fixtures/oauth2/refresh_body.json - spec/fixtures/oauth2/access_with_refresh.json - spec/fixtures/oauth2/password_body.json - spec/fixtures/oauth2/authorization_code_body.json - spec/fixtures/oauth2/error.json - spec/fixtures/oauth2/access.json - spec/fixtures/oauth2/access_with_old_refresh.json - spec/fixtures/standardfields/nearby.json - spec/fixtures/standardfields/city.json - spec/fixtures/standardfields/stateorprovince.json - spec/fixtures/standardfields/standardfields.json - spec/fixtures/property_types/property_types.json - spec/fixtures/accounts/all.json - spec/fixtures/accounts/password_save.json - spec/fixtures/accounts/office.json - spec/fixtures/accounts/my.json - spec/fixtures/accounts/my_put.json - spec/fixtures/accounts/my_save.json - spec/fixtures/accounts/my_portal.json - spec/fixtures/success.json - spec/fixtures/empty.json - spec/fixtures/listing_carts/remove_listing.json - spec/fixtures/listing_carts/add_listing_post.json - spec/fixtures/listing_carts/listing_cart.json - spec/fixtures/listing_carts/empty.json - spec/fixtures/listing_carts/new.json - spec/fixtures/listing_carts/post.json - spec/fixtures/listing_carts/add_listing.json - spec/fixtures/authentication_failure.json - spec/fixtures/listings/put_expiration_date.json - spec/fixtures/listings/no_subresources.json - spec/fixtures/listings/rental_calendar.json - spec/fixtures/listings/saved_search.json - spec/fixtures/listings/shared_listing_get.json - spec/fixtures/listings/constraints_with_pagination.json - spec/fixtures/listings/with_rental_calendar.json - spec/fixtures/listings/multiple.json - spec/fixtures/listings/open_houses.json - spec/fixtures/listings/photos/new.json - spec/fixtures/listings/photos/post.json - spec/fixtures/listings/photos/index.json - spec/fixtures/listings/with_videos.json - spec/fixtures/listings/with_documents.json - spec/fixtures/listings/put.json - spec/fixtures/listings/with_permissions.json - spec/fixtures/listings/with_vtour.json - spec/fixtures/listings/with_photos.json - spec/fixtures/listings/shared_listing_new.json - spec/fixtures/listings/videos_index.json - spec/fixtures/listings/with_supplement.json - spec/fixtures/listings/tour_of_homes.json - spec/fixtures/listings/shared_listing_post.json - spec/fixtures/listings/virtual_tours_index.json - spec/fixtures/listings/document_index.json - spec/fixtures/listings/constraints.json - spec/fixtures/notifications/notifications.json - spec/fixtures/notifications/new_empty.json - spec/fixtures/notifications/unread.json - spec/fixtures/notifications/mark_read.json - spec/fixtures/notifications/new.json - spec/fixtures/notifications/post.json - spec/fixtures/contacts/tags.json - spec/fixtures/contacts/my.json - spec/fixtures/contacts/new_empty.json - spec/fixtures/contacts/contacts.json - spec/fixtures/contacts/new_notify.json - spec/fixtures/contacts/new.json - spec/fixtures/contacts/post.json - spec/fixtures/messages/new_with_recipients.json - spec/fixtures/messages/new_empty.json - spec/fixtures/messages/new.json - spec/fixtures/messages/post.json - spec/fixtures/logo_fbs.png - spec/unit/spark_api_spec.rb - spec/unit/spark_api/authentication/base_auth_spec.rb - spec/unit/spark_api/authentication/oauth2_impl/grant_type_base_spec.rb - spec/unit/spark_api/authentication/oauth2_spec.rb - spec/unit/spark_api/authentication/api_auth_spec.rb - spec/unit/spark_api/faraday_spec.rb - spec/unit/spark_api/authentication_spec.rb - spec/unit/spark_api/models/open_house_spec.rb - spec/unit/spark_api/models/account_spec.rb - spec/unit/spark_api/models/virtual_tour_spec.rb - spec/unit/spark_api/models/constraint_spec.rb - spec/unit/spark_api/models/notification_spec.rb - spec/unit/spark_api/models/saved_search_spec.rb - spec/unit/spark_api/models/contact_spec.rb - spec/unit/spark_api/models/listing_cart_spec.rb - spec/unit/spark_api/models/video_spec.rb - spec/unit/spark_api/models/rental_calendar_spec.rb - spec/unit/spark_api/models/document_spec.rb - spec/unit/spark_api/models/property_types_spec.rb - spec/unit/spark_api/models/message_spec.rb - spec/unit/spark_api/models/listing_spec.rb - spec/unit/spark_api/models/shared_listing_spec.rb - spec/unit/spark_api/models/note_spec.rb - spec/unit/spark_api/models/connect_prefs_spec.rb - spec/unit/spark_api/models/photo_spec.rb - spec/unit/spark_api/models/base_spec.rb - spec/unit/spark_api/models/tour_of_home_spec.rb - spec/unit/spark_api/models/system_info_spec.rb - spec/unit/spark_api/models/standard_fields_spec.rb - spec/unit/spark_api/options_hash_spec.rb - spec/unit/spark_api/paginate_spec.rb - spec/unit/spark_api/primary_array_spec.rb - spec/unit/spark_api/configuration_spec.rb - spec/unit/spark_api/request_spec.rb - spec/unit/spark_api/configuration/yaml_spec.rb - spec/unit/spark_api/multi_client_spec.rb - spec/spec_helper.rb - spec/oauth2_helper.rb - spec/json_helper.rb - spec/mock_helper.rb homepage: https://github.com/sparkapi/spark_api licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 31 segments: - 1 - 8 version: "1.8" requirements: [] rubyforge_project: spark_api rubygems_version: 1.8.15 signing_key: specification_version: 3 summary: A library for interacting with the Spark web services. test_files: - spec/fixtures/oauth2_error.json - spec/fixtures/errors/failure_with_constraint.json - spec/fixtures/errors/expired.json - spec/fixtures/errors/failure_with_msg.json - spec/fixtures/errors/failure.json - spec/fixtures/count.json - spec/fixtures/notes/new.json - spec/fixtures/notes/agent_shared.json - spec/fixtures/notes/add.json - spec/fixtures/notes/agent_shared_empty.json - spec/fixtures/base.json - spec/fixtures/generic_failure.json - spec/fixtures/session.json - spec/fixtures/generic_delete.json - spec/fixtures/oauth2/refresh_body.json - spec/fixtures/oauth2/access_with_refresh.json - spec/fixtures/oauth2/password_body.json - spec/fixtures/oauth2/authorization_code_body.json - spec/fixtures/oauth2/error.json - spec/fixtures/oauth2/access.json - spec/fixtures/oauth2/access_with_old_refresh.json - spec/fixtures/standardfields/nearby.json - spec/fixtures/standardfields/city.json - spec/fixtures/standardfields/stateorprovince.json - spec/fixtures/standardfields/standardfields.json - spec/fixtures/property_types/property_types.json - spec/fixtures/accounts/all.json - spec/fixtures/accounts/password_save.json - spec/fixtures/accounts/office.json - spec/fixtures/accounts/my.json - spec/fixtures/accounts/my_put.json - spec/fixtures/accounts/my_save.json - spec/fixtures/accounts/my_portal.json - spec/fixtures/success.json - spec/fixtures/empty.json - spec/fixtures/listing_carts/remove_listing.json - spec/fixtures/listing_carts/add_listing_post.json - spec/fixtures/listing_carts/listing_cart.json - spec/fixtures/listing_carts/empty.json - spec/fixtures/listing_carts/new.json - spec/fixtures/listing_carts/post.json - spec/fixtures/listing_carts/add_listing.json - spec/fixtures/authentication_failure.json - spec/fixtures/listings/put_expiration_date.json - spec/fixtures/listings/no_subresources.json - spec/fixtures/listings/rental_calendar.json - spec/fixtures/listings/saved_search.json - spec/fixtures/listings/shared_listing_get.json - spec/fixtures/listings/constraints_with_pagination.json - spec/fixtures/listings/with_rental_calendar.json - spec/fixtures/listings/multiple.json - spec/fixtures/listings/open_houses.json - spec/fixtures/listings/photos/new.json - spec/fixtures/listings/photos/post.json - spec/fixtures/listings/photos/index.json - spec/fixtures/listings/with_videos.json - spec/fixtures/listings/with_documents.json - spec/fixtures/listings/put.json - spec/fixtures/listings/with_permissions.json - spec/fixtures/listings/with_vtour.json - spec/fixtures/listings/with_photos.json - spec/fixtures/listings/shared_listing_new.json - spec/fixtures/listings/videos_index.json - spec/fixtures/listings/with_supplement.json - spec/fixtures/listings/tour_of_homes.json - spec/fixtures/listings/shared_listing_post.json - spec/fixtures/listings/virtual_tours_index.json - spec/fixtures/listings/document_index.json - spec/fixtures/listings/constraints.json - spec/fixtures/notifications/notifications.json - spec/fixtures/notifications/new_empty.json - spec/fixtures/notifications/unread.json - spec/fixtures/notifications/mark_read.json - spec/fixtures/notifications/new.json - spec/fixtures/notifications/post.json - spec/fixtures/contacts/tags.json - spec/fixtures/contacts/my.json - spec/fixtures/contacts/new_empty.json - spec/fixtures/contacts/contacts.json - spec/fixtures/contacts/new_notify.json - spec/fixtures/contacts/new.json - spec/fixtures/contacts/post.json - spec/fixtures/messages/new_with_recipients.json - spec/fixtures/messages/new_empty.json - spec/fixtures/messages/new.json - spec/fixtures/messages/post.json - spec/fixtures/logo_fbs.png - spec/unit/spark_api_spec.rb - spec/unit/spark_api/authentication/base_auth_spec.rb - spec/unit/spark_api/authentication/oauth2_impl/grant_type_base_spec.rb - spec/unit/spark_api/authentication/oauth2_spec.rb - spec/unit/spark_api/authentication/api_auth_spec.rb - spec/unit/spark_api/faraday_spec.rb - spec/unit/spark_api/authentication_spec.rb - spec/unit/spark_api/models/open_house_spec.rb - spec/unit/spark_api/models/account_spec.rb - spec/unit/spark_api/models/virtual_tour_spec.rb - spec/unit/spark_api/models/constraint_spec.rb - spec/unit/spark_api/models/notification_spec.rb - spec/unit/spark_api/models/saved_search_spec.rb - spec/unit/spark_api/models/contact_spec.rb - spec/unit/spark_api/models/listing_cart_spec.rb - spec/unit/spark_api/models/video_spec.rb - spec/unit/spark_api/models/rental_calendar_spec.rb - spec/unit/spark_api/models/document_spec.rb - spec/unit/spark_api/models/property_types_spec.rb - spec/unit/spark_api/models/message_spec.rb - spec/unit/spark_api/models/listing_spec.rb - spec/unit/spark_api/models/shared_listing_spec.rb - spec/unit/spark_api/models/note_spec.rb - spec/unit/spark_api/models/connect_prefs_spec.rb - spec/unit/spark_api/models/photo_spec.rb - spec/unit/spark_api/models/base_spec.rb - spec/unit/spark_api/models/tour_of_home_spec.rb - spec/unit/spark_api/models/system_info_spec.rb - spec/unit/spark_api/models/standard_fields_spec.rb - spec/unit/spark_api/options_hash_spec.rb - spec/unit/spark_api/paginate_spec.rb - spec/unit/spark_api/primary_array_spec.rb - spec/unit/spark_api/configuration_spec.rb - spec/unit/spark_api/request_spec.rb - spec/unit/spark_api/configuration/yaml_spec.rb - spec/unit/spark_api/multi_client_spec.rb - spec/spec_helper.rb - spec/oauth2_helper.rb - spec/json_helper.rb - spec/mock_helper.rb