mx-platform-ruby 0.8.4 → 0.8.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +2 -2
- data/lib/mx-platform-ruby/version.rb +1 -1
- data/openapi/config.yml +1 -1
- data/openapi/templates/README.mustache +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f96e80ad93da0b680c72247ef1618cc467f746e5837a02f5ba31ce57d1675604
|
4
|
+
data.tar.gz: 67f4a8b5d8cfc11427c6207250a07d1b7018f0feb04ec4f896ed3f27bcb2bb8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
+
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.
|
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/
|
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/
|
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
|
data/openapi/config.yml
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/
|
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/
|
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
|
+
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
|
11
|
+
date: 2022-02-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|