neows 0.0.1 → 0.0.2

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
  SHA1:
3
- metadata.gz: 17dbb6ecc1a0411e3963aca66841eabbff019618
4
- data.tar.gz: 8b3c081fb995b500409b33aa4d8bf1178c61f6a0
3
+ metadata.gz: 36e12060c03e1b6a856f393f58c28cc342345f5e
4
+ data.tar.gz: 63cad915ea34d3b968083ce00902a6dfff4cc95f
5
5
  SHA512:
6
- metadata.gz: e43e73b27dae8a903dbfcd7b2e3a1bb1914c0d254e8f22295efa1b605af49787a33c554e734f37e86aeb1515ef0e72394677b46e47117f1473b4d44a6a7cc694
7
- data.tar.gz: 50f4a01c9120fb9a8f9f5fe30a2e0f34e43a06e8ab31a52eca82c05bed80a203af77143f9f051bd87938452b3b7c7ff7e19936d2dd6b2e1920643a56ed9b0ff9
6
+ metadata.gz: 43c57f13bf34ce05e94c45ad82624555989cd901cdf756b056be3c25a52400141dc5e178bd3c9cae9f02567b36146d6bb63503a913808384b82ed2487473b6a0
7
+ data.tar.gz: fec9f84d9c1ac5561b36f2fc3487f7d093bd162ec3bb3510202404513cdd86b7219fcff788d3da2ef4006b85cb2d6ed31c7ffd6350fce7dcea274b7fddcb26f7
data/README.md CHANGED
@@ -1,5 +1,12 @@
1
- [![Build Status](https://travis-ci.org/SpaceRocks/neows-ruby.svg?branch=master)](https://travis-ci.org/SpaceRocks/neows-ruby)
2
- [![Coverage Status](https://coveralls.io/repos/SpaceRocks/neows-ruby/badge.svg?branch=master&service=github)](https://coveralls.io/github/SpaceRocks/neows-ruby?branch=master)
1
+ [![Gem Version](http://img.shields.io/gem/v/neows.svg)][gem]
2
+ [![Build Status](https://travis-ci.org/SpaceRocks/neows-ruby.svg?branch=master)][travis]
3
+ [![Coverage Status](https://coveralls.io/repos/SpaceRocks/neows-ruby/badge.svg?branch=master&service=github)][coveralls]
4
+ [![Code Climate](https://codeclimate.com/github/SpaceRocks/neows-ruby/badges/gpa.svg)][codeclimate]
5
+
6
+ [gem]: https://rubygems.org/gems/neows
7
+ [travis]: https://travis-ci.org/SpaceRocks/neows-ruby
8
+ [codeclimate]: https://codeclimate.com/github/SpaceRocks/neows-ruby
9
+ [coveralls]: https://coveralls.io/github/SpaceRocks/neows-ruby?branch=master
3
10
 
4
11
  # NeoWs Ruby Gem
5
12
 
@@ -11,6 +18,15 @@ A Ruby interface to the NeoWs API
11
18
  $ gem install neows
12
19
  ```
13
20
 
21
+ ## Documentation
22
+
23
+ Gem API: [http://rdoc.info/gems/neows][gem_documentation]
24
+
25
+ REST API: [http://www.neowsapp.com][api_documentation]
26
+
27
+ [gem_documentation]: http://rdoc.info/gems/neows
28
+ [api_documentation]: http://www.neowsapp.com
29
+
14
30
  ## Configuration
15
31
  ```ruby
16
32
  client = Neows::REST::Client.new
@@ -24,8 +24,8 @@ module Neows
24
24
  attribute :nasa_jpl_url, String
25
25
 
26
26
  # @!attribute [rw]
27
- # @return [Integer]
28
- attribute :absolute_magnitude_h, Integer
27
+ # @return [Float]
28
+ attribute :absolute_magnitude_h, Float
29
29
 
30
30
  # @!attribute [rw]
31
31
  # @return [Neows::Models::EstimatedDiameter]
data/lib/neows/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Neows
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
data/neows-0.0.1.gem ADDED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neows
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason English
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-08-22 00:00:00.000000000 Z
11
+ date: 2015-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: http
@@ -110,6 +110,7 @@ files:
110
110
  - lib/neows/rest/utils.rb
111
111
  - lib/neows/utils.rb
112
112
  - lib/neows/version.rb
113
+ - neows-0.0.1.gem
113
114
  - neows.gemspec
114
115
  homepage: https://github.com/SpaceRocks/neows-ruby
115
116
  licenses: