metoffice_datapoint 0.0.1 → 0.0.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 +8 -8
- data/lib/metoffice_datapoint/version.rb +1 -1
- data/metoffice_datapoint.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YzZkZGJkMzcwYmIwYjk1NDg5NDNiZDZhZmExZGQ4ZjA1NzAwODY0MA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NWQ1YWFiZjE0MDRlMDBjOGU4YTg5N2JmZGI2OGM0YzM3YTlkZTBhOQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZDg3Yjc4NWM1MDlmYjUzZmFjMGZlZmMzNjdhM2NiZTgwNGUyMmU2YjAwY2M4
|
|
10
|
+
NDJkMzU0ZDc2MzFkZDU0ZjE5Zjk4ZGU4NjI0ZmNjOWRhNjgxMTNkNjNkNjBj
|
|
11
|
+
ZTM2NmZiZDQ0NWVkYmYzNDNmMGY0ZWMyZGNmOGVhNTUxZTgwNDE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NzA1YmJmYjNmZTQwYTM1ODA0OWE2OGVlYzVmOWQ0YzE4MWNhYTY2YTJmNGY4
|
|
14
|
+
ZjMwMWM4ZDZmOWI4YWJmMzEwMzJmMDllZjFiMTllZTQ1ZTc1NmI2NTlkNDU1
|
|
15
|
+
NzY4NzViZWUyYjA5ZGEwMDU1NjI5OGI3N2VhM2JjOTUxZGI4Mzc=
|
data/metoffice_datapoint.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Tim Heighes"]
|
|
10
10
|
spec.email = ["tim@heighes.com"]
|
|
11
11
|
spec.description = %q{Simple wrapper for the Met Office DataPoint API}
|
|
12
|
-
spec.summary = %q{An unofficial wrapper}
|
|
12
|
+
spec.summary = %q{An unofficial wrapper for the UK Met Office's DataPoint API}
|
|
13
13
|
spec.homepage = "https://github.com/sauy7/metoffice_datapoint"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metoffice_datapoint
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Heighes
|
|
@@ -284,7 +284,7 @@ rubyforge_project:
|
|
|
284
284
|
rubygems_version: 2.0.3
|
|
285
285
|
signing_key:
|
|
286
286
|
specification_version: 4
|
|
287
|
-
summary: An unofficial wrapper
|
|
287
|
+
summary: An unofficial wrapper for the UK Met Office's DataPoint API
|
|
288
288
|
test_files:
|
|
289
289
|
- test/api_key.sample.rb
|
|
290
290
|
- test/fixtures/json/collect_json.rb
|