weather-api 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/lib/weather-api.rb +1 -1
  3. data/lib/weather-api/condition.rb +1 -1
  4. data/lib/weather-api/forecast.rb +1 -1
  5. data/lib/weather-api/location.rb +3 -3
  6. data/lib/weather-api/response.rb +2 -2
  7. data/lib/weather-api/units.rb +4 -4
  8. data/lib/weather-api/version.rb +1 -1
  9. data/spec/fixtures/cassettes/Weather_Astronomy/should_contain_Time_objects_for_sunrise_and_sunset.yml +44 -89
  10. data/spec/fixtures/cassettes/Weather_Atmosphere/should_contain_a_float_indicating_atmospheric_pressure.yml +46 -91
  11. data/spec/fixtures/cassettes/Weather_Atmosphere/should_contain_a_string_indicating_barometric_pressure.yml +46 -91
  12. data/spec/fixtures/cassettes/Weather_Atmosphere/should_contain_integers_representing_humidity_and_visibility.yml +40 -89
  13. data/spec/fixtures/cassettes/Weather_Condition/should_contain_a_weather_condition_code_a_date_a_temperature_and_a_description.yml +43 -88
  14. data/spec/fixtures/cassettes/Weather_Forecast/should_contain_high_and_low_forecasts.yml +46 -91
  15. data/spec/fixtures/cassettes/Weather_Forecast/should_contain_the_name_of_the_day_associated_with_the_forecast.yml +46 -91
  16. data/spec/fixtures/cassettes/Weather_Forecast/should_have_a_brief_description_of_the_forecasted_conditions.yml +42 -91
  17. data/spec/fixtures/cassettes/Weather_Forecast/should_have_a_weather_condition_code.yml +46 -91
  18. data/spec/fixtures/cassettes/Weather_Forecast/should_have_an_associated_date.yml +46 -91
  19. data/spec/fixtures/cassettes/Weather_Image/should_contain_a_string_for_the_image_url.yml +42 -91
  20. data/spec/fixtures/cassettes/Weather_Location/should_be_able_to_look_up_Nice_France.yml +43 -88
  21. data/spec/fixtures/cassettes/Weather_Location/should_be_able_to_look_up_Seattle_WA.yml +43 -88
  22. data/spec/fixtures/cassettes/Weather_Location/should_be_able_to_look_up_Victoria_BC.yml +42 -91
  23. data/spec/fixtures/cassettes/Weather_Location/should_contain_city_country_and_region_as_strings.yml +46 -91
  24. data/spec/fixtures/cassettes/Weather_Response/should_contain_a_HTML_description_summarizing_weather_conditions.yml +42 -91
  25. data/spec/fixtures/cassettes/Weather_Response/should_contain_a_String_title.yml +46 -91
  26. data/spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Astronomy_object.yml +46 -91
  27. data/spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Atmosphere_object.yml +46 -91
  28. data/spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Condition_object.yml +46 -91
  29. data/spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Image_object.yml +46 -91
  30. data/spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Location_object.yml +46 -91
  31. data/spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Units_object.yml +42 -91
  32. data/spec/fixtures/cassettes/Weather_Response/should_contain_a_Weather_Wind_object.yml +46 -91
  33. data/spec/fixtures/cassettes/Weather_Response/should_contain_a_collection_of_Weather_Forecast_objects.yml +46 -91
  34. data/spec/fixtures/cassettes/Weather_Response/should_contain_latitude_and_longitude_in_floats.yml +42 -91
  35. data/spec/fixtures/cassettes/Weather_Response/should_contain_the_WOEID_of_the_request_location_and_the_requested_URL.yml +46 -91
  36. data/spec/fixtures/cassettes/Weather_Response/should_return_a_RuntimeError_for_an_invalid_WOEID.yml +15 -13
  37. data/spec/fixtures/cassettes/Weather_Units/defaults/should_default_to_metric_units.yml +45 -31
  38. data/spec/fixtures/cassettes/Weather_Units/defaults/should_switch_to_imperial_if_specified.yml +40 -30
  39. data/spec/fixtures/cassettes/Weather_Wind/should_contain_chill_direction_and_speed_as_integers.yml +46 -91
  40. data/spec/lib/location_spec.rb +1 -1
  41. data/spec/spec_helper.rb +0 -4
  42. data/weather-api.gemspec +5 -5
  43. metadata +13 -17
  44. data/spec/fixtures/cassettes/Weather_Units/defaults/should_default_to_imperial_units.yml +0 -122
  45. data/spec/fixtures/cassettes/Weather_Units/defaults/should_switch_to_metric_if_specified.yml +0 -123
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a68642481bfb59135fd3d03a3debfc63b940faf
4
- data.tar.gz: f008721accb00019c2113ca120c90850f7f13314
3
+ metadata.gz: f7520c59f2f6d5b9b9bfd80436644e904209f9af
4
+ data.tar.gz: 211b83c303cb7df52778f942a580a59f4745efa4
5
5
  SHA512:
6
- metadata.gz: 56e3a26c3db054a451e77fc492ccca091d4099338d7143b96f5d5f4ac26555a80d5d7dedfd6b5c2576ddcb278c0302c62fc19fc7013326a4deb8a50726ded095
7
- data.tar.gz: ccb0af7b0de1ec8c0ed0af3f7760a8219c6d00cd3fa5c08f8e354e6a1184d2a4e9e163a4d2386f6c54abb4c6b4052a37002f8846f5db04d7678bdd50c5daa235
6
+ metadata.gz: 2e91559829b0a7714aa6677b01eb28ec8113bfd88b70dee3e0eb2fa6daf489e57d9e09d93c9382044693e59cc29547c9d2867a0dd5e8b557f5dbb94f7242e50f
7
+ data.tar.gz: f52ee41fb7639eb447b06ec0d4de75a4c8683b21f74611d8a5f0a9f11a872e4a21b07cab8d872abe8ea581e064f0433154dc6502ea9bef0e6ade4a6f9b1c798b
data/lib/weather-api.rb CHANGED
@@ -55,7 +55,7 @@ module Weather
55
55
 
56
56
  response = Map.new(JSON.parse(response))[:query][:results][:channel]
57
57
 
58
- if response.nil? or response.title.match(/error/i)
58
+ if response.nil? || !response.respond_to?(:title) || response.title.match(/error/i)
59
59
  raise "Failed to get weather [url=#{url}]."
60
60
  end
61
61
 
@@ -16,7 +16,7 @@ module Weather
16
16
  @code = payload[:code].to_i
17
17
  @date = Utils.parse_time payload[:date]
18
18
  @temp = payload[:temp].to_i
19
- @text = payload[:text]
19
+ @text = payload[:text].strip
20
20
  end
21
21
  end
22
22
  end
@@ -19,7 +19,7 @@ module Weather
19
19
  attr_reader :code
20
20
 
21
21
  def initialize(payload)
22
- @day = payload[:day]
22
+ @day = payload[:day].strip
23
23
  @date = Utils.parse_time payload[:date]
24
24
  @low = payload[:low].to_i
25
25
  @high = payload[:high].to_i
@@ -10,9 +10,9 @@ module Weather
10
10
  attr_reader :region
11
11
 
12
12
  def initialize(payload)
13
- @city = payload[:city]
14
- @country = payload[:country]
15
- @region = payload[:region]
13
+ @city = payload[:city].strip
14
+ @country = payload[:country].strip
15
+ @region = payload[:region].strip
16
16
  end
17
17
  end
18
18
  end
@@ -74,8 +74,8 @@ module Weather
74
74
 
75
75
  @latitude = doc[:item][:lat].to_f
76
76
  @longitude = doc[:item][:long].to_f
77
- @title = doc[:item][:title]
78
- @description = doc[:item][:description]
77
+ @title = doc[:item][:title].strip
78
+ @description = doc[:item][:description].strip
79
79
  end
80
80
  end
81
81
  end
@@ -20,10 +20,10 @@ module Weather
20
20
  attr_reader :speed
21
21
 
22
22
  def initialize(payload)
23
- @temperature = payload[:temperature]
24
- @distance = payload[:distance]
25
- @pressure = payload[:pressure]
26
- @speed = payload[:speed]
23
+ @temperature = payload[:temperature].strip
24
+ @distance = payload[:distance].strip
25
+ @pressure = payload[:pressure].strip
26
+ @speed = payload[:speed].strip
27
27
  end
28
28
  end
29
29
  end
@@ -1,3 +1,3 @@
1
1
  module Weather
2
- VERSION = "1.2.0" unless defined?(Weather::VERSION)
2
+ VERSION = "1.3.0" unless defined?(Weather::VERSION)
3
3
  end
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://query.yahooapis.com/v1/public/yql?format=json&q=select%20*%20from%20weather.forecast%20where%20woeid=9848%20and%20u='f'
5
+ uri: http://query.yahooapis.com/v1/public/yql?format=json&q=select%20*%20from%20weather.forecast%20where%20woeid=9848%20and%20u=%27c%27
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -10,7 +10,7 @@ http_interactions:
10
10
  Accept-Encoding:
11
11
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
12
  Accept:
13
- - '*/*'
13
+ - "*/*"
14
14
  User-Agent:
15
15
  - Ruby
16
16
  Host:
@@ -21,102 +21,57 @@ http_interactions:
21
21
  message: OK
22
22
  headers:
23
23
  X-Yql-Host:
24
- - engine1.yql.ne1.yahoo.com
24
+ - prod_gq1_1;paas.yql;queryyahooapiscomproductiongq1;aae609d5-5f25-11e6-acf5-f0921c12e67c
25
+ X-Content-Type-Options:
26
+ - nosniff
25
27
  Access-Control-Allow-Origin:
26
- - '*'
27
- Cache-Control:
28
- - public, max-age=3600
28
+ - "*"
29
29
  Content-Type:
30
- - application/json;charset=utf-8
31
- Vary:
32
- - Accept-Encoding
33
- Date:
34
- - Fri, 29 Mar 2013 06:53:56 GMT
35
- Server:
36
- - YTS/1.20.13
37
- Age:
38
- - '1309'
39
- Content-Length:
40
- - '880'
41
- Connection:
42
- - keep-alive
43
- body:
44
- encoding: UTF-8
45
- string: '{"query":{"count":1,"created":"2013-03-29T06:53:57Z","lang":"en-US","results":{"channel":{"title":"Yahoo!
46
- Weather - Victoria, CA","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Victoria__CA/*http://weather.yahoo.com/forecast/CAXX0523_f.html","description":"Yahoo!
47
- Weather for Victoria, CA","language":"en-us","lastBuildDate":"Thu, 28 Mar
48
- 2013 8:59 pm PDT","ttl":"60","location":{"city":"Victoria","country":"Canada","region":"BC"},"units":{"distance":"mi","pressure":"in","speed":"mph","temperature":"F"},"wind":{"chill":"46","direction":"230","speed":"5"},"atmosphere":{"humidity":"82","pressure":"30.11","rising":"1","visibility":""},"astronomy":{"sunrise":"6:59
49
- am","sunset":"7:36 pm"},"image":{"title":"Yahoo! Weather","width":"142","height":"18","link":"http://weather.yahoo.com","url":"http://l.yimg.com/a/i/brand/purplelogo//uh/us/news-wea.gif"},"item":{"title":"Conditions
50
- for Victoria, CA at 8:59 pm PDT","lat":"48.43","long":"-123.36","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Victoria__CA/*http://weather.yahoo.com/forecast/CAXX0523_f.html","pubDate":"Thu,
51
- 28 Mar 2013 8:59 pm PDT","condition":{"code":"29","date":"Thu, 28 Mar 2013
52
- 8:59 pm PDT","temp":"48","text":"Partly Cloudy"},"description":"\n<img src=\"http://l.yimg.com/a/i/us/we/52/29.gif\"/><br
53
- />\n<b>Current Conditions:</b><br />\nPartly Cloudy, 48 F<BR />\n<BR /><b>Forecast:</b><BR
54
- />\nThu - Clear. High: 55 Low: 43<br />\nFri - AM Clouds/PM Sun. High: 55
55
- Low: 44<br />\n<br />\n<a href=\"http://us.rd.yahoo.com/dailynews/rss/weather/Victoria__CA/*http://weather.yahoo.com/forecast/CAXX0523_f.html\">Full
56
- Forecast at Yahoo! Weather</a><BR/><BR/>\n(provided by <a href=\"http://www.weather.com\"
57
- >The Weather Channel</a>)<br/>\n","forecast":[{"code":"31","date":"28 Mar
58
- 2013","day":"Thu","high":"55","low":"43","text":"Clear"},{"code":"30","date":"29
59
- Mar 2013","day":"Fri","high":"55","low":"44","text":"AM Clouds/PM Sun"}],"guid":{"isPermaLink":"false","content":"CAXX0523_2013_03_29_7_00_PDT"}}}}}}'
60
- http_version:
61
- recorded_at: Fri, 29 Mar 2013 07:15:45 GMT
62
- - request:
63
- method: get
64
- uri: http://query.yahooapis.com/v1/public/yql?format=json&q=select%20*%20from%20weather.forecast%20where%20woeid=9848%20and%20u='c'
65
- body:
66
- encoding: US-ASCII
67
- string: ''
68
- headers:
69
- Accept-Encoding:
70
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
71
- Accept:
72
- - '*/*'
73
- User-Agent:
74
- - Ruby
75
- Host:
76
- - query.yahooapis.com
77
- response:
78
- status:
79
- code: 200
80
- message: OK
81
- headers:
82
- X-Yql-Host:
83
- - engine7.yql.gq1.yahoo.com
84
- Access-Control-Allow-Origin:
85
- - '*'
30
+ - application/json; charset=UTF-8
86
31
  Cache-Control:
87
- - public, max-age=199
88
- Content-Type:
89
- - application/json;charset=utf-8
32
+ - no-cache
90
33
  Date:
91
- - Fri, 08 Nov 2013 19:29:11 GMT
92
- Server:
93
- - YTS/1.20.13
34
+ - Wed, 17 Aug 2016 03:25:48 GMT
94
35
  Age:
95
- - '1'
36
+ - '0'
37
+ Server:
38
+ - ATS
39
+ Via:
40
+ - http/1.1 a20.ue.gq1.yahoo.net (ApacheTrafficServer [cMsSf ])
41
+ Y-Trace:
42
+ - BAEAQAAAAACtE_zvKikXzgAAAAAAAAAAtZ3BZBEpIBwAAAAAAAAAAAAFOjwFfzbUAAU6PAV_YLwPa3wXAAAAAA--
96
43
  Transfer-Encoding:
97
44
  - chunked
98
45
  Connection:
99
46
  - keep-alive
100
47
  body:
101
48
  encoding: UTF-8
102
- string: '{"query":{"count":1,"created":"2013-11-08T19:29:12Z","lang":"en-US","results":{"channel":{"title":"Yahoo!
103
- Weather - Victoria, CA","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Victoria__CA/*http://weather.yahoo.com/forecast/CAXX0523_c.html","description":"Yahoo!
104
- Weather for Victoria, CA","language":"en-us","lastBuildDate":"Fri, 08 Nov
105
- 2013 11:00 am PST","ttl":"60","location":{"city":"Victoria","country":"Canada","region":"BC"},"units":{"distance":"km","pressure":"mb","speed":"km/h","temperature":"C"},"wind":{"chill":"8","direction":"270","speed":"14.48"},"atmosphere":{"humidity":"66","pressure":"1020.2","rising":"1","visibility":""},"astronomy":{"sunrise":"7:09
106
- am","sunset":"4:43 pm"},"image":{"title":"Yahoo! Weather","width":"142","height":"18","link":"http://weather.yahoo.com","url":"http://l.yimg.com/a/i/brand/purplelogo//uh/us/news-wea.gif"},"item":{"title":"Conditions
107
- for Victoria, CA at 11:00 am PST","lat":"48.43","long":"-123.36","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Victoria__CA/*http://weather.yahoo.com/forecast/CAXX0523_c.html","pubDate":"Fri,
108
- 08 Nov 2013 11:00 am PST","condition":{"code":"28","date":"Fri, 08 Nov 2013
109
- 11:00 am PST","temp":"10","text":"Mostly Cloudy"},"description":"\n<img src=\"http://l.yimg.com/a/i/us/we/52/28.gif\"/><br
110
- />\n<b>Current Conditions:</b><br />\nMostly Cloudy, 10 C<BR />\n<BR /><b>Forecast:</b><BR
111
- />\nFri - PM Showers. High: 9 Low: 6<br />\nSat - Showers. High: 8 Low: 6<br
112
- />\nSun - AM Showers. High: 8 Low: 6<br />\nMon - Cloudy. High: 9 Low: 7<br
113
- />\nTue - Rain. High: 9 Low: 7<br />\n<br />\n<a href=\"http://us.rd.yahoo.com/dailynews/rss/weather/Victoria__CA/*http://weather.yahoo.com/forecast/CAXX0523_c.html\">Full
114
- Forecast at Yahoo! Weather</a><BR/><BR/>\n(provided by <a href=\"http://www.weather.com\"
115
- >The Weather Channel</a>)<br/>\n","forecast":[{"code":"39","date":"8 Nov 2013","day":"Fri","high":"9","low":"6","text":"PM
116
- Showers"},{"code":"11","date":"9 Nov 2013","day":"Sat","high":"8","low":"6","text":"Showers"},{"code":"39","date":"10
117
- Nov 2013","day":"Sun","high":"8","low":"6","text":"AM Showers"},{"code":"26","date":"11
118
- Nov 2013","day":"Mon","high":"9","low":"7","text":"Cloudy"},{"code":"12","date":"12
119
- Nov 2013","day":"Tue","high":"9","low":"7","text":"Rain"}],"guid":{"isPermaLink":"false","content":"CAXX0523_2013_11_12_7_00_PST"}}}}}}'
49
+ string: '{"query":{"count":1,"created":"2016-08-17T03:25:48Z","lang":"en-US","results":{"channel":{"units":{"distance":"km","pressure":"mb","speed":"km/h","temperature":"C"},"title":"Yahoo!
50
+ Weather - Victoria, BC, CA","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Country__Country/*https://weather.yahoo.com/country/state/city-9848/","description":"Yahoo!
51
+ Weather for Victoria, BC, CA","language":"en-us","lastBuildDate":"Tue, 16
52
+ Aug 2016 08:25 PM PDT","ttl":"60","location":{"city":"Victoria","country":"Canada","region":"
53
+ BC"},"wind":{"chill":"64","direction":"235","speed":"28.97"},"atmosphere":{"humidity":"72","pressure":"34337.99","rising":"0","visibility":"25.91"},"astronomy":{"sunrise":"6:10
54
+ am","sunset":"8:24 pm"},"image":{"title":"Yahoo! Weather","width":"142","height":"18","link":"http://weather.yahoo.com","url":"http://l.yimg.com/a/i/brand/purplelogo//uh/us/news-wea.gif"},"item":{"title":"Conditions
55
+ for Victoria, BC, CA at 07:00 PM PDT","lat":"48.42828","long":"-123.3564","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Country__Country/*https://weather.yahoo.com/country/state/city-9848/","pubDate":"Tue,
56
+ 16 Aug 2016 07:00 PM PDT","condition":{"code":"32","date":"Tue, 16 Aug 2016
57
+ 07:00 PM PDT","temp":"18","text":"Sunny"},"forecast":[{"code":"32","date":"16
58
+ Aug 2016","day":"Tue","high":"18","low":"16","text":"Sunny"},{"code":"32","date":"17
59
+ Aug 2016","day":"Wed","high":"18","low":"15","text":"Sunny"},{"code":"32","date":"18
60
+ Aug 2016","day":"Thu","high":"26","low":"16","text":"Sunny"},{"code":"32","date":"19
61
+ Aug 2016","day":"Fri","high":"23","low":"19","text":"Sunny"},{"code":"32","date":"20
62
+ Aug 2016","day":"Sat","high":"22","low":"17","text":"Sunny"},{"code":"32","date":"21
63
+ Aug 2016","day":"Sun","high":"19","low":"16","text":"Sunny"},{"code":"34","date":"22
64
+ Aug 2016","day":"Mon","high":"17","low":"15","text":"Mostly Sunny"},{"code":"30","date":"23
65
+ Aug 2016","day":"Tue","high":"18","low":"16","text":"Partly Cloudy"},{"code":"34","date":"24
66
+ Aug 2016","day":"Wed","high":"21","low":"16","text":"Mostly Sunny"},{"code":"34","date":"25
67
+ Aug 2016","day":"Thu","high":"23","low":"18","text":"Mostly Sunny"}],"description":"<![CDATA[<img
68
+ src=\"http://l.yimg.com/a/i/us/we/52/32.gif\"/>\n<BR />\n<b>Current Conditions:</b>\n<BR
69
+ />Sunny\n<BR />\n<BR />\n<b>Forecast:</b>\n<BR /> Tue - Sunny. High: 18Low:
70
+ 16\n<BR /> Wed - Sunny. High: 18Low: 15\n<BR /> Thu - Sunny. High: 26Low:
71
+ 16\n<BR /> Fri - Sunny. High: 23Low: 19\n<BR /> Sat - Sunny. High: 22Low:
72
+ 17\n<BR />\n<BR />\n<a href=\"http://us.rd.yahoo.com/dailynews/rss/weather/Country__Country/*https://weather.yahoo.com/country/state/city-9848/\">Full
73
+ Forecast at Yahoo! Weather</a>\n<BR />\n<BR />\n(provided by <a href=\"http://www.weather.com\"
74
+ >The Weather Channel</a>)\n<BR />\n]]>","guid":{"isPermaLink":"false"}}}}}}'
120
75
  http_version:
121
- recorded_at: Fri, 08 Nov 2013 19:29:13 GMT
122
- recorded_with: VCR 2.6.0
76
+ recorded_at: Wed, 17 Aug 2016 03:25:48 GMT
77
+ recorded_with: VCR 3.0.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://query.yahooapis.com/v1/public/yql?format=json&q=select%20*%20from%20weather.forecast%20where%20woeid=9848%20and%20u='f'
5
+ uri: http://query.yahooapis.com/v1/public/yql?format=json&q=select%20*%20from%20weather.forecast%20where%20woeid=9848%20and%20u=%27c%27
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -10,7 +10,7 @@ http_interactions:
10
10
  Accept-Encoding:
11
11
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
12
  Accept:
13
- - '*/*'
13
+ - "*/*"
14
14
  User-Agent:
15
15
  - Ruby
16
16
  Host:
@@ -21,102 +21,57 @@ http_interactions:
21
21
  message: OK
22
22
  headers:
23
23
  X-Yql-Host:
24
- - engine1.yql.ne1.yahoo.com
24
+ - prod_gq1_1;paas.yql;queryyahooapiscomproductiongq1;4da42dc7-5f26-11e6-acf5-f0921c12e67c
25
+ X-Content-Type-Options:
26
+ - nosniff
25
27
  Access-Control-Allow-Origin:
26
- - '*'
27
- Cache-Control:
28
- - public, max-age=3600
28
+ - "*"
29
29
  Content-Type:
30
- - application/json;charset=utf-8
31
- Vary:
32
- - Accept-Encoding
33
- Date:
34
- - Fri, 29 Mar 2013 06:53:56 GMT
35
- Server:
36
- - YTS/1.20.13
37
- Age:
38
- - '1309'
39
- Content-Length:
40
- - '880'
41
- Connection:
42
- - keep-alive
43
- body:
44
- encoding: UTF-8
45
- string: '{"query":{"count":1,"created":"2013-03-29T06:53:57Z","lang":"en-US","results":{"channel":{"title":"Yahoo!
46
- Weather - Victoria, CA","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Victoria__CA/*http://weather.yahoo.com/forecast/CAXX0523_f.html","description":"Yahoo!
47
- Weather for Victoria, CA","language":"en-us","lastBuildDate":"Thu, 28 Mar
48
- 2013 8:59 pm PDT","ttl":"60","location":{"city":"Victoria","country":"Canada","region":"BC"},"units":{"distance":"mi","pressure":"in","speed":"mph","temperature":"F"},"wind":{"chill":"46","direction":"230","speed":"5"},"atmosphere":{"humidity":"82","pressure":"30.11","rising":"1","visibility":""},"astronomy":{"sunrise":"6:59
49
- am","sunset":"7:36 pm"},"image":{"title":"Yahoo! Weather","width":"142","height":"18","link":"http://weather.yahoo.com","url":"http://l.yimg.com/a/i/brand/purplelogo//uh/us/news-wea.gif"},"item":{"title":"Conditions
50
- for Victoria, CA at 8:59 pm PDT","lat":"48.43","long":"-123.36","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Victoria__CA/*http://weather.yahoo.com/forecast/CAXX0523_f.html","pubDate":"Thu,
51
- 28 Mar 2013 8:59 pm PDT","condition":{"code":"29","date":"Thu, 28 Mar 2013
52
- 8:59 pm PDT","temp":"48","text":"Partly Cloudy"},"description":"\n<img src=\"http://l.yimg.com/a/i/us/we/52/29.gif\"/><br
53
- />\n<b>Current Conditions:</b><br />\nPartly Cloudy, 48 F<BR />\n<BR /><b>Forecast:</b><BR
54
- />\nThu - Clear. High: 55 Low: 43<br />\nFri - AM Clouds/PM Sun. High: 55
55
- Low: 44<br />\n<br />\n<a href=\"http://us.rd.yahoo.com/dailynews/rss/weather/Victoria__CA/*http://weather.yahoo.com/forecast/CAXX0523_f.html\">Full
56
- Forecast at Yahoo! Weather</a><BR/><BR/>\n(provided by <a href=\"http://www.weather.com\"
57
- >The Weather Channel</a>)<br/>\n","forecast":[{"code":"31","date":"28 Mar
58
- 2013","day":"Thu","high":"55","low":"43","text":"Clear"},{"code":"30","date":"29
59
- Mar 2013","day":"Fri","high":"55","low":"44","text":"AM Clouds/PM Sun"}],"guid":{"isPermaLink":"false","content":"CAXX0523_2013_03_29_7_00_PDT"}}}}}}'
60
- http_version:
61
- recorded_at: Fri, 29 Mar 2013 07:15:45 GMT
62
- - request:
63
- method: get
64
- uri: http://query.yahooapis.com/v1/public/yql?format=json&q=select%20*%20from%20weather.forecast%20where%20woeid=9848%20and%20u='c'
65
- body:
66
- encoding: US-ASCII
67
- string: ''
68
- headers:
69
- Accept-Encoding:
70
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
71
- Accept:
72
- - '*/*'
73
- User-Agent:
74
- - Ruby
75
- Host:
76
- - query.yahooapis.com
77
- response:
78
- status:
79
- code: 200
80
- message: OK
81
- headers:
82
- X-Yql-Host:
83
- - engine6.yql.gq1.yahoo.com
84
- Access-Control-Allow-Origin:
85
- - '*'
30
+ - application/json; charset=UTF-8
86
31
  Cache-Control:
87
- - public, max-age=199
88
- Content-Type:
89
- - application/json;charset=utf-8
32
+ - no-cache
90
33
  Date:
91
- - Fri, 08 Nov 2013 19:29:12 GMT
92
- Server:
93
- - YTS/1.20.13
34
+ - Wed, 17 Aug 2016 03:25:48 GMT
94
35
  Age:
95
- - '3'
96
- Content-Length:
97
- - '2345'
36
+ - '0'
37
+ Server:
38
+ - ATS
39
+ Via:
40
+ - http/1.1 a17.ue.gq1.yahoo.net (ApacheTrafficServer [cMsSf ])
41
+ Y-Trace:
42
+ - BAEAQAAAAABzQMndv.jdoQAAAAAAAAAAPNl_m5lvGPUAAAAAAAAAAAAFOjwFgb_iAAU6PAWB56aBcyVaAAAAAA--
43
+ Transfer-Encoding:
44
+ - chunked
98
45
  Connection:
99
46
  - keep-alive
100
47
  body:
101
48
  encoding: UTF-8
102
- string: '{"query":{"count":1,"created":"2013-11-08T19:29:13Z","lang":"en-US","results":{"channel":{"title":"Yahoo!
103
- Weather - Victoria, CA","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Victoria__CA/*http://weather.yahoo.com/forecast/CAXX0523_c.html","description":"Yahoo!
104
- Weather for Victoria, CA","language":"en-us","lastBuildDate":"Fri, 08 Nov
105
- 2013 10:00 am PST","ttl":"60","location":{"city":"Victoria","country":"Canada","region":"BC"},"units":{"distance":"km","pressure":"mb","speed":"km/h","temperature":"C"},"wind":{"chill":"8","direction":"260","speed":"14.48"},"atmosphere":{"humidity":"71","pressure":"1019.9","rising":"1","visibility":""},"astronomy":{"sunrise":"7:09
106
- am","sunset":"4:43 pm"},"image":{"title":"Yahoo! Weather","width":"142","height":"18","link":"http://weather.yahoo.com","url":"http://l.yimg.com/a/i/brand/purplelogo//uh/us/news-wea.gif"},"item":{"title":"Conditions
107
- for Victoria, CA at 10:00 am PST","lat":"48.43","long":"-123.36","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Victoria__CA/*http://weather.yahoo.com/forecast/CAXX0523_c.html","pubDate":"Fri,
108
- 08 Nov 2013 10:00 am PST","condition":{"code":"28","date":"Fri, 08 Nov 2013
109
- 10:00 am PST","temp":"10","text":"Mostly Cloudy"},"description":"\n<img src=\"http://l.yimg.com/a/i/us/we/52/28.gif\"/><br
110
- />\n<b>Current Conditions:</b><br />\nMostly Cloudy, 10 C<BR />\n<BR /><b>Forecast:</b><BR
111
- />\nFri - PM Showers. High: 9 Low: 6<br />\nSat - Showers. High: 8 Low: 6<br
112
- />\nSun - AM Showers. High: 8 Low: 6<br />\nMon - Cloudy. High: 9 Low: 7<br
113
- />\nTue - Rain. High: 9 Low: 7<br />\n<br />\n<a href=\"http://us.rd.yahoo.com/dailynews/rss/weather/Victoria__CA/*http://weather.yahoo.com/forecast/CAXX0523_c.html\">Full
114
- Forecast at Yahoo! Weather</a><BR/><BR/>\n(provided by <a href=\"http://www.weather.com\"
115
- >The Weather Channel</a>)<br/>\n","forecast":[{"code":"39","date":"8 Nov 2013","day":"Fri","high":"9","low":"6","text":"PM
116
- Showers"},{"code":"11","date":"9 Nov 2013","day":"Sat","high":"8","low":"6","text":"Showers"},{"code":"39","date":"10
117
- Nov 2013","day":"Sun","high":"8","low":"6","text":"AM Showers"},{"code":"26","date":"11
118
- Nov 2013","day":"Mon","high":"9","low":"7","text":"Cloudy"},{"code":"12","date":"12
119
- Nov 2013","day":"Tue","high":"9","low":"7","text":"Rain"}],"guid":{"isPermaLink":"false","content":"CAXX0523_2013_11_12_7_00_PST"}}}}}}'
49
+ string: '{"query":{"count":1,"created":"2016-08-17T03:25:48Z","lang":"en-US","results":{"channel":{"units":{"distance":"km","pressure":"mb","speed":"km/h","temperature":"C"},"title":"Yahoo!
50
+ Weather - Victoria, BC, CA","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Country__Country/*https://weather.yahoo.com/country/state/city-9848/","description":"Yahoo!
51
+ Weather for Victoria, BC, CA","language":"en-us","lastBuildDate":"Tue, 16
52
+ Aug 2016 08:25 PM PDT","ttl":"60","location":{"city":"Victoria","country":"Canada","region":"
53
+ BC"},"wind":{"chill":"64","direction":"235","speed":"28.97"},"atmosphere":{"humidity":"72","pressure":"34337.99","rising":"0","visibility":"25.91"},"astronomy":{"sunrise":"6:10
54
+ am","sunset":"8:24 pm"},"image":{"title":"Yahoo! Weather","width":"142","height":"18","link":"http://weather.yahoo.com","url":"http://l.yimg.com/a/i/brand/purplelogo//uh/us/news-wea.gif"},"item":{"title":"Conditions
55
+ for Victoria, BC, CA at 07:00 PM PDT","lat":"48.42828","long":"-123.3564","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Country__Country/*https://weather.yahoo.com/country/state/city-9848/","pubDate":"Tue,
56
+ 16 Aug 2016 07:00 PM PDT","condition":{"code":"32","date":"Tue, 16 Aug 2016
57
+ 07:00 PM PDT","temp":"18","text":"Sunny"},"forecast":[{"code":"32","date":"16
58
+ Aug 2016","day":"Tue","high":"18","low":"16","text":"Sunny"},{"code":"32","date":"17
59
+ Aug 2016","day":"Wed","high":"18","low":"15","text":"Sunny"},{"code":"32","date":"18
60
+ Aug 2016","day":"Thu","high":"26","low":"16","text":"Sunny"},{"code":"32","date":"19
61
+ Aug 2016","day":"Fri","high":"23","low":"19","text":"Sunny"},{"code":"32","date":"20
62
+ Aug 2016","day":"Sat","high":"22","low":"17","text":"Sunny"},{"code":"32","date":"21
63
+ Aug 2016","day":"Sun","high":"19","low":"16","text":"Sunny"},{"code":"34","date":"22
64
+ Aug 2016","day":"Mon","high":"17","low":"15","text":"Mostly Sunny"},{"code":"30","date":"23
65
+ Aug 2016","day":"Tue","high":"18","low":"16","text":"Partly Cloudy"},{"code":"34","date":"24
66
+ Aug 2016","day":"Wed","high":"21","low":"16","text":"Mostly Sunny"},{"code":"34","date":"25
67
+ Aug 2016","day":"Thu","high":"23","low":"18","text":"Mostly Sunny"}],"description":"<![CDATA[<img
68
+ src=\"http://l.yimg.com/a/i/us/we/52/32.gif\"/>\n<BR />\n<b>Current Conditions:</b>\n<BR
69
+ />Sunny\n<BR />\n<BR />\n<b>Forecast:</b>\n<BR /> Tue - Sunny. High: 18Low:
70
+ 16\n<BR /> Wed - Sunny. High: 18Low: 15\n<BR /> Thu - Sunny. High: 26Low:
71
+ 16\n<BR /> Fri - Sunny. High: 23Low: 19\n<BR /> Sat - Sunny. High: 22Low:
72
+ 17\n<BR />\n<BR />\n<a href=\"http://us.rd.yahoo.com/dailynews/rss/weather/Country__Country/*https://weather.yahoo.com/country/state/city-9848/\">Full
73
+ Forecast at Yahoo! Weather</a>\n<BR />\n<BR />\n(provided by <a href=\"http://www.weather.com\"
74
+ >The Weather Channel</a>)\n<BR />\n]]>","guid":{"isPermaLink":"false"}}}}}}'
120
75
  http_version:
121
- recorded_at: Fri, 08 Nov 2013 19:29:15 GMT
122
- recorded_with: VCR 2.6.0
76
+ recorded_at: Wed, 17 Aug 2016 03:25:48 GMT
77
+ recorded_with: VCR 3.0.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://query.yahooapis.com/v1/public/yql?format=json&q=select%20*%20from%20weather.forecast%20where%20woeid=9848%20and%20u='f'
5
+ uri: http://query.yahooapis.com/v1/public/yql?format=json&q=select%20*%20from%20weather.forecast%20where%20woeid=9848%20and%20u=%27c%27
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -10,7 +10,7 @@ http_interactions:
10
10
  Accept-Encoding:
11
11
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
12
  Accept:
13
- - '*/*'
13
+ - "*/*"
14
14
  User-Agent:
15
15
  - Ruby
16
16
  Host:
@@ -21,102 +21,57 @@ http_interactions:
21
21
  message: OK
22
22
  headers:
23
23
  X-Yql-Host:
24
- - engine6.yql.ne1.yahoo.com
24
+ - prod_gq1_1;paas.yql;queryyahooapiscomproductiongq1;aafffa8f-5f25-11e6-acf5-f0921c12e67c
25
+ X-Content-Type-Options:
26
+ - nosniff
25
27
  Access-Control-Allow-Origin:
26
- - '*'
27
- Cache-Control:
28
- - public, max-age=3599
28
+ - "*"
29
29
  Content-Type:
30
- - application/json;charset=utf-8
31
- Vary:
32
- - Accept-Encoding
33
- Date:
34
- - Fri, 29 Mar 2013 06:50:18 GMT
35
- Server:
36
- - YTS/1.20.13
37
- Age:
38
- - '1527'
39
- Content-Length:
40
- - '880'
41
- Connection:
42
- - keep-alive
43
- body:
44
- encoding: UTF-8
45
- string: '{"query":{"count":1,"created":"2013-03-29T06:50:19Z","lang":"en-US","results":{"channel":{"title":"Yahoo!
46
- Weather - Victoria, CA","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Victoria__CA/*http://weather.yahoo.com/forecast/CAXX0523_f.html","description":"Yahoo!
47
- Weather for Victoria, CA","language":"en-us","lastBuildDate":"Thu, 28 Mar
48
- 2013 8:59 pm PDT","ttl":"60","location":{"city":"Victoria","country":"Canada","region":"BC"},"units":{"distance":"mi","pressure":"in","speed":"mph","temperature":"F"},"wind":{"chill":"46","direction":"230","speed":"5"},"atmosphere":{"humidity":"82","pressure":"30.11","rising":"1","visibility":""},"astronomy":{"sunrise":"6:59
49
- am","sunset":"7:36 pm"},"image":{"title":"Yahoo! Weather","width":"142","height":"18","link":"http://weather.yahoo.com","url":"http://l.yimg.com/a/i/brand/purplelogo//uh/us/news-wea.gif"},"item":{"title":"Conditions
50
- for Victoria, CA at 8:59 pm PDT","lat":"48.43","long":"-123.36","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Victoria__CA/*http://weather.yahoo.com/forecast/CAXX0523_f.html","pubDate":"Thu,
51
- 28 Mar 2013 8:59 pm PDT","condition":{"code":"29","date":"Thu, 28 Mar 2013
52
- 8:59 pm PDT","temp":"48","text":"Partly Cloudy"},"description":"\n<img src=\"http://l.yimg.com/a/i/us/we/52/29.gif\"/><br
53
- />\n<b>Current Conditions:</b><br />\nPartly Cloudy, 48 F<BR />\n<BR /><b>Forecast:</b><BR
54
- />\nThu - Clear. High: 55 Low: 43<br />\nFri - AM Clouds/PM Sun. High: 55
55
- Low: 44<br />\n<br />\n<a href=\"http://us.rd.yahoo.com/dailynews/rss/weather/Victoria__CA/*http://weather.yahoo.com/forecast/CAXX0523_f.html\">Full
56
- Forecast at Yahoo! Weather</a><BR/><BR/>\n(provided by <a href=\"http://www.weather.com\"
57
- >The Weather Channel</a>)<br/>\n","forecast":[{"code":"31","date":"28 Mar
58
- 2013","day":"Thu","high":"55","low":"43","text":"Clear"},{"code":"30","date":"29
59
- Mar 2013","day":"Fri","high":"55","low":"44","text":"AM Clouds/PM Sun"}],"guid":{"isPermaLink":"false","content":"CAXX0523_2013_03_29_7_00_PDT"}}}}}}'
60
- http_version:
61
- recorded_at: Fri, 29 Mar 2013 07:15:45 GMT
62
- - request:
63
- method: get
64
- uri: http://query.yahooapis.com/v1/public/yql?format=json&q=select%20*%20from%20weather.forecast%20where%20woeid=9848%20and%20u='c'
65
- body:
66
- encoding: US-ASCII
67
- string: ''
68
- headers:
69
- Accept-Encoding:
70
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
71
- Accept:
72
- - '*/*'
73
- User-Agent:
74
- - Ruby
75
- Host:
76
- - query.yahooapis.com
77
- response:
78
- status:
79
- code: 200
80
- message: OK
81
- headers:
82
- X-Yql-Host:
83
- - engine7.yql.gq1.yahoo.com
84
- Access-Control-Allow-Origin:
85
- - '*'
30
+ - application/json; charset=UTF-8
86
31
  Cache-Control:
87
- - public, max-age=199
88
- Content-Type:
89
- - application/json;charset=utf-8
32
+ - no-cache
90
33
  Date:
91
- - Fri, 08 Nov 2013 19:29:11 GMT
92
- Server:
93
- - YTS/1.20.13
34
+ - Wed, 17 Aug 2016 03:25:48 GMT
94
35
  Age:
95
- - '2'
96
- Content-Length:
97
- - '2345'
36
+ - '0'
37
+ Server:
38
+ - ATS
39
+ Via:
40
+ - http/1.1 a01.ue.gq1.yahoo.net (ApacheTrafficServer [cMsSf ])
41
+ Y-Trace:
42
+ - BAEAQAAAAADbwfGJ4dg0DgAAAAAAAAAAMDLMEhai3BgAAAAAAAAAAAAFOjwFgDnjAAU6PAWAYW_iLlRqAAAAAA--
43
+ Transfer-Encoding:
44
+ - chunked
98
45
  Connection:
99
46
  - keep-alive
100
47
  body:
101
48
  encoding: UTF-8
102
- string: '{"query":{"count":1,"created":"2013-11-08T19:29:12Z","lang":"en-US","results":{"channel":{"title":"Yahoo!
103
- Weather - Victoria, CA","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Victoria__CA/*http://weather.yahoo.com/forecast/CAXX0523_c.html","description":"Yahoo!
104
- Weather for Victoria, CA","language":"en-us","lastBuildDate":"Fri, 08 Nov
105
- 2013 11:00 am PST","ttl":"60","location":{"city":"Victoria","country":"Canada","region":"BC"},"units":{"distance":"km","pressure":"mb","speed":"km/h","temperature":"C"},"wind":{"chill":"8","direction":"270","speed":"14.48"},"atmosphere":{"humidity":"66","pressure":"1020.2","rising":"1","visibility":""},"astronomy":{"sunrise":"7:09
106
- am","sunset":"4:43 pm"},"image":{"title":"Yahoo! Weather","width":"142","height":"18","link":"http://weather.yahoo.com","url":"http://l.yimg.com/a/i/brand/purplelogo//uh/us/news-wea.gif"},"item":{"title":"Conditions
107
- for Victoria, CA at 11:00 am PST","lat":"48.43","long":"-123.36","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Victoria__CA/*http://weather.yahoo.com/forecast/CAXX0523_c.html","pubDate":"Fri,
108
- 08 Nov 2013 11:00 am PST","condition":{"code":"28","date":"Fri, 08 Nov 2013
109
- 11:00 am PST","temp":"10","text":"Mostly Cloudy"},"description":"\n<img src=\"http://l.yimg.com/a/i/us/we/52/28.gif\"/><br
110
- />\n<b>Current Conditions:</b><br />\nMostly Cloudy, 10 C<BR />\n<BR /><b>Forecast:</b><BR
111
- />\nFri - PM Showers. High: 9 Low: 6<br />\nSat - Showers. High: 8 Low: 6<br
112
- />\nSun - AM Showers. High: 8 Low: 6<br />\nMon - Cloudy. High: 9 Low: 7<br
113
- />\nTue - Rain. High: 9 Low: 7<br />\n<br />\n<a href=\"http://us.rd.yahoo.com/dailynews/rss/weather/Victoria__CA/*http://weather.yahoo.com/forecast/CAXX0523_c.html\">Full
114
- Forecast at Yahoo! Weather</a><BR/><BR/>\n(provided by <a href=\"http://www.weather.com\"
115
- >The Weather Channel</a>)<br/>\n","forecast":[{"code":"39","date":"8 Nov 2013","day":"Fri","high":"9","low":"6","text":"PM
116
- Showers"},{"code":"11","date":"9 Nov 2013","day":"Sat","high":"8","low":"6","text":"Showers"},{"code":"39","date":"10
117
- Nov 2013","day":"Sun","high":"8","low":"6","text":"AM Showers"},{"code":"26","date":"11
118
- Nov 2013","day":"Mon","high":"9","low":"7","text":"Cloudy"},{"code":"12","date":"12
119
- Nov 2013","day":"Tue","high":"9","low":"7","text":"Rain"}],"guid":{"isPermaLink":"false","content":"CAXX0523_2013_11_12_7_00_PST"}}}}}}'
49
+ string: '{"query":{"count":1,"created":"2016-08-17T03:25:48Z","lang":"en-US","results":{"channel":{"units":{"distance":"km","pressure":"mb","speed":"km/h","temperature":"C"},"title":"Yahoo!
50
+ Weather - Victoria, BC, CA","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Country__Country/*https://weather.yahoo.com/country/state/city-9848/","description":"Yahoo!
51
+ Weather for Victoria, BC, CA","language":"en-us","lastBuildDate":"Tue, 16
52
+ Aug 2016 08:25 PM PDT","ttl":"60","location":{"city":"Victoria","country":"Canada","region":"
53
+ BC"},"wind":{"chill":"64","direction":"235","speed":"28.97"},"atmosphere":{"humidity":"72","pressure":"34337.99","rising":"0","visibility":"25.91"},"astronomy":{"sunrise":"6:10
54
+ am","sunset":"8:24 pm"},"image":{"title":"Yahoo! Weather","width":"142","height":"18","link":"http://weather.yahoo.com","url":"http://l.yimg.com/a/i/brand/purplelogo//uh/us/news-wea.gif"},"item":{"title":"Conditions
55
+ for Victoria, BC, CA at 07:00 PM PDT","lat":"48.42828","long":"-123.3564","link":"http://us.rd.yahoo.com/dailynews/rss/weather/Country__Country/*https://weather.yahoo.com/country/state/city-9848/","pubDate":"Tue,
56
+ 16 Aug 2016 07:00 PM PDT","condition":{"code":"32","date":"Tue, 16 Aug 2016
57
+ 07:00 PM PDT","temp":"18","text":"Sunny"},"forecast":[{"code":"32","date":"16
58
+ Aug 2016","day":"Tue","high":"18","low":"16","text":"Sunny"},{"code":"32","date":"17
59
+ Aug 2016","day":"Wed","high":"18","low":"15","text":"Sunny"},{"code":"32","date":"18
60
+ Aug 2016","day":"Thu","high":"26","low":"16","text":"Sunny"},{"code":"32","date":"19
61
+ Aug 2016","day":"Fri","high":"23","low":"19","text":"Sunny"},{"code":"32","date":"20
62
+ Aug 2016","day":"Sat","high":"22","low":"17","text":"Sunny"},{"code":"32","date":"21
63
+ Aug 2016","day":"Sun","high":"19","low":"16","text":"Sunny"},{"code":"34","date":"22
64
+ Aug 2016","day":"Mon","high":"17","low":"15","text":"Mostly Sunny"},{"code":"30","date":"23
65
+ Aug 2016","day":"Tue","high":"18","low":"16","text":"Partly Cloudy"},{"code":"34","date":"24
66
+ Aug 2016","day":"Wed","high":"21","low":"16","text":"Mostly Sunny"},{"code":"34","date":"25
67
+ Aug 2016","day":"Thu","high":"23","low":"18","text":"Mostly Sunny"}],"description":"<![CDATA[<img
68
+ src=\"http://l.yimg.com/a/i/us/we/52/32.gif\"/>\n<BR />\n<b>Current Conditions:</b>\n<BR
69
+ />Sunny\n<BR />\n<BR />\n<b>Forecast:</b>\n<BR /> Tue - Sunny. High: 18Low:
70
+ 16\n<BR /> Wed - Sunny. High: 18Low: 15\n<BR /> Thu - Sunny. High: 26Low:
71
+ 16\n<BR /> Fri - Sunny. High: 23Low: 19\n<BR /> Sat - Sunny. High: 22Low:
72
+ 17\n<BR />\n<BR />\n<a href=\"http://us.rd.yahoo.com/dailynews/rss/weather/Country__Country/*https://weather.yahoo.com/country/state/city-9848/\">Full
73
+ Forecast at Yahoo! Weather</a>\n<BR />\n<BR />\n(provided by <a href=\"http://www.weather.com\"
74
+ >The Weather Channel</a>)\n<BR />\n]]>","guid":{"isPermaLink":"false"}}}}}}'
120
75
  http_version:
121
- recorded_at: Fri, 08 Nov 2013 19:29:14 GMT
122
- recorded_with: VCR 2.6.0
76
+ recorded_at: Wed, 17 Aug 2016 03:25:48 GMT
77
+ recorded_with: VCR 3.0.3