apimatic_faraday_client_adapter 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/README.md +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc6e43999e0bc3889a22655d96af02a02a13d9bed15a4cf7793c3fdb32d1df54
|
|
4
|
+
data.tar.gz: b4de47b84ac85f600fcb4ce5e1e280307444b9cb6e5758a0bc4cc5dff31b41e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d56756a4a8a62b9d3d40afb969c92cbe95d3fbc03584785d8c48d174338a1ce4be7ad3f0f9f37d210712b9cfee03602b421b0530d05b6578e3c284620fdfe6f
|
|
7
|
+
data.tar.gz: bd49ee977c0a6778612d623d25d632374446957c4e5e350249ea4139aca92a43a73781f06095f32c16740f07e9de717b0a930de9539e17d1b02257ae53f859bf
|
data/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
This repository contains the client implementation that uses the faraday client library for the ruby SDKs provided by APIMatic.
|
|
13
13
|
|
|
14
14
|
## Version supported
|
|
15
|
-
Currently APIMatic supports `2.6 <= Ruby version
|
|
15
|
+
Currently APIMatic supports `2.6 <= Ruby version <= 3.2` hence faraday-client-adapter will need the same versions to be supported.
|
|
16
16
|
|
|
17
17
|
## Installation
|
|
18
18
|
Installation is quite simple, just execute the following command:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apimatic_faraday_client_adapter
|
|
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
|
- APIMatic Ltd.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-04-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: apimatic_core_interfaces
|
|
@@ -78,28 +78,28 @@ dependencies:
|
|
|
78
78
|
requirements:
|
|
79
79
|
- - "~>"
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: '0
|
|
81
|
+
version: '1.0'
|
|
82
82
|
type: :runtime
|
|
83
83
|
prerelease: false
|
|
84
84
|
version_requirements: !ruby/object:Gem::Requirement
|
|
85
85
|
requirements:
|
|
86
86
|
- - "~>"
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
|
-
version: '0
|
|
88
|
+
version: '1.0'
|
|
89
89
|
- !ruby/object:Gem::Dependency
|
|
90
90
|
name: faraday-retry
|
|
91
91
|
requirement: !ruby/object:Gem::Requirement
|
|
92
92
|
requirements:
|
|
93
93
|
- - "~>"
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: '
|
|
95
|
+
version: '2.0'
|
|
96
96
|
type: :runtime
|
|
97
97
|
prerelease: false
|
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
|
99
99
|
requirements:
|
|
100
100
|
- - "~>"
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
|
-
version: '
|
|
102
|
+
version: '2.0'
|
|
103
103
|
- !ruby/object:Gem::Dependency
|
|
104
104
|
name: faraday-net_http_persistent
|
|
105
105
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -227,7 +227,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
227
227
|
- !ruby/object:Gem::Version
|
|
228
228
|
version: '0'
|
|
229
229
|
requirements: []
|
|
230
|
-
rubygems_version: 3.4.
|
|
230
|
+
rubygems_version: 3.4.10
|
|
231
231
|
signing_key:
|
|
232
232
|
specification_version: 4
|
|
233
233
|
summary: An adapter for faraday client library consumed by the SDKs generated with
|