nasa-neo 1.5.2 → 1.5.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: a5f1f084d724c42ca59d7605deb1e943190116772a29c990dd4ad68cad914b00
4
- data.tar.gz: f8cf8bb4fa16d11dcf2bec0550c6d71d8afd45ed93082f4f273f3f8c34f8a95a
3
+ metadata.gz: 57e007dcfb6fb5f2ca3c88bf1b172d073d513b88e4ff82df535535462399f28a
4
+ data.tar.gz: 11c9111ee5340bbeeeaff948a47a141a7073aec31870fab10963261861b7327a
5
5
  SHA512:
6
- metadata.gz: c7a7d8e31e7c473b9d84535bbdd5b0985490cdcd7586b4a1403c18a930ff47c1931a970c998d47a343cb3fae332a470090495b5c0eb5b2e7402cb477515a0cd4
7
- data.tar.gz: 9ec53e04e9497f15de32293d01d53996f8554edb4196f5161871ce29586796e8e7b4909d3e459276b34ce9f99ea863dba6b8fe1315718fe815098d436eab7c33
6
+ metadata.gz: 7bb5b8d1a09904f9d6ce83a261201900d30534ba12dbca690f2bd69db720262834e653c8135be2059423b6c73ddb5ca61d144219f4c0bcab2a7c36b46e4b86d1
7
+ data.tar.gz: a2ba11c55067abc8554b9ff2fea2e9cf451674ff2ac991e8b82cb8ea0b7afbf41763386f15b49343c38d5d41cd5b3c0af5d1c3ff1644ece4b6adb6465eefa9da
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.2] - 2018-04-14
4
+
5
+ ### Added
6
+
7
+ - Updated gemspec meta information to include homepage, source code links
8
+
9
+ ## [1.5.1] - 2018-04-14
10
+
11
+ ### Fixed
12
+
13
+ - Fixed bug that did not update Near Earth Object id when selecting object based on number
14
+
3
15
  ## [1.5.0] - 2018-04-14
4
16
 
5
17
  ### Added
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nasa-neo (1.5.2)
4
+ nasa-neo (1.5.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NasaNeo
4
- VERSION = "1.5.2".freeze
4
+ VERSION = "1.5.3".freeze
5
5
  end
data/nasa-neo.gemspec CHANGED
@@ -4,7 +4,7 @@ require "nasa-neo/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'nasa-neo'
7
- s.version = '1.5.2'
7
+ s.version = '1.5.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
10
  s.description = "Retrieve information about the closest near earth objects on any given day using the NASA NEO API. "
@@ -13,6 +13,7 @@ Gem::Specification.new do |s|
13
13
  s.homepage = 'https://github.com/LondonJim/NASA-NEO-API-Wrapper'
14
14
  s.license = 'MIT'
15
15
  s.metadata = { "homepage_uri" => "https://github.com/LondonJim/NASA-NEO-API-Wrapper",
16
+ "documentation_uri" => "https://www.rubydoc.info/github/LondonJim/NASA-NEO-API-Wrapper/master",
16
17
  "changelog_uri" => "https://github.com/LondonJim/NASA-NEO-API-Wrapper/blob/master/CHANGELOG.md",
17
18
  "source_code_uri" => "https://github.com/LondonJim/NASA-NEO-API-Wrapper"
18
19
  }
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.5.2
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Sutherland
@@ -107,6 +107,7 @@ licenses:
107
107
  - MIT
108
108
  metadata:
109
109
  homepage_uri: https://github.com/LondonJim/NASA-NEO-API-Wrapper
110
+ documentation_uri: https://www.rubydoc.info/github/LondonJim/NASA-NEO-API-Wrapper/master
110
111
  changelog_uri: https://github.com/LondonJim/NASA-NEO-API-Wrapper/blob/master/CHANGELOG.md
111
112
  source_code_uri: https://github.com/LondonJim/NASA-NEO-API-Wrapper
112
113
  post_install_message: