ultracart_api 3.8.8 → 3.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 460014da0ba7b7720d21664bbcd1eb386febe31d5e9f5e89ef7ecd1940bad926
4
- data.tar.gz: 575a26b8ee1dcd9dd053e1e1cad6afb0a2ff5dfeb693552cd1242cadfe26d2ba
3
+ metadata.gz: 2d5adf278db97e40d62833331b4b6805dc64984a648ca245a0999caa41ec10ed
4
+ data.tar.gz: b1aa3ebc191564189c24695182c601c9effa5c42684600e7b97287fae9b332cd
5
5
  SHA512:
6
- metadata.gz: 800109aeed3d782c6d3bea6a833a654fe93e96ce32effdd15a0c2f8db643e7f7ddc2fd072ada6bc30fd9ad35c0574a6e3c460d1f489f153f829e2b7446825c5a
7
- data.tar.gz: 45825dff3ff90c37f1c4ef41befb0485f3fd47bbea32c2e338b9459cfe542ae9cc4ba4b272033e3dfffb72cedb6dc2b32565015d792475bd6655c5008961ea12
6
+ metadata.gz: 60e4a16b02957c0f4e32c496ffdacfa3a1c8e885077c610c22504447141a9dd50b3ffe6dce60703ac09b47936108ea92a50a6f340368dabaa3964858e5a43b61
7
+ data.tar.gz: cef5f8f7bd4a4d19b87cfc0f1301bbc25097ddb0d463149d890effb04b158cd1927f6a31cb46a7d0fdfb5fcbf0015a3a2faa1c0dfc54ad04a7e87e5c9e469a26
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.8.8
10
+ - Package version: 3.9.0
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.8.8.gem
27
+ gem install ./ultracart_api-3.9.0.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.8.8.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.9.0.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.8.8'
35
+ gem 'ultracart_api', '~> 3.9.0'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1146,6 +1146,7 @@ Not every change is committed to every SDK.
1146
1146
 
1147
1147
  | Version | Date | Comments |
1148
1148
  | --: | :-: | --- |
1149
+ | 3.9.0 | 03/03/2022 | removed ultra_cart_rest_api_v2.d.ts from javascript sdk because typescript sdk exists now |
1149
1150
  | 3.8.8 | 03/02/2022 | bug fix for ruby sdk, uri.escape deprecated in 3.x |
1150
1151
  | 3.8.7 | 03/02/2022 | bug fix for ruby sdk, uri.escape deprecated in 3.x |
1151
1152
  | 3.8.6 | 03/02/2022 | bug fix for ruby sdk, uri.escape deprecated in 3.x |
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.8.8'
14
+ VERSION = '3.9.0'
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.8.8
4
+ version: 3.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-02 00:00:00.000000000 Z
11
+ date: 2022-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus