# -*- encoding: utf-8 -*- # stub: weather-api 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "weather-api".freeze s.version = "1.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Andrew Stewart".freeze] s.date = "2013-04-01" s.description = "A wrapper for the Yahoo! Weather XML RSS feed".freeze s.email = ["andrew@averagestudios.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/weather-api.rb".freeze, "lib/weather-api/astronomy.rb".freeze, "lib/weather-api/atmosphere.rb".freeze, "lib/weather-api/condition.rb".freeze, "lib/weather-api/forecast.rb".freeze, "lib/weather-api/image.rb".freeze, "lib/weather-api/location.rb".freeze, "lib/weather-api/response.rb".freeze, "lib/weather-api/units.rb".freeze, "lib/weather-api/utils.rb".freeze, "lib/weather-api/version.rb".freeze, "lib/weather-api/wind.rb".freeze, "spec/fixtures/cassettes/Weather_Astronomy/should_contain_Time_objects_for_sunrise_and_sunset.yml".freeze, "spec/fixtures/cassettes/Weather_Atmosphere/should_contain_a_float_indicating_atmospheric_pressure.yml".freeze, "spec/fixtures/cassettes/Weather_Atmosphere/should_contain_a_string_indicating_barometric_pressure.yml".freeze, "spec/fixtures/cassettes/Weather_Atmosphere/should_contain_integers_representing_humidity_and_visibility.yml".freeze, "spec/fixtures/cassettes/Weather_Condition/should_contain_a_weather_condition_code_a_date_a_temperature_and_a_description.yml".freeze, "spec/fixtures/cassettes/Weather_Forecast/should_contain_high_and_low_forecasts.yml".freeze, "spec/fixtures/cassettes/Weather_Forecast/should_contain_the_name_of_the_day_associated_with_the_forecast.yml".freeze, "spec/fixtures/cassettes/Weather_Forecast/should_have_a_brief_description_of_the_forecasted_conditions.yml".freeze, "spec/fixtures/cassettes/Weather_Forecast/should_have_a_weather_condition_code.yml".freeze, "spec/fixtures/cassettes/Weather_Forecast/should_have_an_associated_date.yml".freeze, "spec/fixtures/cassettes/Weather_Image/should_contain_a_string_for_the_image_url.yml".freeze, "spec/fixtures/cassettes/Weather_Location/should_be_able_to_look_up_Nice_France.yml".freeze, "spec/fixtures/cassettes/Weather_Location/should_be_able_to_look_up_Seattle_WA.yml".freeze, "spec/fixtures/cassettes/Weather_Location/should_be_able_to_look_up_Victoria_BC.yml".freeze, "spec/fixtures/cassettes/Weather_Location/should_contain_city_country_and_region_as_strings.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_HTML_description_summarizing_weather_conditions.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_String_title.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Astronomy_object.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Atmosphere_object.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Condition_object.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Image_object.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Location_object.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Units_object.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Wind_object.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_collection_of_Weather_Forecast_objects.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_latitude_and_longitude_in_floats.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_the_WOEID_of_the_request_location_and_the_requested_URL.yml".freeze, "spec/fixtures/cassettes/Weather_Units/defaults/should_default_to_imperial_units.yml".freeze, "spec/fixtures/cassettes/Weather_Units/defaults/should_switch_to_metric_if_specified.yml".freeze, "spec/fixtures/cassettes/Weather_Wind/should_contain_chill_direction_and_speed_as_integers.yml".freeze, "spec/lib/astronomy_spec.rb".freeze, "spec/lib/atmosphere_spec.rb".freeze, "spec/lib/condition_spec.rb".freeze, "spec/lib/forecast_spec.rb".freeze, "spec/lib/image_spec.rb".freeze, "spec/lib/location_spec.rb".freeze, "spec/lib/response_spec.rb".freeze, "spec/lib/units_spec.rb".freeze, "spec/lib/utils_spec.rb".freeze, "spec/lib/version_spec.rb".freeze, "spec/lib/wind_spec.rb".freeze, "spec/spec_helper.rb".freeze, "weather-api.gemspec".freeze] s.homepage = "https://github.com/stewart/weather-api".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Weather-API provides an object-oriented interface to the Yahoo! Weather XML RSS feed service.".freeze s.test_files = ["spec/fixtures/cassettes/Weather_Astronomy/should_contain_Time_objects_for_sunrise_and_sunset.yml".freeze, "spec/fixtures/cassettes/Weather_Atmosphere/should_contain_a_float_indicating_atmospheric_pressure.yml".freeze, "spec/fixtures/cassettes/Weather_Atmosphere/should_contain_a_string_indicating_barometric_pressure.yml".freeze, "spec/fixtures/cassettes/Weather_Atmosphere/should_contain_integers_representing_humidity_and_visibility.yml".freeze, "spec/fixtures/cassettes/Weather_Condition/should_contain_a_weather_condition_code_a_date_a_temperature_and_a_description.yml".freeze, "spec/fixtures/cassettes/Weather_Forecast/should_contain_high_and_low_forecasts.yml".freeze, "spec/fixtures/cassettes/Weather_Forecast/should_contain_the_name_of_the_day_associated_with_the_forecast.yml".freeze, "spec/fixtures/cassettes/Weather_Forecast/should_have_a_brief_description_of_the_forecasted_conditions.yml".freeze, "spec/fixtures/cassettes/Weather_Forecast/should_have_a_weather_condition_code.yml".freeze, "spec/fixtures/cassettes/Weather_Forecast/should_have_an_associated_date.yml".freeze, "spec/fixtures/cassettes/Weather_Image/should_contain_a_string_for_the_image_url.yml".freeze, "spec/fixtures/cassettes/Weather_Location/should_be_able_to_look_up_Nice_France.yml".freeze, "spec/fixtures/cassettes/Weather_Location/should_be_able_to_look_up_Seattle_WA.yml".freeze, "spec/fixtures/cassettes/Weather_Location/should_be_able_to_look_up_Victoria_BC.yml".freeze, "spec/fixtures/cassettes/Weather_Location/should_contain_city_country_and_region_as_strings.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_HTML_description_summarizing_weather_conditions.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_String_title.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Astronomy_object.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Atmosphere_object.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Condition_object.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Image_object.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Location_object.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Units_object.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Wind_object.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_a_collection_of_Weather_Forecast_objects.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_latitude_and_longitude_in_floats.yml".freeze, "spec/fixtures/cassettes/Weather_Response/should_contain_the_WOEID_of_the_request_location_and_the_requested_URL.yml".freeze, "spec/fixtures/cassettes/Weather_Units/defaults/should_default_to_imperial_units.yml".freeze, "spec/fixtures/cassettes/Weather_Units/defaults/should_switch_to_metric_if_specified.yml".freeze, "spec/fixtures/cassettes/Weather_Wind/should_contain_chill_direction_and_speed_as_integers.yml".freeze, "spec/lib/astronomy_spec.rb".freeze, "spec/lib/atmosphere_spec.rb".freeze, "spec/lib/condition_spec.rb".freeze, "spec/lib/forecast_spec.rb".freeze, "spec/lib/image_spec.rb".freeze, "spec/lib/location_spec.rb".freeze, "spec/lib/response_spec.rb".freeze, "spec/lib/units_spec.rb".freeze, "spec/lib/utils_spec.rb".freeze, "spec/lib/version_spec.rb".freeze, "spec/lib/wind_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.9.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 6.3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.9.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.4.0".freeze]) end