budgea_client 5.5.0 → 5.6.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 +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +5 -4
- data/budgea_openapi.json +24 -0
- data/config.json +1 -1
- data/docs/PaymentsApi.md +53 -0
- data/lib/budgea_client/api/payments_api.rb +52 -0
- data/lib/budgea_client/models/connection.rb +4 -2
- data/lib/budgea_client/version.rb +1 -1
- data/patches/01_allow_enum_nil.patch +4 -4
- data/tags +2875 -0
- metadata +4 -7
- data/pkg/budgea_client-5.3.1.gem +0 -0
- data/pkg/budgea_client-5.3.2.gem +0 -0
- data/pkg/budgea_client-5.3.5.gem +0 -0
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: budgea_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chaker Nakhli
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-08-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -478,9 +478,6 @@ files:
|
|
|
478
478
|
- original_budgea_openapi.json
|
|
479
479
|
- patches/01_allow_enum_nil.patch
|
|
480
480
|
- patches/02_accounts_property.patch
|
|
481
|
-
- pkg/budgea_client-5.3.1.gem
|
|
482
|
-
- pkg/budgea_client-5.3.2.gem
|
|
483
|
-
- pkg/budgea_client-5.3.5.gem
|
|
484
481
|
- spec/api/administration_api_spec.rb
|
|
485
482
|
- spec/api/authentication_api_spec.rb
|
|
486
483
|
- spec/api/banks_api_spec.rb
|
|
@@ -606,6 +603,7 @@ files:
|
|
|
606
603
|
- spec/models/webhook_log_spec.rb
|
|
607
604
|
- spec/models/webhook_spec.rb
|
|
608
605
|
- spec/spec_helper.rb
|
|
606
|
+
- tags
|
|
609
607
|
homepage: https://github.com/cashbee-team/budgea_client
|
|
610
608
|
licenses:
|
|
611
609
|
- Apache 2.0
|
|
@@ -625,8 +623,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
625
623
|
- !ruby/object:Gem::Version
|
|
626
624
|
version: '0'
|
|
627
625
|
requirements: []
|
|
628
|
-
|
|
629
|
-
rubygems_version: 2.7.8
|
|
626
|
+
rubygems_version: 3.0.9
|
|
630
627
|
signing_key:
|
|
631
628
|
specification_version: 4
|
|
632
629
|
summary: Budgea API Documentation Ruby Gem
|
data/pkg/budgea_client-5.3.1.gem
DELETED
|
Binary file
|
data/pkg/budgea_client-5.3.2.gem
DELETED
|
Binary file
|
data/pkg/budgea_client-5.3.5.gem
DELETED
|
Binary file
|