cobrato-client 1.1.5 → 1.1.6

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: 3d78b10c149ed52df4237009b8dd276ceaa204ae
4
- data.tar.gz: e013667aa48e9d24ae6118b3afb8569baddd3b62
3
+ metadata.gz: 8ac5ca7b37c9302b28e0cae1d9a550cb1a8b93c4
4
+ data.tar.gz: daedcec12de88a421d1ffa5e7bd1e6458b217512
5
5
  SHA512:
6
- metadata.gz: 7fe374e1bd3d8260d5582e92cd44247662547947d1929afec1ae24e62b3ef81cdb6931ca046d397f859a4fce8c4e2879711cc5c8142cba48cab424abc81c81a1
7
- data.tar.gz: 8681624416ce35a8b6613c7e7f8818c76a79fc2ffdc615fe820f906bb2588a83aaafe6b1678a36d3f40adc5db7682e706f076571615b1ef4d29cd132d078eb7b
6
+ metadata.gz: 6978ca5f0e98d7a101c86fa475a9a8355f2ff7eec02c7abddf0abad6ad4b9c9a6519645a1e037cfa1bc77ccf21dca7c13663d2d719be887cf92a12b20acb61fa
7
+ data.tar.gz: aa131ef2cdb3e2e11b616abb11b35745b5da454eb09ec4b6f7fa7bf784fadb89926452f1e44c588386b0f54f1c834bb1d7b0633c43ac1fb9ae49a82e13edadfe
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Next version
4
4
 
5
+ ## v1.1.6
6
+
7
+ - Add `logo` and `logo_url` attributes to PaymentGatewayConfig
8
+
5
9
  ## v1.1.5
6
10
 
7
11
  - Add `payment_methods` method from Client class
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cobrato-client (1.1.5)
4
+ cobrato-client (1.1.6)
5
5
  multi_json (~> 1.11)
6
6
  typhoeus (~> 0.8.0)
7
7
  virtus (~> 1.0.5)
@@ -25,9 +25,9 @@ GEM
25
25
  diff-lcs (1.2.5)
26
26
  docile (1.1.5)
27
27
  equalizer (0.0.11)
28
- ethon (0.11.0)
28
+ ethon (0.12.0)
29
29
  ffi (>= 1.3.0)
30
- ffi (1.9.25)
30
+ ffi (1.10.0)
31
31
  ice_nine (0.11.2)
32
32
  json (2.0.2)
33
33
  method_source (0.8.2)
@@ -35,6 +35,8 @@ module Cobrato
35
35
  attribute :billet_gateway_key, String
36
36
  attribute :account_holder, Boolean
37
37
  attribute :use_avs, Boolean
38
+ attribute :logo, Hash
39
+ attribute :logo_url, String
38
40
  end
39
41
  end
40
42
  end
@@ -1,3 +1,3 @@
1
1
  module Cobrato
2
- VERSION = '1.1.5'
2
+ VERSION = '1.1.6'
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: 1.1.5
4
+ version: 1.1.6
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-12-05 00:00:00.000000000 Z
13
+ date: 2019-02-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus
@@ -254,7 +254,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
254
254
  version: '0'
255
255
  requirements: []
256
256
  rubyforge_project:
257
- rubygems_version: 2.6.14.1
257
+ rubygems_version: 2.6.14.3
258
258
  signing_key:
259
259
  specification_version: 4
260
260
  summary: This is the official Ruby client for the Cobrato API.