cobrato-client 0.25.0 → 0.26.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: ceb80aa957bcf5d3dc92c6c732c6f6e827af27d5
4
- data.tar.gz: 89c6b7ad0c9714958a431fb2de8964cfc9d535ee
3
+ metadata.gz: ab666ea641bad0be10d7f5ab5951de0ac0cc9791
4
+ data.tar.gz: 1afee00451ab8769e03de88aad0fbd30b20eda19
5
5
  SHA512:
6
- metadata.gz: b1ed1a3065c9d2e0b1868e666cd0774aa7ea19a3055fbb04bddf83850e163765d3f028ad21f9afca1d0828b2092dc16897875a6ed804e7af923348d7c8a1de25
7
- data.tar.gz: '09a9307aabdef73bf5aac55b3ee16cf6d711723301f41fe5f09b1969b3cb4d3a3975df75a11fe1f0f8325b99983446c343940f7d645dd03c7095083e109e2fd4'
6
+ metadata.gz: d3d4375130a23903c26b8cb670067da560412a81f7176cb149d9d341b29930e06e37f04c0b73ebec36ca3fe0b812c2445b9bdd64336788c942d7abcb752c79e9
7
+ data.tar.gz: 1b044d793aecf7e99e9d4782691736dec7b5745326b6968709e8c843bec6cb81a77988f8f3da090542465b1e5b2d73ebcaac65a2ae288a3754ff5faeafee90a2
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Next version
4
4
 
5
+ ## v0.26.0
6
+
7
+ - Fix changing the RegressCnab and RemittaceCnab attribute `file_name` to `filename`
8
+
5
9
  ## v0.25.0
6
10
 
7
11
  - Add `file_name` attribute to RegressCnab and RemittaceCnab
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cobrato-client (0.25.0)
4
+ cobrato-client (0.26.0)
5
5
  multi_json (~> 1.11)
6
6
  typhoeus (~> 0.8.0)
7
7
  virtus (~> 1.0.5)
@@ -3,7 +3,7 @@ module Cobrato
3
3
  class Cnab < Base
4
4
  attribute :id, Integer
5
5
  attribute :type, String
6
- attribute :file_name, String
6
+ attribute :filename, String
7
7
  attribute :status, String
8
8
  attribute :config_id, Integer
9
9
  attribute :charge_config_id, Integer # DEPRECATED
@@ -1,3 +1,3 @@
1
1
  module Cobrato
2
- VERSION = '0.25.0'
2
+ VERSION = '0.26.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.25.0
4
+ version: 0.26.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: 2018-05-21 00:00:00.000000000 Z
13
+ date: 2018-05-28 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus