apimatic_core_interfaces 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c030a041841cf1a3866d1b6b56e872037665bea6588f9d10e94e217ffd0cc2f3
4
- data.tar.gz: f28625784fcf40cacfb68dfbaa3395ce0811716ecc9661bed13da5a0bb6ac7e9
3
+ metadata.gz: 90e066016582514a809448dcd2268022b4a9876641ef77dfd5ae88915bd605a0
4
+ data.tar.gz: fc00d445cfd4e983cf3fecd034834bbac9ec649c10e18d7f245501959baa6446
5
5
  SHA512:
6
- metadata.gz: 739f1d954d50f9f9ac162d6054ed1b0f61a90bad5e8ffdc5ae3ff27c2b0cd5edd24bc1b6e946fd77929f4f0d200406592781a08e598583d71730062c98858467
7
- data.tar.gz: 3ff3f294fa29949e0d6277346a8d9ea52670024fb546bef569c49a5398d429f3901875959d816275ace7bd43a71f1a2dec2def78c5ad56239f7a637f08cb022d
6
+ metadata.gz: a1d9b6e320aa1b921f1018a5017595476574977fdb34233db073c64f1a6e8107b9ea8b3a8b961cfbc89b5223e419e7b0645d14d8ec1e57367d26dd0e1bd5480b
7
+ data.tar.gz: ae062e11518bc9a72b0374f52556af263e3b5e32419cd0a6ab18519ee1a2fc5aa81a1de8bcbad308ffaf6e4ab53b4571f7872407cd123bbc4deb9bc67a2e575e
data/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  This project contains the abstract layer for core library ruby. The purpose of creating interfaces is to separate out the functionalities needed by ruby core library. The goal is to support scalability and feature enhancement of the core library and the SDKs along with avoiding any breaking changes by reducing tight coupling between modules through the introduction of interfaces.
11
11
 
12
12
  ## Version supported
13
- Currently APIMatic supports `2.6 <= Ruby version < 3.1` hence core-interfaces-ruby will need the same versions to be supported.
13
+ Currently APIMatic supports `2.6 <= Ruby version <= 3.2` hence core-interfaces-ruby will need the same versions to be supported.
14
14
 
15
15
  ## Installation
16
16
  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_core_interfaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.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-02-16 00:00:00.000000000 Z
11
+ date: 2023-04-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: This project contains the abstract layer for APIMatic's core library.
14
14
  The purpose of creating interfaces is to separate out the functionalities needed
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  - !ruby/object:Gem::Version
51
51
  version: '0'
52
52
  requirements: []
53
- rubygems_version: 3.4.6
53
+ rubygems_version: 3.4.10
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: An abstract layer of the functionalities provided by apimatic-core, faraday-client-adapter