apimatic_core 0.2.2 → 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 +4 -4
- data/README.md +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 45e0e0f5f5e90516b6a6b50aaf2cf8089cb6d8d104846fbce1f9826700fef0b5
|
4
|
+
data.tar.gz: 695694397f4b5f490942681dd785feae8294d8a135bbfea51a69fdf1ea650f9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7389da651532fd3d1f888e8c662df520275c378300d668d7ea21d933185cb4cc518b7e446078982996857dfa2f96cf2d44d078a52ab446ff3773fd7f61a30c23
|
7
|
+
data.tar.gz: 057b266c8795eed0ed53f07a2c2b746a9f577809ed4afff21e1988c19e034eb0f3228966ec614121728d9c12447a5a21d3016698274d84229a90a85417321d13
|
data/README.md
CHANGED
@@ -12,7 +12,7 @@ Core library ruby does the job of congregating common and core functionality fro
|
|
12
12
|
|
13
13
|
|
14
14
|
## Installation
|
15
|
-
You will need `2.6 <= Ruby version
|
15
|
+
You will need `2.6 <= Ruby version <= 3.2` to support this package.
|
16
16
|
|
17
17
|
Installation is quite simple, just execute the following command:
|
18
18
|
```
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: apimatic_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
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
|
@@ -221,7 +221,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
221
221
|
- !ruby/object:Gem::Version
|
222
222
|
version: '0'
|
223
223
|
requirements: []
|
224
|
-
rubygems_version: 3.4.
|
224
|
+
rubygems_version: 3.4.10
|
225
225
|
signing_key:
|
226
226
|
specification_version: 4
|
227
227
|
summary: A library that contains apimatic-apimatic-core logic and utilities for consuming
|