treezor_client 1.0.0 → 1.1.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 +9 -9
- data/README.md +0 -2
- data/docs/Card.md +1 -0
- data/docs/CardApi.md +10 -0
- data/docs/DocumentApi.md +1 -1
- data/docs/IssuerInitiatedDigitizationDatasAdditionnalData.md +1 -1
- data/docs/MerchantIdRestrictionGroup.md +1 -1
- data/docs/MerchantIdRestrictionGroupsApi.md +0 -4
- data/docs/User.md +4 -0
- data/docs/UserApi.md +22 -6
- data/lib/treezor_client/api/card_api.rb +15 -0
- data/lib/treezor_client/api/document_api.rb +10 -10
- data/lib/treezor_client/api/merchant_id_restriction_groups_api.rb +0 -6
- data/lib/treezor_client/api/user_api.rb +34 -4
- data/lib/treezor_client/models/card.rb +10 -1
- data/lib/treezor_client/models/issuer_initiated_digitization_datas_additionnal_data.rb +26 -7
- data/lib/treezor_client/models/merchant_id_restriction_group.rb +8 -8
- data/lib/treezor_client/models/user.rb +37 -1
- data/lib/treezor_client/version.rb +1 -1
- data/lib/treezor_client.rb +0 -1
- data/treezor_api_spec.yaml +12516 -0
- metadata +16 -16
- data/pkg/treezor_client-1.0.0.gem +0 -0
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: treezor_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.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: 2018-
|
11
|
+
date: 2018-12-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -34,42 +34,42 @@ dependencies:
|
|
34
34
|
name: json
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
|
-
- - "~>"
|
38
|
-
- !ruby/object:Gem::Version
|
39
|
-
version: '2.1'
|
40
37
|
- - ">="
|
41
38
|
- !ruby/object:Gem::Version
|
42
39
|
version: 2.1.0
|
40
|
+
- - "~>"
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: '2.1'
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
|
-
- - "~>"
|
48
|
-
- !ruby/object:Gem::Version
|
49
|
-
version: '2.1'
|
50
47
|
- - ">="
|
51
48
|
- !ruby/object:Gem::Version
|
52
49
|
version: 2.1.0
|
50
|
+
- - "~>"
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: '2.1'
|
53
53
|
- !ruby/object:Gem::Dependency
|
54
54
|
name: rspec
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
56
56
|
requirements:
|
57
|
-
- - "~>"
|
58
|
-
- !ruby/object:Gem::Version
|
59
|
-
version: '3.6'
|
60
57
|
- - ">="
|
61
58
|
- !ruby/object:Gem::Version
|
62
59
|
version: 3.6.0
|
60
|
+
- - "~>"
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: '3.6'
|
63
63
|
type: :development
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
|
-
- - "~>"
|
68
|
-
- !ruby/object:Gem::Version
|
69
|
-
version: '3.6'
|
70
67
|
- - ">="
|
71
68
|
- !ruby/object:Gem::Version
|
72
69
|
version: 3.6.0
|
70
|
+
- - "~>"
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
version: '3.6'
|
73
73
|
- !ruby/object:Gem::Dependency
|
74
74
|
name: vcr
|
75
75
|
requirement: !ruby/object:Gem::Requirement
|
@@ -521,7 +521,6 @@ files:
|
|
521
521
|
- lib/treezor_client/models/virtualiban.rb
|
522
522
|
- lib/treezor_client/models/wallet.rb
|
523
523
|
- lib/treezor_client/version.rb
|
524
|
-
- pkg/treezor_client-1.0.0.gem
|
525
524
|
- spec/api/balance_api_spec.rb
|
526
525
|
- spec/api/bankaccount_api_spec.rb
|
527
526
|
- spec/api/beneficiaries_api_spec.rb
|
@@ -616,6 +615,7 @@ files:
|
|
616
615
|
- spec/models/virtualiban_spec.rb
|
617
616
|
- spec/models/wallet_spec.rb
|
618
617
|
- spec/spec_helper.rb
|
618
|
+
- treezor_api_spec.yaml
|
619
619
|
- treezor_client.gemspec
|
620
620
|
homepage: https://github.com/cashbee-team/treezor_client
|
621
621
|
licenses:
|
@@ -638,7 +638,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
638
638
|
version: '0'
|
639
639
|
requirements: []
|
640
640
|
rubyforge_project:
|
641
|
-
rubygems_version: 2.7.
|
641
|
+
rubygems_version: 2.7.8
|
642
642
|
signing_key:
|
643
643
|
specification_version: 4
|
644
644
|
summary: Treezor Ruby Gem
|
Binary file
|