nasa-neo 1.0.2 → 1.0.3
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/Gemfile.lock +1 -1
- data/lib/nasa-neo/version.rb +1 -1
- data/nasa-neo.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa586fc1ff0f8f45e890578299e9e33ec94d686cd5dcd12c1f5f1bc05403d721
|
|
4
|
+
data.tar.gz: b73a1db7e23658cdc16fe75116572127cf6255e034df99cb0c2afc1a34e43fa8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bff05d6559b1900a417c69a77e278c15730e3ff4bd9976cadb2c3e6fe1e866d2451a580a5497388e3cc5f3ddb973ab584c304be6fc0f4b83d845fea0b475f95
|
|
7
|
+
data.tar.gz: 836aa5a4423b640facaad31564a35e16dd790dbbdbfad88230ba13b0f5ec42f19a63ddcc929c1b362b1b602ab42288805dd611c152576384dc03acad9c556736
|
data/Gemfile.lock
CHANGED
data/lib/nasa-neo/version.rb
CHANGED
data/nasa-neo.gemspec
CHANGED
|
@@ -4,10 +4,10 @@ require "nasa-neo/version"
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
6
|
s.name = 'nasa-neo'
|
|
7
|
-
s.version = '1.0.
|
|
7
|
+
s.version = '1.0.3'
|
|
8
8
|
s.date = '2019-04-09'
|
|
9
9
|
s.summary = "This gem provides a simple wrapper for https://api.nasa.gov/api.html#NeoWS API"
|
|
10
|
-
s.description = "Retrieve information about the closest near earth object using the NASA NEO API. "
|
|
10
|
+
s.description = "Retrieve information about the closest near earth object on any given day using the NASA NEO API. "
|
|
11
11
|
s.authors = ["James Sutherland"]
|
|
12
12
|
s.email = 'jrsutherland78@googlemail.com'
|
|
13
13
|
s.homepage = 'https://github.com/LondonJim/NASA-NEO-API-Wrapper'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nasa-neo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Sutherland
|
|
@@ -66,8 +66,8 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: 3.5.1
|
|
69
|
-
description: 'Retrieve information about the closest near earth object
|
|
70
|
-
NEO API. '
|
|
69
|
+
description: 'Retrieve information about the closest near earth object on any given
|
|
70
|
+
day using the NASA NEO API. '
|
|
71
71
|
email: jrsutherland78@googlemail.com
|
|
72
72
|
executables: []
|
|
73
73
|
extensions: []
|