cobrato-client 0.8.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ccb0a42036bc3dd9e6654999e409b397a27bc34d
4
- data.tar.gz: 02f81941ede48c5acc49976d5b544414c05d5c63
3
+ metadata.gz: d3719fc3b5a20922a60bb11076e35e5f6908fbbe
4
+ data.tar.gz: 56a4d69b3a7bfb9e4870ce237f9c18fde0f6271e
5
5
  SHA512:
6
- metadata.gz: d542b16975ff17e8d8dd086a5b9c746da316a1bdcab12c0e9cf45065244169bfc5f61e1f288c5c1d84beecf77ed6b6925255e1e13ef6da39eeda10f0052273d8
7
- data.tar.gz: 9cf52681eb61a8b22d42b50868ea21b143ba59ce18ddaa8b003143863a8a04f4a6fae83670dfb4f5f9f954cbf18cc3d115522e2ebe5495cee253a1040585683a
6
+ metadata.gz: d93fe5eab962d1d2a76a6b6e1441d0bb6e9e822f5e56bc5c23968112c7c28d4f20a0aa9f8978f6b7fcf86c66b0427f97a3bfc92aa4a2efa580c8d8a6509c6afb
7
+ data.tar.gz: 0da7cf12481415d3f9d1fe42ad5e0de56aecd02e8361806288d8b49cc7448403227778b519f53dd41451533225c879c7f3e7b0407614923c1b000e8cdb90f4de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.9.0
4
+
5
+ - Attribute `payer_emails` from `Charge` renamed to `notification_emails`
6
+
3
7
  ## v0.8.0
4
8
 
5
9
  - Remove `CreditCard#reusable`
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cobrato-client (0.8.0)
4
+ cobrato-client (0.9.0)
5
5
  multi_json (~> 1.11.1)
6
6
  typhoeus (~> 0.7.2)
7
7
  virtus (~> 1.0.5)
@@ -5,7 +5,7 @@ module Cobrato
5
5
  attribute :type, String
6
6
  attribute :charge_config_id, Integer
7
7
  attribute :total_amount, Decimal
8
- attribute :payer_emails, String
8
+ attribute :notification_emails, String
9
9
  attribute :payer_id, Integer
10
10
  attribute :payer_national_identifier_type, String
11
11
  attribute :payer_national_identifier, String
@@ -1,3 +1,3 @@
1
1
  module Cobrato
2
- VERSION = '0.8.0'
2
+ VERSION = '0.9.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.8.0
4
+ version: 0.9.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-07-04 00:00:00.000000000 Z
13
+ date: 2016-07-26 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus