ultracart_api 3.6.15 → 3.6.16

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: c562604c03168f86ea87d16d70ff125606e8ad846a694c79bf489266a6f28e42
4
- data.tar.gz: e7b67afa7111f1521b4a87ecfeeb3262557393647a5dfda86afbfd1bd5742cc4
3
+ metadata.gz: eba565d2c9af8dd291f50d68cf7bf098c76ea3a392643876b053fbe97010d4d6
4
+ data.tar.gz: f32bc637cc0212d9f7dee95f1d22e3e97fb981de3c9f54b238f4f726fc8ef0f8
5
5
  SHA512:
6
- metadata.gz: 7970cf9d2f7b23fe6b32123d0613433011b7138a48f654d2d4f92e02183cee57355d2758a1eff85e1d82f7627c5023a7a7c134143838a4d41a6f4735e0f0b7d6
7
- data.tar.gz: b44ac7ed2098075cba6ffe64b80aff199e7371967b9019d9967c22c8712aec1d985257a0b34a593e3fcd4e25e64eff0f62fc630fae08d8254b0a9192256eb031
6
+ metadata.gz: 5bc29ae5c39e0796eed70aeab7050a4d4de0c76786ac6671329d174dd2f5559d6e65dc86f84d4c911226854eacc1b90b4e6ff541653f47fabed9b0b9462e252d
7
+ data.tar.gz: 9c3e108fe02febdc1337947fe27013c4dc1c3ca7d357757979497e93c0081f4756ece9ad18586269edbf2da8b0f6bf707b71a78089196e15c7f53ad07f15c692
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.15
10
+ - Package version: 3.6.16
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.15.gem
27
+ gem install ./ultracart_api-3.6.16.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.6.15.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.6.16.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.15'
35
+ gem 'ultracart_api', '~> 3.6.16'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1118,6 +1118,7 @@ Not every change is committed to every SDK.
1118
1118
 
1119
1119
  | Version | Date | Comments |
1120
1120
  | --: | :-: | --- |
1121
+ | 3.6.16 | 09/30/2021 | item exclude from sitemap field |
1121
1122
  | 3.6.15 | 09/28/2021 | added refund_claim_id to insurance object |
1122
1123
  | 3.6.14 | 09/21/2021 | configuration api fix. the echeck test methods were attached to the paper check object |
1123
1124
  | 3.6.13 | 09/20/2021 | expose EasyPost tracker id if available on shipment tracking details |
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.6.15'
14
+ VERSION = '3.6.16'
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.15
4
+ version: 3.6.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-28 00:00:00.000000000 Z
11
+ date: 2021-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus