neows 1.0.0 → 1.1.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
  SHA1:
3
- metadata.gz: 03d17396bcc392c2b72ce77f76db56ca4c72b2df
4
- data.tar.gz: 931d32b26542172f3926074b108f7209361e8f55
3
+ metadata.gz: 459243eed868d5bdfd84f41cbaa7fde41eaf04c1
4
+ data.tar.gz: 68683fe35b0833f9b767cef69c2740efaffb70e6
5
5
  SHA512:
6
- metadata.gz: c4112c6c1fcce26f5fd79116f93248617f9d75942f8d99258c42eb48b8f91fe2f4c01f2e3d02544df263f45301d5f1d4173d253da9dd208edb9a83890f5a2082
7
- data.tar.gz: 5839243274c03c0c9d9f645037c7f2a14e434aa1f097836bfddac1619f87f2d591f85fcc4357495c67db3500b016119ee22a08c25fb9e3a2c098087959c29e5d
6
+ metadata.gz: 010e65e9db5a71788843fa8a3789c08368c60d25004f3feb364f3dd168001c870dd1aa7a3ee541302246813f658ce9329e66b4a13761db9853d54e624c0549fb
7
+ data.tar.gz: 536b9e576038b0d811eccfc30fe9102ae1689146836129dad85ac3645d501293268f7569e279e1edf46bc9c48e50c69387c923d82f3cbb0a8da5ccae7dcd1417
@@ -6,15 +6,18 @@ module Neows
6
6
  class RelativeVelocity < Neows::Models::BaseModel
7
7
  # @!attribute [rw]
8
8
  # @return [Float]
9
- attribute :kms, Float
9
+ attribute :kilometers_per_second, Float
10
+ alias_method :kms, :kilometers_per_second
10
11
 
11
12
  # @!attribute [rw]
12
13
  # @return [Float]
13
- attribute :kph, Float
14
+ attribute :kilometers_per_hour, Float
15
+ alias_method :kph, :kilometers_per_hour
14
16
 
15
17
  # @!attribute [rw]
16
18
  # @return [Float]
17
- attribute :mph, Float
19
+ attribute :miles_per_hour, Float
20
+ alias_method :mph, :miles_per_hour
18
21
  end
19
22
  end
20
23
  end
@@ -1,3 +1,3 @@
1
1
  module Neows
2
- VERSION = '1.0.0'
2
+ VERSION = '1.1.0'
3
3
  end
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: 1.0.0
4
+ version: 1.1.0
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-25 00:00:00.000000000 Z
11
+ date: 2015-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: http
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  version: '0'
133
133
  requirements: []
134
134
  rubyforge_project:
135
- rubygems_version: 2.0.14.1
135
+ rubygems_version: 2.0.3
136
136
  signing_key:
137
137
  specification_version: 4
138
138
  summary: A Ruby interface to the NeoWs API