bb_payments 0.1.1 → 0.1.2
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.0.gem +0 -0
- data/bb_payments.gemspec +2 -2
- data/lib/bb_payments/api/batch_payments_api.rb +1 -0
- data/lib/bb_payments/version.rb +1 -1
- metadata +30 -27
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 45c26e1fe7b0a8619aa695ac3791f928def9c46d2e8dc1dcf5abfd20641bbec0
|
|
4
|
+
data.tar.gz: 7725e92980cb00435a55710e4f1414b6a137bb56e6320e3d0a3a7d6091b4132e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6fdbaf95cda850d7dc704ad5fdad6a291696fef386a642bf99b0d7e7bda5510e7149eb2466ad92ba7215c6f6b087d9bcd0423a5cf309a9f8b9c4b966e1e5fabc
|
|
7
|
+
data.tar.gz: d420f31c7b96a26652949e5b894a9f68e909578bac2578328481acc41bb581de58c80968b7849e8c39cca5dc34e272caa3de2f736e286170934699a5231feb8e
|
|
Binary file
|
data/bb_payments.gemspec
CHANGED
|
@@ -6,8 +6,8 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.name = "bb_payments"
|
|
7
7
|
s.version = BancoBrasilPayments::VERSION
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
|
-
s.authors = ["Roque"]
|
|
10
|
-
s.email = ["roque.rafael@gmail.com"]
|
|
9
|
+
s.authors = ["Roque", "Hent"]
|
|
10
|
+
s.email = ["roque.rafael@gmail.com","tech@hent.com.br"]
|
|
11
11
|
s.homepage = "https://github.com/ruby-banco-brasil/bb-payments"
|
|
12
12
|
s.summary = "A ruby wrapper for Banco do Brasil VPN Payments"
|
|
13
13
|
s.description = "This gem maps to the BB Payments API"
|
data/lib/bb_payments/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roque
|
|
8
|
-
|
|
8
|
+
- Hent
|
|
9
|
+
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
12
|
+
date: 2023-06-22 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: typhoeus
|
|
@@ -87,6 +88,7 @@ dependencies:
|
|
|
87
88
|
description: This gem maps to the BB Payments API
|
|
88
89
|
email:
|
|
89
90
|
- roque.rafael@gmail.com
|
|
91
|
+
- tech@hent.com.br
|
|
90
92
|
executables: []
|
|
91
93
|
extensions: []
|
|
92
94
|
extra_rdoc_files: []
|
|
@@ -95,6 +97,7 @@ files:
|
|
|
95
97
|
- Gemfile.lock
|
|
96
98
|
- README.md
|
|
97
99
|
- Rakefile
|
|
100
|
+
- bb_payments-0.1.0.gem
|
|
98
101
|
- bb_payments.gemspec
|
|
99
102
|
- docs/BankSlipsApi.md
|
|
100
103
|
- docs/BarcodeCollectionFormsIDResponseObject.md
|
|
@@ -234,7 +237,7 @@ licenses:
|
|
|
234
237
|
- Unlicense
|
|
235
238
|
metadata:
|
|
236
239
|
source_code_uri: https://github.com/ruby-banco-brasil/bb-payments
|
|
237
|
-
post_install_message:
|
|
240
|
+
post_install_message:
|
|
238
241
|
rdoc_options: []
|
|
239
242
|
require_paths:
|
|
240
243
|
- lib
|
|
@@ -249,8 +252,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
249
252
|
- !ruby/object:Gem::Version
|
|
250
253
|
version: '0'
|
|
251
254
|
requirements: []
|
|
252
|
-
rubygems_version: 3.
|
|
253
|
-
signing_key:
|
|
255
|
+
rubygems_version: 3.4.14
|
|
256
|
+
signing_key:
|
|
254
257
|
specification_version: 4
|
|
255
258
|
summary: A ruby wrapper for Banco do Brasil VPN Payments
|
|
256
259
|
test_files:
|
|
@@ -258,35 +261,35 @@ test_files:
|
|
|
258
261
|
- spec/api_client_spec.rb
|
|
259
262
|
- spec/base_object_spec.rb
|
|
260
263
|
- spec/configuration_spec.rb
|
|
261
|
-
- spec/models/inline_response_200_3_lista_devolucao_spec.rb
|
|
262
|
-
- spec/models/inline_response_200_3_lista_boleto_spec.rb
|
|
263
|
-
- spec/models/inline_response_401_spec.rb
|
|
264
264
|
- spec/models/inline_response_201_1_payments_list_spec.rb
|
|
265
|
+
- spec/models/inline_response_200_1_spec.rb
|
|
266
|
+
- spec/models/root_type_for_batch_transfer_payments_list_get_spec.rb
|
|
267
|
+
- spec/models/inline_response_401_spec.rb
|
|
268
|
+
- spec/models/inline_response_400_spec.rb
|
|
269
|
+
- spec/models/root_type_for_batch_transfers_cancel_request_object_spec.rb
|
|
270
|
+
- spec/models/root_type_for_batch_transfers_cancel_payments_list_object_spec.rb
|
|
271
|
+
- spec/models/inline_response_201_payments_list_spec.rb
|
|
265
272
|
- spec/models/root_type_for_batch_transfers_cancel_response_object_spec.rb
|
|
273
|
+
- spec/models/inline_response_200_payments_list_spec.rb
|
|
274
|
+
- spec/models/root_type_for_bank_slip_list_spec.rb
|
|
275
|
+
- spec/models/root_type_for_bank_slips_batch_payment_spec.rb
|
|
266
276
|
- spec/models/error_o_auth_unauthorized_attributes_spec.rb
|
|
267
277
|
- spec/models/root_type_for_batch_transfer_get_response_object_spec.rb
|
|
268
|
-
- spec/models/
|
|
269
|
-
- spec/models/root_type_for_batch_transfer_payments_list_get_spec.rb
|
|
270
|
-
- spec/models/inline_response_200_3_spec.rb
|
|
278
|
+
- spec/models/body_spec.rb
|
|
271
279
|
- spec/models/inline_response_200_spec.rb
|
|
272
|
-
- spec/models/root_type_for_batch_transfers_cancel_request_object_spec.rb
|
|
273
|
-
- spec/models/error_spec.rb
|
|
274
|
-
- spec/models/error_errors_spec.rb
|
|
275
|
-
- spec/models/inline_response_400_spec.rb
|
|
276
|
-
- spec/models/inline_response_200_2_spec.rb
|
|
277
|
-
- spec/models/root_type_for_slips_details_object_spec.rb
|
|
278
280
|
- spec/models/inline_response_201_1_spec.rb
|
|
279
|
-
- spec/models/
|
|
281
|
+
- spec/models/inline_response_200_2_spec.rb
|
|
282
|
+
- spec/models/inline_response_200_1_ocurrences_list_spec.rb
|
|
283
|
+
- spec/models/inline_response_200_3_lista_boleto_spec.rb
|
|
280
284
|
- spec/models/root_type_for_bank_slips_batch_payment_response_object_spec.rb
|
|
285
|
+
- spec/models/root_type_for_returned_payments_response_object_spec.rb
|
|
286
|
+
- spec/models/inline_response_200_3_spec.rb
|
|
281
287
|
- spec/models/inline_response_200_2_payments_list_spec.rb
|
|
282
|
-
- spec/models/inline_response_201_payments_list_spec.rb
|
|
283
|
-
- spec/models/inline_response_201_spec.rb
|
|
284
288
|
- spec/models/error_o_auth_unauthorized_spec.rb
|
|
285
|
-
- spec/models/
|
|
286
|
-
- spec/models/
|
|
287
|
-
- spec/models/root_type_for_bank_slips_batch_payment_spec.rb
|
|
289
|
+
- spec/models/root_type_for_slips_details_object_spec.rb
|
|
290
|
+
- spec/models/error_spec.rb
|
|
288
291
|
- spec/models/root_type_for_returned_payments_details_spec.rb
|
|
289
|
-
- spec/models/
|
|
290
|
-
- spec/models/
|
|
291
|
-
- spec/models/
|
|
292
|
+
- spec/models/inline_response_201_spec.rb
|
|
293
|
+
- spec/models/error_errors_spec.rb
|
|
294
|
+
- spec/models/inline_response_200_3_lista_devolucao_spec.rb
|
|
292
295
|
- spec/spec_helper.rb
|