ultracart_api 3.6.27 → 3.6.32

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: 659d38a8d94602f4bf56cd891fd3d443e6f87f96a673f06d34535d50577c4e3e
4
- data.tar.gz: 59a8058da0992acd4aee56d282dc6f5bbf6b91df2f663d3dd9b038ee5aaf1a84
3
+ metadata.gz: 445b357d145e8744cd508b7d334d67f1bc4c4dce1c497518998566197c3d56f4
4
+ data.tar.gz: '087440c68b8be04304468fe73b99bf29f59cd1d7331a47891049d6973a647f17'
5
5
  SHA512:
6
- metadata.gz: 53c530c744c8a96d71009cd1c97a254d8b4e35c4e5e8bcff9cdeddd2d8ced3adaf4564729d6fbda6b07033b0dc6b1001a0d465e0461c7d89f068554248cda64f
7
- data.tar.gz: 58da17cd9718cfe20b068f9b9306b06fef98004217bc02c3f62fe72bf8f811ade63a2751e0109929b0e1d688649c59a4969bd23fceed5b97b26162c8d527a330
6
+ metadata.gz: dff68b7ce988bcc4b5bdcb2b937eeba66889c89e09b1e8ef8c6360e93e56b3e2ef9a8446c93e606a4f84aca3ff36ebf2e26aafbc693d39f3c7bef4383b2181b5
7
+ data.tar.gz: 02b3ca6a752203c65a8de760d9250f2d21fdc8769e6b9a8cba0fc0175f56e5edadf9ba97747849e5f14d459576a6488a1cae2379dc9710d9c716d999217d9356
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.6.27
10
+ - Package version: 3.6.32
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.6.27.gem
27
+ gem install ./ultracart_api-3.6.32.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.6.27.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.6.32.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.6.27'
35
+ gem 'ultracart_api', '~> 3.6.32'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1127,7 +1127,8 @@ Class | Method | HTTP request | Description
1127
1127
  Not every change is committed to every SDK.
1128
1128
 
1129
1129
  | Version | Date | Comments |
1130
- | --: | :-: | --- |
1130
+ | --: | :-: | --- |
1131
+ | 3.6.32 | 12/10/2021 | testing automation - message 4 |
1131
1132
  | 3.6.25 | 12/06/2021 | sdk automation testing. no changes to actual sdk |
1132
1133
  | 3.6.24 | 11/30/2021 | return items_invalid_for_coupons for CouponResponse object to drive UI warnings |
1133
1134
  | 3.6.23 | 11/29/2021 | Item auto order prohibit cards that expire in months setting. |
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.6.27'
14
+ VERSION = '3.6.32'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.27
4
+ version: 3.6.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-08 00:00:00.000000000 Z
11
+ date: 2021-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus