mx-platform-ruby 0.8.4 → 0.8.5

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: 0c505ce4ad9f2566ba4eb080ca46e2ed184c534549e0981617d3081d1bcdc949
4
- data.tar.gz: 4aceaede0825d62348c9d84afcc60e3e4cfe45b89744d7be832c93c53a4f7f82
3
+ metadata.gz: f96e80ad93da0b680c72247ef1618cc467f746e5837a02f5ba31ce57d1675604
4
+ data.tar.gz: 67f4a8b5d8cfc11427c6207250a07d1b7018f0feb04ec4f896ed3f27bcb2bb8c
5
5
  SHA512:
6
- metadata.gz: b8c35e2f284e592031edc4bc5b47f9164db82fc1ebd844ce05d5ef2768aa71f6e5a372c345f9fa48f1210705638f76a82ce641d546ad0ef5b6642901877cbea0
7
- data.tar.gz: 2e052901922e556d32422ae3334d4913f4970fc8028e900b5ba20304eb319b6a01932f491289bb6688dba25f78e77aaecbcdb350957663f0e7620993b5b7a8a3
6
+ metadata.gz: c16a0de03d253079f409e46ac30b562792c52de9c9dd6d847f6b15f03d4c126cb0332a511dcad083896a4ff8f29eec16b7bfd1b02cb7a9f9758b45d419438840
7
+ data.tar.gz: 903e1d7a2448ecd1127e08b2739c20adaa600cd69a7287e38cde960fe57c3f21a4862d5cb4e28922917e0b25f57369f5fa478dc74c342e84625f4e0f9f175730
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mx-platform-ruby (0.8.4)
4
+ mx-platform-ruby (0.8.5)
5
5
  faraday (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -59,7 +59,7 @@ GEM
59
59
  rspec-expectations (3.10.2)
60
60
  diff-lcs (>= 1.2.0, < 2.0)
61
61
  rspec-support (~> 3.10.0)
62
- rspec-mocks (3.10.2)
62
+ rspec-mocks (3.10.3)
63
63
  diff-lcs (>= 1.2.0, < 2.0)
64
64
  rspec-support (~> 3.10.0)
65
65
  rspec-support (3.10.3)
data/README.md CHANGED
@@ -66,10 +66,10 @@ end
66
66
 
67
67
  This project was generated by the [OpenAPI Generator](https://openapi-generator.tech). To generate this library, verify you have the latest version of the `openapi-generator-cli` found [here.](https://github.com/OpenAPITools/openapi-generator#17---npm)
68
68
 
69
- Running the following command in this repo's directory will generate this library using the [MX Platform API OpenAPI spec](https://github.com/mxenabled/openapi/blob/master/openapi/mx_platform_api_beta.yml) with our [configuration and templates.](https://github.com/mxenabled/mx-platform-ruby/tree/master/openapi)
69
+ Running the following command in this repo's directory will generate this library using the [MX Platform API OpenAPI spec](https://github.com/mxenabled/openapi/blob/master/openapi/mx_platform_api.yml) with our [configuration and templates.](https://github.com/mxenabled/mx-platform-ruby/tree/master/openapi)
70
70
  ```shell
71
71
  openapi-generator-cli generate \
72
- -i https://raw.githubusercontent.com/mxenabled/openapi/master/openapi/mx_platform_api_beta.yml \
72
+ -i https://raw.githubusercontent.com/mxenabled/openapi/master/openapi/mx_platform_api.yml \
73
73
  -g ruby \
74
74
  -c ./openapi/config.yml \
75
75
  -t ./openapi/templates
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.3.1
11
11
  =end
12
12
 
13
13
  module MxPlatformRuby
14
- VERSION = '0.8.4'
14
+ VERSION = '0.8.5'
15
15
  end
data/openapi/config.yml CHANGED
@@ -6,6 +6,6 @@ gemHomepage: https://github.com/mxenabled/mx-platform-ruby
6
6
  gemLicense: MIT
7
7
  gemName: mx-platform-ruby
8
8
  gemRequiredRubyVersion: ">= 2.6"
9
- gemVersion: 0.8.4
9
+ gemVersion: 0.8.5
10
10
  library: faraday
11
11
  moduleName: MxPlatformRuby
@@ -66,10 +66,10 @@ end
66
66
 
67
67
  This project was generated by the [OpenAPI Generator](https://openapi-generator.tech). To generate this library, verify you have the latest version of the `openapi-generator-cli` found [here.](https://github.com/OpenAPITools/openapi-generator#17---npm)
68
68
 
69
- Running the following command in this repo's directory will generate this library using the [MX Platform API OpenAPI spec](https://github.com/mxenabled/openapi/blob/master/openapi/mx_platform_api_beta.yml) with our [configuration and templates.](https://github.com/mxenabled/mx-platform-ruby/tree/master/openapi)
69
+ Running the following command in this repo's directory will generate this library using the [MX Platform API OpenAPI spec](https://github.com/mxenabled/openapi/blob/master/openapi/mx_platform_api.yml) with our [configuration and templates.](https://github.com/mxenabled/mx-platform-ruby/tree/master/openapi)
70
70
  ```shell
71
71
  openapi-generator-cli generate \
72
- -i https://raw.githubusercontent.com/mxenabled/openapi/master/openapi/mx_platform_api_beta.yml \
72
+ -i https://raw.githubusercontent.com/mxenabled/openapi/master/openapi/mx_platform_api.yml \
73
73
  -g ruby \
74
74
  -c ./openapi/config.yml \
75
75
  -t ./openapi/templates
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.4
4
+ version: 0.8.5
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-28 00:00:00.000000000 Z
11
+ date: 2022-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday