cobrato-client 0.23.0.beta8 → 0.23.0.beta9

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: d6526c1ae0eda93b38bbdbfde17e247092f0fe2f
4
- data.tar.gz: 27f0fe8a2aa0fb663ef7c6a64c5a5a74a7eff509
3
+ metadata.gz: 1f363c5a3a67aa628af2e8cae14812197ad6cc14
4
+ data.tar.gz: 397a2d4e0b092851a3658536d9f7d8702b8360c1
5
5
  SHA512:
6
- metadata.gz: bfb9b69b4e46e5cd949abff4a16f47b2313063431ad64023e0d48141234997fcd31d83dde56c9159061d5ee0077eeb3f61bf96831a24668c5223c6842600318f
7
- data.tar.gz: b835673ee47e7091e585ce6eb8ee4dd6f7ab26bf4ad0b6e53b8d215a56721d72ca749112ba355a6aacdcac21eb3fa6771e9192993c18e084579e352a2204f537
6
+ metadata.gz: 3020d6946050551ef03463cfe16e17e4dd7e55f181a1d64094e93b063617daf05da3da6b0767a7551ba0cb5cfb67ce39a58dc5a22d5a5f988c758b8473cf897a
7
+ data.tar.gz: 8f85d2fd674ef095b3d8fad2df3b718be15db91283ca74f43d139a26449906b109d3c3e09f6951f65863497b782f0770e18407607a1cbcf9e7f0727d1a0495b2
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Next version
4
4
 
5
+ ## v0.23.0.beta9
6
+
7
+ - Remove extra_amount from payment
8
+
5
9
  ## v0.23.0.beta8
6
10
 
7
11
  - Add support to cancel payment
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cobrato-client (0.23.0.beta8)
4
+ cobrato-client (0.23.0.beta9)
5
5
  multi_json (~> 1.11.2)
6
6
  typhoeus (~> 0.8.0)
7
7
  virtus (~> 1.0.5)
@@ -37,7 +37,6 @@ module Cobrato
37
37
  attribute :ted_goal, String
38
38
 
39
39
  # Billet specific
40
- attribute :extra_amount, Decimal
41
40
  attribute :barcode, String
42
41
 
43
42
  # GPS specific
@@ -1,3 +1,3 @@
1
1
  module Cobrato
2
- VERSION = '0.23.0.beta8'
2
+ VERSION = '0.23.0.beta9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cobrato-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0.beta8
4
+ version: 0.23.0.beta9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcio Ricardo Santos
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2018-01-16 00:00:00.000000000 Z
13
+ date: 2018-01-24 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus