bb_payments 0.1.5 → 0.1.6
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 +4 -4
- data/bb_payments-0.1.5.gem +0 -0
- data/lib/bb_payments/configuration.rb +1 -1
- data/lib/bb_payments/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 96d20c1430e584fc003ff89135be20fa7a524a6283a21a4212b1f74b56a0fc11
|
|
4
|
+
data.tar.gz: a66a2ed5c6677e94b7d123ae987ffbbae75458c8efe2a11c506f1fb3a6194849
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d78848495ba0ad2fd53ab9799032a033cddce48e6c7bf7176752413a32ddd799bce381588c9d66ce1550ac5d75d37eb77d8d851ee6a7ff770256dc44a8d93eb7
|
|
7
|
+
data.tar.gz: 01ea9ab071ccc3317f4bfce64358d2f96e7b89337a2924e4d080216d6a339987e2df1e6551987c23f44286e3cd2d4c60e4fe44d7ee05641d51d166804cd37b0f
|
|
Binary file
|
|
@@ -160,7 +160,7 @@ module BancoBrasilPayments
|
|
|
160
160
|
@force_ending_format = false
|
|
161
161
|
@logger = defined?(Jets) ? Jets.logger : Logger.new(STDOUT)
|
|
162
162
|
@access_token_scopes = 'payments.transfers-info payments.transfer-batch-request '\
|
|
163
|
-
'pagamentos-lote.lotes-requisicao pagamentos-lote.lotes-info '\
|
|
163
|
+
'pagamentos-lote.lotes-requisicao pagamentos-lote.lotes-info pagamentos-lote.pagamentos-info '\
|
|
164
164
|
'pagamentos-lote.transferencias-pix-info pagamentos-lote.transferencias-pix-requisicao '\
|
|
165
165
|
'pagamentos-lote.cancelar-requisicao pagamentos-lote.transferencias-requisicao'
|
|
166
166
|
|
data/lib/bb_payments/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bb_payments
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roque
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2023-09-
|
|
12
|
+
date: 2023-09-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: typhoeus
|
|
@@ -99,6 +99,7 @@ files:
|
|
|
99
99
|
- README.md
|
|
100
100
|
- Rakefile
|
|
101
101
|
- bb_payments-0.1.4.gem
|
|
102
|
+
- bb_payments-0.1.5.gem
|
|
102
103
|
- bb_payments.gemspec
|
|
103
104
|
- docs/BankSlipsApi.md
|
|
104
105
|
- docs/BarcodeCollectionFormsIDResponseObject.md
|
|
@@ -258,7 +259,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
258
259
|
- !ruby/object:Gem::Version
|
|
259
260
|
version: '0'
|
|
260
261
|
requirements: []
|
|
261
|
-
rubygems_version: 3.
|
|
262
|
+
rubygems_version: 3.4.19
|
|
262
263
|
signing_key:
|
|
263
264
|
specification_version: 4
|
|
264
265
|
summary: A ruby wrapper for Banco do Brasil VPN Payments
|