uber-ruby 0.2.1 → 0.2.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: 4d8a36ba249d7f917cd2dc5f791a213e888c3cf4
4
- data.tar.gz: 65a1fbd1b6fa2aec7b67b5db49822c27f23eecd3
3
+ metadata.gz: f89cf9d67885edb72a64702305cfb59e3bcea2f1
4
+ data.tar.gz: e9df6916f86475d22c8daffa0405abe10f715e42
5
5
  SHA512:
6
- metadata.gz: 870c4cd258f4c0196654a890f306d462b2354f6ceefd62c55684ead9eb9d40e1c8db3f281c858996e237c2140ce422e73729d9f0f21890f3e23a3a504b101c43
7
- data.tar.gz: 0312fa6daa454b8fc8a0169e4addec3714a2b78bccb1cea509f25895bd23df137894d32e6be464e2463666861da9195be4a2599de9c5db9c18faf93cfa7cffcd
6
+ metadata.gz: da1a0fd3b05179576f6684c3ac2fa4c2d6dca5d3af4b61b649cb7fabb43e6c29647cf55bf7c2290fec8f2989aba553a4607861e070476c090c00cb1337e1a8b8
7
+ data.tar.gz: 27280b1553c2e0e833936590812b6deef9b408c35914d900d36f7bc716ccc4627d6d029b56e22a890488490d7a6337a0aef060d6aa50b7a7d8244c7da216c745
data/lib/uber/price.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Uber
2
2
  class Price < Base
3
- attr_accessor :product_id, :currency_code, :display_name, :estimate, :low_estimate, :high_estimate, :surge_multipler, :duration, :distance
3
+ attr_accessor :product_id, :currency_code, :display_name, :estimate, :low_estimate, :high_estimate, :surge_multiplier, :duration, :distance
4
4
  end
5
5
  end
data/lib/uber/version.rb CHANGED
@@ -2,7 +2,7 @@ module Uber
2
2
  class Version
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- PATCH = 1
5
+ PATCH = 2
6
6
 
7
7
  class << self
8
8
  # @return [String]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uber-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dingding Ye
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-21 00:00:00.000000000 Z
11
+ date: 2015-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler