SnowNasa 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0172e433fc404ba2868714977a78de199a808c39
4
- data.tar.gz: e728f09f5e01dd2497bbd1efb181c6e6883f8d6a
3
+ metadata.gz: 9ca1f64c3c5852adaadff4d6128949f9571e6468
4
+ data.tar.gz: 4da69a9d0f651f219d669ef9b591a32cdb296945
5
5
  SHA512:
6
- metadata.gz: 48d06db12d1354cb09cbd1222a12865f8fafc886341ce17be1cb07d809a22f33feb6ccd33dd7a64da4b0eafd86f36392587431b0fe856d6eda8de780b0328421
7
- data.tar.gz: 30e2afcfa1cefbcd25a6f23610499902d4c2caee6616232278a334f6a878cc6daf52096056224c40e78a25a3696aa5dcd7292be358ba6cfee0400dac7e61877f
6
+ metadata.gz: 57c77eea755241bd628e07c9298d9f313b71a050bb021e7be924344cd7c0918baac4ee0792a515d4d25c6c3627f44790a887e18c662eba533d11a58e5845589f
7
+ data.tar.gz: b81a0d41d2fe02be99f45010c217cf05dfdc669d85554456a33bfce5aa3edf39882861214967f4b754f9fc24c8e8bf1d7e38378fd4e7b0d14d9e442b030d033f
data/README.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # SnowNasa
2
2
 
3
+ SnowNasa is a ruby gem to interface with Nasa's Api
4
+
5
+ ##Gem Status
6
+ <a href="https://badge.fury.io/rb/SnowNasa"><img src="https://badge.fury.io/rb/SnowNasa.svg" alt="Gem Version" height="18"></a>
7
+
8
+ ## Travis CI Build Status
9
+ <a href="https://travis-ci.org/Jrsnow8921"><img src="https://travis-ci.org/Jrsnow8921/SnowNasaGem.svg?branch=master" height="18"></a>
10
+
3
11
  ## How to obtain a Nasa Api Key
4
12
  https://api.nasa.gov/index.html#apply-for-an-api-key
5
13
  #Apply for an api key, and it will be sent to your email.
data/SnowNasa.gemspec CHANGED
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["jrsnow8921@gmail.com"]
11
11
 
12
12
  spec.summary = %q{A gem to interact with Nasa's api}
13
- spec.description = %q{G}
14
- spec.homepage = ""
13
+ spec.description = %q{A gem to interact with Nasa's api to retrieve the following-- "The Astronomy Picture of the Day", "Earth Images", "Mars Rover Pics ^_^", and "Near Earth Objects(Asteroids) }
14
+ spec.homepage = "https://github.com/Jrsnow8921/SnowNasaGem"
15
15
  spec.license = "MIT"
16
16
 
17
17
  #if spec.respond_to?(:metadata)
@@ -1,3 +1,3 @@
1
1
  module SnowNasa
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SnowNasa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Snow
@@ -108,7 +108,9 @@ dependencies:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: 0.7.7
111
- description: G
111
+ description: 'A gem to interact with Nasa''s api to retrieve the following-- "The
112
+ Astronomy Picture of the Day", "Earth Images", "Mars Rover Pics ^_^", and "Near
113
+ Earth Objects(Asteroids) '
112
114
  email:
113
115
  - jrsnow8921@gmail.com
114
116
  executables: []
@@ -135,7 +137,7 @@ files:
135
137
  - lib/generators/snow_nasa/config/USAGE
136
138
  - lib/generators/snow_nasa/config/config_generator.rb
137
139
  - lib/generators/snow_nasa/config/templates/config.rb.erb
138
- homepage: ''
140
+ homepage: https://github.com/Jrsnow8921/SnowNasaGem
139
141
  licenses:
140
142
  - MIT
141
143
  metadata: {}