We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c92861a + 772d6d9 commit 189693cCopy full SHA for 189693c
lib/mx-platform-ruby/version.rb
@@ -11,5 +11,5 @@
11
=end
12
13
module MxPlatformRuby
14
- VERSION = '0.8.2'
+ VERSION = '0.8.3'
15
end
openapi/config.yml
@@ -1,10 +1,11 @@
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
8
gemRequiredRubyVersion: ">= 2.6"
-gemVersion: 0.8.2
9
+gemVersion: 0.8.3
10
library: faraday
moduleName: MxPlatformRuby
openapitools.json
@@ -0,0 +1,7 @@
+{
+ "$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
+ "spaces": 2,
+ "generator-cli": {
+ "version": "5.3.1"
+ }
+}
0 commit comments