--- !ruby/object:Gem::Specification name: roomorama_api version: !ruby/object:Gem::Version version: 0.4.1 prerelease: platform: ruby authors: - TM Lee autorequire: bindir: bin cert_chain: [] date: 2013-12-13 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: faraday requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '0.8' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '0.8' - !ruby/object:Gem::Dependency name: json requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.7.7 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.7.7 - !ruby/object:Gem::Dependency name: fakeweb requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.3.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.3.0 - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: Ruby wrapper to call Roomorama API V1.0 at https://roomorama.com/api. For a step by step guide on getting started with Roomorama API, refer to https://roomorama.com/api/step_by_step. email: - tm89lee@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - CHANGELOG - Gemfile - LICENSE - README.md - Rakefile - lib/roomorama_api.rb - lib/roomorama_api/api/destinations.rb - lib/roomorama_api/api/errors.rb - lib/roomorama_api/api/favorites.rb - lib/roomorama_api/api/host_availabilities.rb - lib/roomorama_api/api/host_inquiries.rb - lib/roomorama_api/api/host_properties.rb - lib/roomorama_api/api/perks.rb - lib/roomorama_api/api/properties.rb - lib/roomorama_api/api/users.rb - lib/roomorama_api/version.rb - roomorama_api.gemspec - test/fixtures/destinations/all.json - test/fixtures/favorites/create.json - test/fixtures/favorites/list.json - test/fixtures/hosts/availabilities/list.json - test/fixtures/hosts/availabilities/update.json - test/fixtures/hosts/inquiries/list.json - test/fixtures/hosts/inquiries/show.json - test/fixtures/hosts/properties/create.json - test/fixtures/hosts/properties/list.json - test/fixtures/hosts/properties/show.json - test/fixtures/hosts/properties/update.json - test/fixtures/perks/get_data.json - test/fixtures/perks/list.json - test/fixtures/properties/availabilities.json - test/fixtures/properties/find.json - test/fixtures/properties/find_similar.json - test/fixtures/properties/get_data.json - test/fixtures/properties/price_check.json - test/fixtures/properties/reviews.json - test/fixtures/users/get_data.json - test/fixtures/users/me.json - test/fixtures/users/register.json - test/fixtures/users/reviews.json - test/fixtures/users/update_profile.json - test/minitest_helper.rb - test/roomorama_api_test.rb homepage: https://github.com/tmlee/roomorama_api licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: Ruby wrapper to call Roomorama API V1.0 test_files: - test/fixtures/destinations/all.json - test/fixtures/favorites/create.json - test/fixtures/favorites/list.json - test/fixtures/hosts/availabilities/list.json - test/fixtures/hosts/availabilities/update.json - test/fixtures/hosts/inquiries/list.json - test/fixtures/hosts/inquiries/show.json - test/fixtures/hosts/properties/create.json - test/fixtures/hosts/properties/list.json - test/fixtures/hosts/properties/show.json - test/fixtures/hosts/properties/update.json - test/fixtures/perks/get_data.json - test/fixtures/perks/list.json - test/fixtures/properties/availabilities.json - test/fixtures/properties/find.json - test/fixtures/properties/find_similar.json - test/fixtures/properties/get_data.json - test/fixtures/properties/price_check.json - test/fixtures/properties/reviews.json - test/fixtures/users/get_data.json - test/fixtures/users/me.json - test/fixtures/users/register.json - test/fixtures/users/reviews.json - test/fixtures/users/update_profile.json - test/minitest_helper.rb - test/roomorama_api_test.rb has_rdoc: