weather-forecasts 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,8 @@ http_interactions:
20
20
  headers:
21
21
  Server:
22
22
  - Apache/2.2.15 (Red Hat)
23
+ X-Nids-Serverid:
24
+ - www5.mo
23
25
  Last-Modified:
24
26
  - Thu, 13 Mar 2014 18:05:49 GMT
25
27
  Accept-Ranges:
@@ -29,7 +31,7 @@ http_interactions:
29
31
  Content-Type:
30
32
  - application/wsdl+xml
31
33
  Date:
32
- - Thu, 13 Mar 2014 19:49:58 GMT
34
+ - Thu, 22 May 2014 23:16:13 GMT
33
35
  Connection:
34
36
  - keep-alive
35
37
  body:
@@ -378,7 +380,7 @@ http_interactions:
378
380
  \ <soap:address location=\"http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php\"/>\n
379
381
  \ </port>\n</service>\n\n</definitions>\n"
380
382
  http_version:
381
- recorded_at: Thu, 13 Mar 2014 19:50:01 GMT
383
+ recorded_at: Thu, 22 May 2014 23:16:13 GMT
382
384
  - request:
383
385
  method: post
384
386
  uri: http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php
@@ -407,6 +409,8 @@ http_interactions:
407
409
  headers:
408
410
  Server:
409
411
  - Apache/2.2.15 (Red Hat)
412
+ X-Nids-Serverid:
413
+ - www4.mo
410
414
  X-Soap-Server:
411
415
  - NuSOAP/0.9.5 (1.123)
412
416
  Content-Type:
@@ -414,11 +418,11 @@ http_interactions:
414
418
  Vary:
415
419
  - Accept-Encoding
416
420
  Cache-Control:
417
- - max-age=174
421
+ - max-age=180
418
422
  Expires:
419
- - Thu, 13 Mar 2014 19:52:53 GMT
423
+ - Thu, 22 May 2014 23:19:13 GMT
420
424
  Date:
421
- - Thu, 13 Mar 2014 19:49:59 GMT
425
+ - Thu, 22 May 2014 23:16:13 GMT
422
426
  Content-Length:
423
427
  - '1472'
424
428
  Connection:
@@ -439,5 +443,5 @@ http_interactions:
439
443
  39.564032,-105.145529 39.608050,-105.149812 39.652059,-105.154099 39.479256,-105.079914
440
444
  39.523294,-105.084166 39.567323,-105.088422 39.611342,-105.092681 39.655351,-105.096944&lt;/latLonList&gt;&lt;/dwml&gt;</listLatLonOut></ns1:LatLonListSquareResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
441
445
  http_version:
442
- recorded_at: Thu, 13 Mar 2014 19:50:02 GMT
443
- recorded_with: VCR 2.8.0
446
+ recorded_at: Thu, 22 May 2014 23:16:13 GMT
447
+ recorded_with: VCR 2.9.0
@@ -23,11 +23,11 @@ Gem::Specification.new do |s|
23
23
 
24
24
  s.executables << 'wf-console'
25
25
 
26
- s.add_runtime_dependency 'dwml', '~> 1.1.0', '>= 1.1.0'
27
- s.add_runtime_dependency 'savon', '~> 2.4.0', '>= 2.4.0'
26
+ s.add_runtime_dependency 'dwml', '~> 1.1.1', '>= 1.1.1'
27
+ s.add_runtime_dependency 'savon', '~> 2.5.1', '>= 2.5.1'
28
28
  s.add_runtime_dependency 'httpi', '~>2.1.0', '>= 2.1.0'
29
29
  s.add_runtime_dependency 'nokogiri', '~> 1.6.1', '>= 1.6.1'
30
- s.add_runtime_dependency 'multi_json', '~> 1.9.0', '>= 1.9.0'
30
+ s.add_runtime_dependency 'multi_json', '~> 1.10.1', '>= 1.10.1'
31
31
  s.add_runtime_dependency 'activesupport', '~> 4.1.0', '>= 4.1.0'
32
32
  s.add_runtime_dependency 'http_logger', '~> 0.4.2', '>= 0.4.2'
33
33
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weather-forecasts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Angelo Lakra
@@ -16,40 +16,40 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.1.0
19
+ version: 1.1.1
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 1.1.0
22
+ version: 1.1.1
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - "~>"
28
28
  - !ruby/object:Gem::Version
29
- version: 1.1.0
29
+ version: 1.1.1
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 1.1.0
32
+ version: 1.1.1
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: savon
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: 2.4.0
39
+ version: 2.5.1
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
- version: 2.4.0
42
+ version: 2.5.1
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - "~>"
48
48
  - !ruby/object:Gem::Version
49
- version: 2.4.0
49
+ version: 2.5.1
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
- version: 2.4.0
52
+ version: 2.5.1
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: httpi
55
55
  requirement: !ruby/object:Gem::Requirement
@@ -96,20 +96,20 @@ dependencies:
96
96
  requirements:
97
97
  - - "~>"
98
98
  - !ruby/object:Gem::Version
99
- version: 1.9.0
99
+ version: 1.10.1
100
100
  - - ">="
101
101
  - !ruby/object:Gem::Version
102
- version: 1.9.0
102
+ version: 1.10.1
103
103
  type: :runtime
104
104
  prerelease: false
105
105
  version_requirements: !ruby/object:Gem::Requirement
106
106
  requirements:
107
107
  - - "~>"
108
108
  - !ruby/object:Gem::Version
109
- version: 1.9.0
109
+ version: 1.10.1
110
110
  - - ">="
111
111
  - !ruby/object:Gem::Version
112
- version: 1.9.0
112
+ version: 1.10.1
113
113
  - !ruby/object:Gem::Dependency
114
114
  name: activesupport
115
115
  requirement: !ruby/object:Gem::Requirement