mx-platform-ruby 0.8.2 → 0.8.3

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: 6e5575c6929c6285c567b4e75f2cae486dcd713c17d5dfba51eba44440c4587d
4
- data.tar.gz: b7ec90fba08dfde720e165e7743b9d7042e2b59ae456f61361dd7dee88ca9eca
3
+ metadata.gz: 16e0adff8bcd878a3fd2407b982c380ffdd83e8e8417da6864bf795aced15c08
4
+ data.tar.gz: 754f3ed620574a34e2078c41045af01fc9f3ab4b6de744e329df64370b648b64
5
5
  SHA512:
6
- metadata.gz: 0d59c55d605210396e1031bdbd086702dbb5984d952c43592a2d7102d774455ee112c0a4d0d006d259f09b0e8b0cc798796e581fdbbf0055f88c12d7cf762adc
7
- data.tar.gz: bca639f3d0cd7185e0760d65e8da489878e6ac14cf641d7f0f1f34b1aaa18ccbcb7849219d5a678dd04aff9f729f101c9be48cf2896d97eb0d21f195bca1d38c
6
+ metadata.gz: 47a40bf77a8e7cf1f32b8bc6d705f8c8381dfe2829f9cea3e5b1564bfd148efc879d0160d48741502217a4c2fb45dd05441ddd757d1872c0ddfe41c52761bd36
7
+ data.tar.gz: 0ca34a4175587d93d13b41a4a317ac127eb19b783e6f35b64c7f91fe26b6171f7e0aed6b8fc1f73190ee47e093cf16c03848a1dc2c17b5218c95bb40987f2759
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mx-platform-ruby (0.8.2)
4
+ mx-platform-ruby (0.8.3)
5
5
  faraday (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -87,4 +87,4 @@ DEPENDENCIES
87
87
  rubocop (~> 0.66.0)
88
88
 
89
89
  BUNDLED WITH
90
- 2.3.5
90
+ 2.3.6
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.3.1
11
11
  =end
12
12
 
13
13
  module MxPlatformRuby
14
- VERSION = '0.8.2'
14
+ VERSION = '0.8.3'
15
15
  end
data/openapi/config.yml CHANGED
@@ -1,11 +1,11 @@
1
1
  ---
2
- gemAuthor: "MX"
3
- gemAuthorEmail: "devexperience@mx.com"
4
- gemDescription: "A Ruby library for the MX Platform API."
5
- gemHomepage: "https://github.com/mxenabled/mx-platform-ruby"
6
- gemLicense: "MIT"
7
- gemName: "mx-platform-ruby"
2
+ gemAuthor: MX
3
+ gemAuthorEmail: devexperience@mx.com
4
+ gemDescription: A Ruby library for the MX Platform API.
5
+ gemHomepage: https://github.com/mxenabled/mx-platform-ruby
6
+ gemLicense: MIT
7
+ gemName: mx-platform-ruby
8
8
  gemRequiredRubyVersion: ">= 2.6"
9
- gemVersion: "0.8.2"
10
- library: "faraday"
11
- moduleName: "MxPlatformRuby"
9
+ gemVersion: 0.8.3
10
+ library: faraday
11
+ moduleName: MxPlatformRuby
data/openapitools.json ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
3
+ "spaces": 2,
4
+ "generator-cli": {
5
+ "version": "5.3.1"
6
+ }
7
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mx-platform-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - MX
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-25 00:00:00.000000000 Z
11
+ date: 2022-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -288,6 +288,7 @@ files:
288
288
  - mx-platform-ruby.gemspec
289
289
  - openapi/config.yml
290
290
  - openapi/templates/README.mustache
291
+ - openapitools.json
291
292
  - spec/api/mx_platform_api_spec.rb
292
293
  - spec/api_client_spec.rb
293
294
  - spec/configuration_spec.rb