weather-forecasts 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/weather_forecasts/client/version.rb +1 -1
- data/weather-forecasts.gemspec +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c78924e83642ec9775bb926a86e8a12222dd99fb
|
|
4
|
+
data.tar.gz: 2b7eb268303605dd7380f795b29296bb99d814c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e807c5f6ef67fbd1b5964fe80a5b1cf5f591e30b7c8c57835c1f420da5f9712ae0ce7fc286055f7374bcc66396d944e0cc5964fc3c9fad4cf12d411b4746775
|
|
7
|
+
data.tar.gz: c32f5c0d371f6815183ed8ee434bd901578bbfc580c536c4674736531ec256dc5519c816e4ec9a8960d0242779daf36ad5f481f2f21a8c2dcf6db68e1e17e5a3
|
data/weather-forecasts.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
|
12
12
|
s.summary = "Client library for retrieving data from NOAA's weather forecast API"
|
|
13
13
|
|
|
14
14
|
s.description = <<-EOT
|
|
15
|
-
Utilizing the NDFD (
|
|
15
|
+
Utilizing the NDFD (National Weather Service Digital Forecast Database), weather forecasts are retrieved from NOAA's SOAP API and then translated into array/hash structures in Ruby.
|
|
16
16
|
EOT
|
|
17
17
|
|
|
18
18
|
s.homepage = "https://github.com/alakra/weather-forecasts"
|
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
|
|
23
23
|
|
|
24
24
|
s.executables << 'wf-console'
|
|
25
25
|
|
|
26
|
-
s.add_runtime_dependency 'dwml', '~> 1.1.
|
|
26
|
+
s.add_runtime_dependency 'dwml', '~> 1.1.2', '>= 1.1.2'
|
|
27
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'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: weather-forecasts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Angelo Lakra
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-05-
|
|
11
|
+
date: 2014-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dwml
|
|
@@ -16,20 +16,20 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.1.
|
|
19
|
+
version: 1.1.2
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 1.1.
|
|
22
|
+
version: 1.1.2
|
|
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.
|
|
29
|
+
version: 1.1.2
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 1.1.
|
|
32
|
+
version: 1.1.2
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: savon
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -151,7 +151,7 @@ dependencies:
|
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: 0.4.2
|
|
153
153
|
description: |2
|
|
154
|
-
Utilizing the NDFD (
|
|
154
|
+
Utilizing the NDFD (National Weather Service Digital Forecast Database), weather forecasts are retrieved from NOAA's SOAP API and then translated into array/hash structures in Ruby.
|
|
155
155
|
email:
|
|
156
156
|
- angelo.lakra@gmail.com
|
|
157
157
|
executables:
|