nasa_api 0.1.0 → 0.2.0

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: d1390e7d453bd3b86b927f91b1add210f22ceef01a21fa73ef12d736ecb2506a
4
- data.tar.gz: ae8ad46be29686ff459ebf221a2bae64c669fd1f5f6f4fae7f54dd8636221f12
3
+ metadata.gz: ece0013b9e03420663b36e23eaad9ce394db7758d90a32d9cc0a06b66f8eff34
4
+ data.tar.gz: 93a9ff285a45a7148eceabb931dab497666198f7b1e6f0b82fa1c8825af34357
5
5
  SHA512:
6
- metadata.gz: 5bc536978d2d59a91f9978550f4a3f9345b1e909de04c46ff97c2f930c6c6f287f2764d7e1dd0fdea6a86236e650c3e3777cafe78d53e0f481d9762527bcabb4
7
- data.tar.gz: 1a5c6f38367bc375b43b057035a5598d26446cafc9aa22879e7090d1781cf6c2e3b191d7ec1399cb05df0cff9970c0f9a1168c6effac6fbc77d97b3c67c6d25f
6
+ metadata.gz: 0d1dca3ccf77b4d8d0b16f3e24541401a8b21b53113e821d5caa1b2e6b54ad9657460050dd2175377dd0fc34a7fef5ebda562a4fc9d8f1974214512fdaec5786
7
+ data.tar.gz: b199045371ed2d7a6192ffa162d4f083f244617776e3bd8fedb51c1469b51001ec377bea497f523a312f7d2e0877bd11e3246541f4b7210c62d030ec2301f2ac
data/README.md CHANGED
@@ -145,7 +145,6 @@ engine_data = tech_client.transfer(type: 'patent', item: 'engine')
145
145
  engine_data.results
146
146
  engine_data.count
147
147
  ```
148
- Note:
149
148
 
150
149
  #### TechPort
151
150
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NasaApi
4
- VERSION = "0.1.0"
4
+ VERSION = "0.2.0"
5
5
  end
data/nasa_api.gemspec CHANGED
@@ -8,12 +8,13 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["mark-ruddy"]
9
9
  spec.email = ["1markruddy@gmail.com"]
10
10
 
11
- spec.summary = "Ruby wrapper of the Nasa APIs"
11
+ spec.summary = "An easy to use Ruby wrapper for the Nasa Open APIs"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
14
14
 
15
- # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
15
+ spec.description = "Please visit the github repository at https://github.com/mark-ruddy/nasa_api for usage instructions"
16
16
  spec.metadata["source_code_uri"] = "https://github.com/mark-ruddy/nasa_api"
17
+ spec.homepage = "https://rubygems.org/gems/nasa_api"
17
18
 
18
19
  # Specify which files should be added to the gem when it is released.
19
20
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nasa_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - mark-ruddy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-09 00:00:00.000000000 Z
11
+ date: 2021-05-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description:
13
+ description: Please visit the github repository at https://github.com/mark-ruddy/nasa_api
14
+ for usage instructions
14
15
  email:
15
16
  - 1markruddy@gmail.com
16
17
  executables: []
@@ -34,7 +35,7 @@ files:
34
35
  - lib/nasa_api/tech.rb
35
36
  - lib/nasa_api/version.rb
36
37
  - nasa_api.gemspec
37
- homepage:
38
+ homepage: https://rubygems.org/gems/nasa_api
38
39
  licenses:
39
40
  - MIT
40
41
  metadata:
@@ -57,5 +58,5 @@ requirements: []
57
58
  rubygems_version: 3.2.3
58
59
  signing_key:
59
60
  specification_version: 4
60
- summary: Ruby wrapper of the Nasa APIs
61
+ summary: An easy to use Ruby wrapper for the Nasa Open APIs
61
62
  test_files: []