apimatic_faraday_client_adapter 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -26
  3. data/README.md +3 -2
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 368a4751f2a43b497174044144d8be6790b1355c19d7a837f647d874a4b78f70
4
- data.tar.gz: 0b241473039956ab55f12bd8405453d68eda6ca18697929b9486c0a87221c1f5
3
+ metadata.gz: 18e736869a156d11e6e932029d4b5efbad9b0ff3957eca58646dba412cab8d3e
4
+ data.tar.gz: e63d241f37cab9fb259e92379477def1da147154512fbbab0bf564926d38d037
5
5
  SHA512:
6
- metadata.gz: dbb775134ff1563f7ad9230a6fb5104469e51f9526f3c7f1b19004ea9bac5b1b9dff631263fd0da7b625de5d239b6157038240c6b29f1d323fe86a1534e76d21
7
- data.tar.gz: 30be7348957c1c0a551d1ee66c5ab0a4802748eae4126af30b438dd3f0420d535df4d7bd51d43e73ab4905c76fad04ad2d306250900779e70af8a95491a3aef2
6
+ metadata.gz: 47dbffc469903c9aa8737b96eb2e324317833b5b5cf8974cee0ec7e0d6115da23c7979c22c90578e82e74665875655054cb6b8ac4c41e503dbbcd9da6f194152
7
+ data.tar.gz: df0f98246ea7ec66a4d4dcefc05c3817859c48d32eb5daa16b8ec2c001c692dc510eff20d09a3c84da9c6a55412047921cb4af321ce933831bf812c2599ab605
data/LICENSE CHANGED
@@ -1,26 +1,21 @@
1
- APIMATIC REFERENCE SOURCE LICENSE
2
-
3
- This license governs the use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
4
-
5
- 1. Definitions
6
- The terms "reproduce," "reproduction" and "distribution" have the same meaning here as under U.S. copyright law.
7
-
8
- "You" means the licensee of the software.
9
-
10
- "Your company" means the company you worked for when you downloaded the software.
11
-
12
- "Reference use" means the use of the software within your company as a reference, in read-only form, for the sole purposes of debugging your products, maintaining your products, or enhancing the interoperability of your products with the software, and specifically excludes the right to distribute the software outside of your company.
13
-
14
- "Licensed patents" means any Licensor patent claims which read directly on the software as distributed by the Licensor under this license.
15
-
16
- 2. Grant of Rights
17
- (A) Copyright Grant- Subject to the terms of this license, the Licensor grants you a non-transferable, non-exclusive, worldwide, royalty-free copyright license to reproduce the software for reference use.
18
-
19
- (B) Patent Grant- Subject to the terms of this license, the Licensor grants you a non-transferable, non-exclusive, worldwide, royalty-free patent license under licensed patents for reference use.
20
-
21
- 3. Limitations
22
- (A) No Trademark License- This license does not grant you any rights to use the Licensor's name, logo, or trademarks.
23
-
24
- (B) If you begin patent litigation against the Licensor over patents that you think may apply to the software (including a cross-claim or counterclaim in a lawsuit), your license to the software ends automatically.
25
-
26
- (C) The software is licensed "as-is." You bear the risk of using it. The Licensor gives no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the Licensor excludes the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
1
+ MIT License
2
+
3
+ Copyright (c) 2023 APIMatic Ltd
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # apimatic-faraday-client-adapter
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/apimatic_faraday_client_adapter.svg)](https://badge.fury.io/rb/apimatic_faraday_client_adapter)
3
4
  [![Tests][test-badge]][test-url]
4
5
  [![Linting][lint-badge]][lint-url]
5
6
  [![Maintainability][maintainability-url]][code-climate-url]
@@ -39,7 +40,7 @@ gem 'apimatic_faraday_client_adapter'
39
40
 
40
41
  ## Links
41
42
 
42
- [//]: # (* [apimatic-core-interfaces](https://pypi.org/project/apimatic-core-interfaces/))
43
+ * [apimatic_core_interfaces](https://rubygems.org/gems/apimatic_core_interfaces)
43
44
  * [Faraday](https://rubygems.org/gems/faraday)
44
45
 
45
46
  [test-badge]: https://github.com/apimatic/faraday-client-adapter/actions/workflows/test-runner.yml/badge.svg
@@ -49,5 +50,5 @@ gem 'apimatic_faraday_client_adapter'
49
50
  [code-climate-url]: https://codeclimate.com/github/apimatic/faraday-client-adapter
50
51
  [maintainability-url]: https://api.codeclimate.com/v1/badges/59badaadebeb3478eb48/maintainability
51
52
  [test-coverage-url]: https://api.codeclimate.com/v1/badges/59badaadebeb3478eb48/test_coverage
52
- [license-badge]: https://img.shields.io/badge/licence-APIMATIC-blue
53
+ [license-badge]: https://img.shields.io/badge/licence-MIT-blue
53
54
  [license-url]: LICENSE
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - APIMatic Ltd.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-28 00:00:00.000000000 Z
11
+ date: 2023-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apimatic_core_interfaces
@@ -210,7 +210,7 @@ files:
210
210
  - lib/apimatic_faraday_client_adapter.rb
211
211
  homepage: https://apimatic.io
212
212
  licenses:
213
- - APIMATIC REFERENCE SOURCE LICENSE
213
+ - MIT
214
214
  metadata: {}
215
215
  post_install_message:
216
216
  rdoc_options: []
@@ -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.1
230
+ rubygems_version: 3.4.6
231
231
  signing_key:
232
232
  specification_version: 4
233
233
  summary: An adapter for faraday client library consumed by the SDKs generated with