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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 347ccc9907b8dff966c7016a0cba5c321f7d8aaa49dd8ae79c55f7858ec6c20a
4
- data.tar.gz: 4bd95851598a46a596eb559ba70f3faa86504426bdcf7d2e8d709fef73dd85a3
3
+ metadata.gz: fa586fc1ff0f8f45e890578299e9e33ec94d686cd5dcd12c1f5f1bc05403d721
4
+ data.tar.gz: b73a1db7e23658cdc16fe75116572127cf6255e034df99cb0c2afc1a34e43fa8
5
5
  SHA512:
6
- metadata.gz: a6f9ca27ccea8fef1713a9518f8189d5a8374a5a548436289c924e7e747db195ba4cb0a24d0a979f5fe5e0180c715e4dd0b249e941fbaeb958a07de7060ab5dc
7
- data.tar.gz: eea53c26468243bf894fe55151842c4a219f40bc7235f6892d007d27a17f3528f0fa44c3a2c058f660a29f255d66c9e7ea9756389891cba3ea0f54a195b24971
6
+ metadata.gz: 0bff05d6559b1900a417c69a77e278c15730e3ff4bd9976cadb2c3e6fe1e866d2451a580a5497388e3cc5f3ddb973ab584c304be6fc0f4b83d845fea0b475f95
7
+ data.tar.gz: 836aa5a4423b640facaad31564a35e16dd790dbbdbfad88230ba13b0f5ec42f19a63ddcc929c1b362b1b602ab42288805dd611c152576384dc03acad9c556736
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nasa-neo (1.0.2)
4
+ nasa-neo (1.0.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module NasaNeo
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
@@ -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.2'
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.2
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 using the NASA
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: []