--- !ruby/object:Gem::Specification name: weather-api version: !ruby/object:Gem::Version version: 1.3.0 platform: ruby authors: - Andrew Stewart autorequire: bindir: bin cert_chain: [] date: 2016-08-21 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: chronic requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.10.2 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.10.2 - !ruby/object:Gem::Dependency name: map requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 6.6.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 6.6.0 - !ruby/object:Gem::Dependency name: 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: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.5.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.5.0 - !ruby/object:Gem::Dependency name: webmock requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.1.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.1.0 - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 11.2.2 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 11.2.2 - !ruby/object:Gem::Dependency name: vcr requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.0.3 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.0.3 description: A wrapper for the Yahoo! Weather XML RSS feed email: - andrew@stwrt.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".travis.yml" - Gemfile - LICENSE - README.md - Rakefile - lib/weather-api.rb - lib/weather-api/astronomy.rb - lib/weather-api/atmosphere.rb - lib/weather-api/condition.rb - lib/weather-api/forecast.rb - lib/weather-api/image.rb - lib/weather-api/location.rb - lib/weather-api/response.rb - lib/weather-api/units.rb - lib/weather-api/utils.rb - lib/weather-api/version.rb - lib/weather-api/wind.rb - spec/fixtures/cassettes/Weather_Astronomy/should_contain_Time_objects_for_sunrise_and_sunset.yml - spec/fixtures/cassettes/Weather_Atmosphere/should_contain_a_float_indicating_atmospheric_pressure.yml - spec/fixtures/cassettes/Weather_Atmosphere/should_contain_a_string_indicating_barometric_pressure.yml - spec/fixtures/cassettes/Weather_Atmosphere/should_contain_integers_representing_humidity_and_visibility.yml - spec/fixtures/cassettes/Weather_Condition/should_contain_a_weather_condition_code_a_date_a_temperature_and_a_description.yml - spec/fixtures/cassettes/Weather_Forecast/should_contain_high_and_low_forecasts.yml - spec/fixtures/cassettes/Weather_Forecast/should_contain_the_name_of_the_day_associated_with_the_forecast.yml - spec/fixtures/cassettes/Weather_Forecast/should_have_a_brief_description_of_the_forecasted_conditions.yml - spec/fixtures/cassettes/Weather_Forecast/should_have_a_weather_condition_code.yml - spec/fixtures/cassettes/Weather_Forecast/should_have_an_associated_date.yml - spec/fixtures/cassettes/Weather_Image/should_contain_a_string_for_the_image_url.yml - spec/fixtures/cassettes/Weather_Location/should_be_able_to_look_up_Nice_France.yml - spec/fixtures/cassettes/Weather_Location/should_be_able_to_look_up_Seattle_WA.yml - spec/fixtures/cassettes/Weather_Location/should_be_able_to_look_up_Victoria_BC.yml - spec/fixtures/cassettes/Weather_Location/should_contain_city_country_and_region_as_strings.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_HTML_description_summarizing_weather_conditions.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_String_title.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Astronomy_object.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Atmosphere_object.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Condition_object.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Image_object.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Location_object.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Units_object.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Wind_object.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_collection_of_Weather_Forecast_objects.yml - spec/fixtures/cassettes/Weather_Response/should_contain_latitude_and_longitude_in_floats.yml - spec/fixtures/cassettes/Weather_Response/should_contain_the_WOEID_of_the_request_location_and_the_requested_URL.yml - spec/fixtures/cassettes/Weather_Response/should_return_a_RuntimeError_for_an_invalid_WOEID.yml - spec/fixtures/cassettes/Weather_Units/defaults/should_default_to_metric_units.yml - spec/fixtures/cassettes/Weather_Units/defaults/should_switch_to_imperial_if_specified.yml - spec/fixtures/cassettes/Weather_Wind/should_contain_chill_direction_and_speed_as_integers.yml - spec/lib/astronomy_spec.rb - spec/lib/atmosphere_spec.rb - spec/lib/condition_spec.rb - spec/lib/forecast_spec.rb - spec/lib/image_spec.rb - spec/lib/location_spec.rb - spec/lib/response_spec.rb - spec/lib/units_spec.rb - spec/lib/utils_spec.rb - spec/lib/version_spec.rb - spec/lib/wind_spec.rb - spec/spec_helper.rb - weather-api.gemspec homepage: https://github.com/stewart/weather-api licenses: - MIT 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.4.5.1 signing_key: specification_version: 4 summary: Weather-API provides an object-oriented interface to the Yahoo! Weather XML RSS feed service. test_files: - spec/fixtures/cassettes/Weather_Astronomy/should_contain_Time_objects_for_sunrise_and_sunset.yml - spec/fixtures/cassettes/Weather_Atmosphere/should_contain_a_float_indicating_atmospheric_pressure.yml - spec/fixtures/cassettes/Weather_Atmosphere/should_contain_a_string_indicating_barometric_pressure.yml - spec/fixtures/cassettes/Weather_Atmosphere/should_contain_integers_representing_humidity_and_visibility.yml - spec/fixtures/cassettes/Weather_Condition/should_contain_a_weather_condition_code_a_date_a_temperature_and_a_description.yml - spec/fixtures/cassettes/Weather_Forecast/should_contain_high_and_low_forecasts.yml - spec/fixtures/cassettes/Weather_Forecast/should_contain_the_name_of_the_day_associated_with_the_forecast.yml - spec/fixtures/cassettes/Weather_Forecast/should_have_a_brief_description_of_the_forecasted_conditions.yml - spec/fixtures/cassettes/Weather_Forecast/should_have_a_weather_condition_code.yml - spec/fixtures/cassettes/Weather_Forecast/should_have_an_associated_date.yml - spec/fixtures/cassettes/Weather_Image/should_contain_a_string_for_the_image_url.yml - spec/fixtures/cassettes/Weather_Location/should_be_able_to_look_up_Nice_France.yml - spec/fixtures/cassettes/Weather_Location/should_be_able_to_look_up_Seattle_WA.yml - spec/fixtures/cassettes/Weather_Location/should_be_able_to_look_up_Victoria_BC.yml - spec/fixtures/cassettes/Weather_Location/should_contain_city_country_and_region_as_strings.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_HTML_description_summarizing_weather_conditions.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_String_title.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Astronomy_object.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Atmosphere_object.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Condition_object.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Image_object.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Location_object.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Units_object.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Wind_object.yml - spec/fixtures/cassettes/Weather_Response/should_contain_a_collection_of_Weather_Forecast_objects.yml - spec/fixtures/cassettes/Weather_Response/should_contain_latitude_and_longitude_in_floats.yml - spec/fixtures/cassettes/Weather_Response/should_contain_the_WOEID_of_the_request_location_and_the_requested_URL.yml - spec/fixtures/cassettes/Weather_Response/should_return_a_RuntimeError_for_an_invalid_WOEID.yml - spec/fixtures/cassettes/Weather_Units/defaults/should_default_to_metric_units.yml - spec/fixtures/cassettes/Weather_Units/defaults/should_switch_to_imperial_if_specified.yml - spec/fixtures/cassettes/Weather_Wind/should_contain_chill_direction_and_speed_as_integers.yml - spec/lib/astronomy_spec.rb - spec/lib/atmosphere_spec.rb - spec/lib/condition_spec.rb - spec/lib/forecast_spec.rb - spec/lib/image_spec.rb - spec/lib/location_spec.rb - spec/lib/response_spec.rb - spec/lib/units_spec.rb - spec/lib/utils_spec.rb - spec/lib/version_spec.rb - spec/lib/wind_spec.rb - spec/spec_helper.rb