cobrato-client 0.13.0 → 0.14.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: dcddd1ef773ad40e3075f5b0d6e9c1de25c1381a
4
- data.tar.gz: 130106e99daba1d1beca18211a7300ea1fab8901
3
+ metadata.gz: 6439b5995e1fcbb2159145eecc9274583ab93000
4
+ data.tar.gz: 04248a7b3da70c7090aba0ce9a1283a4d41da848
5
5
  SHA512:
6
- metadata.gz: af33839a9fc303303c61fbdecca0e2e25d0b1da1ebb4dc8497a058fb2cde456e910a5f1aeb96d9983bed1b0902b0d93c3479666d05e12936a204cefd9f191d98
7
- data.tar.gz: fb7570e8f677ede979b26798a69b0d79c8bc400b2aa7c28917e9c039048b846930859c7179b9e64d6c781314f075952a42c73827686c51995e2325bd2492b174
6
+ metadata.gz: 256920c3d60594856e5241c879192115a8fee2115c009facac6d8ec6886a9ad300d91fa3403a5efabde0a46df80edcacf7942dee1de8edc82ddbc653ef845da2
7
+ data.tar.gz: f0e87d16ede1d2e48cacbaec66d48c4795591d5ee7be1651ee51b2f0879a07c7af465fb32cf826ac637bc570cf57937c67fca2820c76a2bccb74ccfbcab508c8
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Next version
4
4
 
5
+ ## v0.14.0
6
+
7
+ - Remove `charge_template_id` from `Charge`. It is a parameter only used on `Charge` create API.
8
+
5
9
  ## v0.13.0
6
10
 
7
11
  - Add `charge_template_id` to `Charge`
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cobrato-client (0.13.0)
4
+ cobrato-client (0.14.0)
5
5
  multi_json (~> 1.11.1)
6
6
  typhoeus (~> 0.7.2)
7
7
  virtus (~> 1.0.5)
@@ -22,7 +22,6 @@ module Cobrato
22
22
  attribute :canceled_at, DateTime
23
23
  attribute :paid_amount, Decimal
24
24
  attribute :paid_at, Date
25
- attribute :charge_template_id, Integer
26
25
 
27
26
  attribute :total_amount, Decimal # deprecated
28
27
  attribute :received, Boolean # deprecated
@@ -1,3 +1,3 @@
1
1
  module Cobrato
2
- VERSION = '0.13.0'
2
+ VERSION = '0.14.0'
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.13.0
4
+ version: 0.14.0
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: 2016-11-28 00:00:00.000000000 Z
13
+ date: 2016-12-01 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus