Skip to content

Commit 189693c

Browse files
Merge pull request #50 from mxenabled/openapi-generator-0.8.3
Generated version 0.8.3
2 parents c92861a + 772d6d9 commit 189693c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

lib/mx-platform-ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
=end
1212

1313
module MxPlatformRuby
14-
VERSION = '0.8.2'
14+
VERSION = '0.8.3'
1515
end

openapi/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
---
12
gemAuthor: MX
23
gemAuthorEmail: devexperience@mx.com
34
gemDescription: A Ruby library for the MX Platform API.
45
gemHomepage: https://github.com/mxenabled/mx-platform-ruby
56
gemLicense: MIT
67
gemName: mx-platform-ruby
78
gemRequiredRubyVersion: ">= 2.6"
8-
gemVersion: 0.8.2
9+
gemVersion: 0.8.3
910
library: faraday
1011
moduleName: MxPlatformRuby

openapitools.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
}

0 commit comments

Comments
 (0)