bb_payments 0.2.0 → 0.2.3

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
  SHA256:
3
- metadata.gz: f82eaff39454611f2fc0285529214d7ae18e239bb5a75b8c2d236c5600783618
4
- data.tar.gz: 11c7466a5a8c5848d3ca260e46bb448db393a5735eb596c526e62d7d352e6ca3
3
+ metadata.gz: c29a443f8904fc082c1d0cd9d9b421af7f1bba71a2026f05b5b234ffea1ac0c0
4
+ data.tar.gz: e71e891173b722276e11e75aa9db53bafe9c2c8e572d59488abf5d71531f5f89
5
5
  SHA512:
6
- metadata.gz: c11c17cd66e8b273282cacdef7f3953d005fc967557c33cc9d4708f73d712b15939db162fac6b8cfd0a8e871c9291c04b41d156ee08892f0f7147a566490851f
7
- data.tar.gz: bfec2bdd764bea7d24c8439b9ac8662936701ee56c56ef01e75a200713711f20546598e9c3d51932ac9a4e3855ca31a926a94f8b539e8f7121a9b2925e15a2bf
6
+ metadata.gz: 0dc3283070196d4326f39c408f6851e0d95ef79d2b49e969ff770c21a22981486320b81180115315cfe25c8f92612b05eed7836a08a09a0ca5261af7be949254
7
+ data.tar.gz: 3883ee313529a813cd34dc0f7f9020f2867ef73efd01a3ae2acd8c367838548948ca3c9d0bb2b9d4ac5c8b167f1066f916301f1837a505343ef967cc2c8ae331
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bb_payments (0.2.0)
5
- bb_oauth (~> 1.0)
4
+ bb_payments (0.2.3)
5
+ bb_oauth (~> 1.0.3)
6
6
  json (~> 2.6, >= 2.1.0)
7
7
  typhoeus (~> 1.4, >= 1.0.1)
8
8
 
@@ -10,16 +10,16 @@ GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
12
  ast (2.4.2)
13
- bb_oauth (1.0.2)
14
- json (~> 2.1, >= 2.1.0)
15
- typhoeus (~> 1.0, >= 1.0.1)
13
+ bb_oauth (1.0.3)
14
+ json (~> 2.7, >= 2.1.0)
15
+ typhoeus (~> 1.4, >= 1.0.1)
16
16
  byebug (11.1.3)
17
17
  diff-lcs (1.4.4)
18
18
  ethon (0.16.0)
19
19
  ffi (>= 1.15.0)
20
20
  ffi (1.15.5)
21
21
  jaro_winkler (1.5.4)
22
- json (2.6.3)
22
+ json (2.7.1)
23
23
  parallel (1.20.1)
24
24
  parser (3.0.0.0)
25
25
  ast (~> 2.4.1)
@@ -65,4 +65,4 @@ DEPENDENCIES
65
65
  rubocop (~> 0.66.0)
66
66
 
67
67
  BUNDLED WITH
68
- 2.4.17
68
+ 2.4.22
Binary file
data/bb_payments.gemspec CHANGED
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
 
17
17
  s.add_runtime_dependency 'typhoeus', '~> 1.4', '>= 1.0.1'
18
18
  s.add_runtime_dependency 'json', '~> 2.6', '>= 2.1.0'
19
- s.add_runtime_dependency 'bb_oauth', '~> 1.0'
19
+ s.add_runtime_dependency 'bb_oauth', '~> 1.0.3'
20
20
 
21
21
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
22
22
 
@@ -160,9 +160,12 @@ 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 pagamentos-lote.pagamentos-info '\
164
- 'pagamentos-lote.pix-info pagamentos-lote.transferencias-pix-info pagamentos-lote.transferencias-pix-requisicao '\
165
- 'pagamentos-lote.cancelar-requisicao pagamentos-lote.transferencias-requisicao'
163
+ 'pagamentos-lote.lotes-requisicao pagamentos-lote.lotes-info '\
164
+ 'pagamentos-lote.transferencias-info pagamentos-lote.transferencias-requisicao '\
165
+ 'pagamentos-lote.pagamentos-info '\
166
+ 'pagamentos-lote.transferencias-pix-info pagamentos-lote.transferencias-pix-requisicao '\
167
+ 'pagamentos-lote.pix-info '\
168
+ 'pagamentos-lote.cancelar-requisicao'
166
169
 
167
170
  yield(self) if block_given?
168
171
  end
@@ -1,3 +1,3 @@
1
1
  module BancoBrasilPayments
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.3'
3
3
  end
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.2.0
4
+ version: 0.2.3
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-20 00:00:00.000000000 Z
12
+ date: 2024-02-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: typhoeus
@@ -57,14 +57,14 @@ dependencies:
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: '1.0'
60
+ version: 1.0.3
61
61
  type: :runtime
62
62
  prerelease: false
63
63
  version_requirements: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '1.0'
67
+ version: 1.0.3
68
68
  - !ruby/object:Gem::Dependency
69
69
  name: rspec
70
70
  requirement: !ruby/object:Gem::Requirement
@@ -101,6 +101,7 @@ files:
101
101
  - bb_payments-0.1.4.gem
102
102
  - bb_payments-0.1.5.gem
103
103
  - bb_payments-0.1.7.gem
104
+ - bb_payments-0.2.0.gem
104
105
  - bb_payments.gemspec
105
106
  - docs/BankSlipsApi.md
106
107
  - docs/BarcodeCollectionFormsIDResponseObject.md