fountain_partner_api_client 0.0.4 → 0.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09229e67c9a4e2c5228643fd31ed8e27b57f74d88319a4f64bd77144f256cc6e'
4
- data.tar.gz: 74a1dc3aabd7d9d669b2d6cbedc87bd9d98b49ccf1c7f14ef5520722cb5e6979
3
+ metadata.gz: ccee7fec806ff7beefb8c0d06218f137a71fbd49c2a03725c4e4c658df1a7224
4
+ data.tar.gz: c36e03b0aca7a06c576ce1df24d2b374d15c7c88003649231748c3ae3837e9f5
5
5
  SHA512:
6
- metadata.gz: c55d879aa2ba8a925a26e2a0294c5d4a9fc27ab7f82532437764c3d3e4e050162ad920cabc1b041fce4305d946dc78ab9a43cf14c79bdf235db32a6014f5134a
7
- data.tar.gz: de9be0343e68c2c508f9cc81a0e216ed77b30c14128a534d69354ba9e18f0af97b77c2de3787500f657214a39ac6fe0039510f9a24f7586e5d24ddfccd8083e3
6
+ metadata.gz: d7b12dee57dc63c0325b28ed1fa7181f8c30d1ee129f06f7d51721f16b757c39bc1e2e16d4776b5712be77e86d4ae4a4119cec263a97d3b5a12e69382f214cd1
7
+ data.tar.gz: 9b6c950a9f42a75c16c04774538579508007d56fed3d892ed92a1d3a03e395b7b4909aad7619a634551ede7ce45f2a1dec95ad4eb3383e5ed74a35608abb7d0d
data/MIT-LICENSE.txt ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2023 OnboardIQ, Inc. d/b/a Fountain
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v1
10
- - Package version: 0.0.4
10
+ - Package version: 0.0.5
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build fountain_partner_api_client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./fountain_partner_api_client-0.0.4.gem
26
+ gem install ./fountain_partner_api_client-0.0.5.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./fountain_partner_api_client-0.0.4.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./fountain_partner_api_client-0.0.5.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'fountain_partner_api_client', '~> 0.0.4'
35
+ gem 'fountain_partner_api_client', '~> 0.0.5'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
  s.homepage = "https://partners.fountain.com/"
25
25
  s.summary = "Fountain Partner Docs Ruby Gem"
26
26
  s.description = "Fountains Partner API Client"
27
- s.license = "Unlicense"
27
+ s.license = "mit"
28
28
  s.required_ruby_version = ">= 2.4"
29
29
 
30
30
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.2.1
11
11
  =end
12
12
 
13
13
  module FountainPartnerApiClient
14
- VERSION = '0.0.4'
14
+ VERSION = '0.0.5'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fountain_partner_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fountain Engineering
@@ -58,6 +58,7 @@ extensions: []
58
58
  extra_rdoc_files: []
59
59
  files:
60
60
  - Gemfile
61
+ - MIT-LICENSE.txt
61
62
  - README.md
62
63
  - Rakefile
63
64
  - docs/DefaultApi.md
@@ -84,8 +85,6 @@ files:
84
85
  - docs/V1PartnersIdPut200ResponseDataAttributes.md
85
86
  - docs/V1PartnersIdPutRequest.md
86
87
  - docs/V1PartnersIdPutRequestPartner.md
87
- - fountain_partner_api_client-0.0.2.gem
88
- - fountain_partner_api_client-0.0.3.gem
89
88
  - fountain_partner_api_client.gemspec
90
89
  - git_push.sh
91
90
  - lib/fountain_partner_api_client.rb
@@ -146,7 +145,7 @@ files:
146
145
  - spec/spec_helper.rb
147
146
  homepage: https://partners.fountain.com/
148
147
  licenses:
149
- - Unlicense
148
+ - mit
150
149
  metadata: {}
151
150
  post_install_message:
152
151
  rdoc_options: []
Binary file
Binary file