ultracart_api 3.4.12 → 3.4.13

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: f7063e9772931a88f569176858a4e4dcfdedaa6774dfcc6070c01f4ad0ee67e4
4
- data.tar.gz: e214680964f066ca4c030047eb71abf8a4949dcf96954bf91b51afb304e29b20
3
+ metadata.gz: 22500cf96913599a2955141358bb7115a7686e52a30373afed9cb3b9200df64b
4
+ data.tar.gz: fc62ff2a537bdff105cefdbc9db21d143b3e53b134ee8ad76e6505bacea6b11e
5
5
  SHA512:
6
- metadata.gz: 0cd1f07deaf3c96c42d0682c8bc89185f61c73ff2085a64abd96afe2e983524965433bfdc9ae4586c3c300574a8e3fa67ff680ff4763b6a154d049604dd5ea20
7
- data.tar.gz: a577a0b839e3bc484f620b53874817ac9168a6a0409b30d31826a3c1141e28cec6ccae8a3cc1e744bf3942b869a5abf280216aa7ba2f2e96a0f44dcaf035d61a
6
+ metadata.gz: 1579b1228327bd688cb49bd05b26cec61fdca94cc5515f8d0f061fd23be7ac9296c8a4cddd75cff739e56e56d0d87c62febd231a0f3016da9f90234c62bb9553
7
+ data.tar.gz: c1fc84c8068d7a37fbfe731ce5a7392aaac05122f146a2dea21bb41964bc6aa454c35aab197283891b3a01ee01332275548fc1fb55e72a9f7c8b6b5e22014f14
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.4.12
10
+ - Package version: 3.4.13
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.4.12.gem
27
+ gem install ./ultracart_api-3.4.13.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.4.12.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.4.13.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.4.12'
35
+ gem 'ultracart_api', '~> 3.4.13'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1114,6 +1114,7 @@ Not every change is committed to every SDK.
1114
1114
 
1115
1115
  | Version | Date | Comments |
1116
1116
  | --: | :-: | --- |
1117
+ | 3.4.13 | 08/10/2021 | configuration api - changed some field types form string to number |
1117
1118
  | 3.4.12 | 08/10/2021 | email engine - added webhook editor values for internal ui |
1118
1119
  | 3.4.9 | 08/05/2021 | configuration api - updated annotations for method names |
1119
1120
  | 3.4.8 | 08/04/2021 | configuration api - payments config refactoring |
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.4.12'
14
+ VERSION = '3.4.13'
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.4.12
4
+ version: 3.4.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-10 00:00:00.000000000 Z
11
+ date: 2021-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus