ultracart_api 3.10.4 → 3.10.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: 5bd91d39a4a2462a19cbf88df15698fc060140f0b204e83ee65a26aa2952d1d1
4
- data.tar.gz: 62d504190e3f64d01ecc8e5ce534f6c8cfc3714bf0ee72061e8930aeba6b0e99
3
+ metadata.gz: d0465a0741b0abcf6d875b8ec5b3b7e9a3b7163176436532a5e1e286b0bbf11e
4
+ data.tar.gz: af0ff4694dd54f2484f71534c44d928869056adf18c25dac587d647b10e8e7c3
5
5
  SHA512:
6
- metadata.gz: 421a2950526e0e67bcdf3c653727a2eabe8262e282f45fd50e6a75877a5de4919c20f71a58be10785dedaa96710a83df65461f42d573a9189b28b6740f4557e4
7
- data.tar.gz: ae8e932e75bd74d8a8459bdee2a8f609bca988806247767f9256e238664e0936354e1e342fc0a966c0fb0c1b4a3126a2019bca4a1a55d9f4e00d9682d786002a
6
+ metadata.gz: 1b07073e4c8197c8fdf31c51f4e1a32d167f52113a5a585b4953f6e9a6b4c6f277257f2bb0d92ba3d9d0d09a774cf581fa4e076c1552f2126d0302d4fd2653f0
7
+ data.tar.gz: e40c3d1efca76f093e13da5a4e7d099f07d8dd9c88647de46fd7cae0993502ea43e6cecceca8e6c99e7f01d08c64c9989c9152007734a9eee5bb788a759b17b4
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 3.10.4
10
+ - Package version: 3.10.5
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,15 +24,15 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-3.10.4.gem
27
+ gem install ./ultracart_api-3.10.5.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.4.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.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 'ultracart_api', '~> 3.10.4'
35
+ gem 'ultracart_api', '~> 3.10.5'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1172,6 +1172,7 @@ Not every change is committed to every SDK.
1172
1172
 
1173
1173
  | Version | Date | Comments |
1174
1174
  | --: | :-: | --- |
1175
+ | 3.10.5 | 05/20/2022 | dependabot on java gson version |
1175
1176
  | 3.10.4 | 05/20/2022 | dependabot on java gson |
1176
1177
  | 3.10.3 | 05/20/2022 | OrderApi.generatePackingSkip calls had wrong return type |
1177
1178
  | 3.10.2 | 05/12/2022 | ChannelPartnerApi renamed one of the delete methods |
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.10.4'
14
+ VERSION = '3.10.5'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.4
4
+ version: 3.10.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart