khipu-api-client 2.3.0 → 2.4.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: 5f9c2cfae445433e200e8c7f9e5af43cdfa8a0d9
4
- data.tar.gz: aeff41070c1661cdda886b57f135a7f14b8bba78
3
+ metadata.gz: ccf2c78c3baddc3cd108baf441f76dea492627f3
4
+ data.tar.gz: 1c17edfb7603c979850bedac212d5ada34c4bd99
5
5
  SHA512:
6
- metadata.gz: c595c66ad2ce11601b05b5b73e00d597ccde2e3eae1db1c328b2c0420cb5373d38c2a5c770d8ea5da50baadf410ccf785d33f8a43c88bc55b144149dfaa66be0
7
- data.tar.gz: b6ea8b1076e19afb00725f54c574108a5d7ca084a9783b7cd9597e9b42a2338ad45b1c667d172d95784bdfc3cc1d75b07b6f9a46667bed67afc248520e923aa7
6
+ metadata.gz: 2928c9badcfd4ea1588c77ed9309a32da04d6fd4b52b347ec5f3834dcfe83ed45addffd7ca4848be47878b84cfbf1981b60bcf48f9b3fecaefabae0c3dc88587
7
+ data.tar.gz: 6bafc4192db459db2b9d848f36a8b9fc11c8a6aa067cf736a5827c5049fb850ac6114f1c1f7f75f15fd371e5f2e04ef2d0a141fa6ab800df9cf34e38305f18ff
Binary file
@@ -124,7 +124,7 @@ module Khipu
124
124
  :'app_url' => :'String',
125
125
  :'ready_for_terminal' => :'BOOLEAN',
126
126
  :'notification_token' => :'String',
127
- :'receiver_id' => :'Float',
127
+ :'receiver_id' => :'Integer',
128
128
  :'conciliation_date' => :'DateTime',
129
129
  :'subject' => :'String',
130
130
  :'amount' => :'Float',
@@ -1,3 +1,3 @@
1
1
  module Khipu
2
- VERSION = "2.3.0"
2
+ VERSION = "2.4.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: khipu-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - khipu
@@ -200,6 +200,7 @@ files:
200
200
  - LICENSE
201
201
  - README.md
202
202
  - khipu-api-client-2.2.0.gem
203
+ - khipu-api-client-2.3.0.gem
203
204
  - khipu-api-client.gemspec
204
205
  - lib/khipu-api-client.rb
205
206
  - lib/khipu-api-client/api/banks_api.rb