From 772d6d978bae2bf5eedff89b5280d0b4c0ac8679 Mon Sep 17 00:00:00 2001 From: devexperience Date: Thu, 27 Jan 2022 21:50:11 +0000 Subject: [PATCH] Generated version 0.8.3 This pull request was automatically generated by a GitHub Action to generate version 0.8.3 of this library. --- lib/mx-platform-ruby/version.rb | 2 +- openapi/config.yml | 3 ++- openapitools.json | 7 +++++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 openapitools.json diff --git a/lib/mx-platform-ruby/version.rb b/lib/mx-platform-ruby/version.rb index 5bb8ece..cfced86 100644 --- a/lib/mx-platform-ruby/version.rb +++ b/lib/mx-platform-ruby/version.rb @@ -11,5 +11,5 @@ =end module MxPlatformRuby - VERSION = '0.8.2' + VERSION = '0.8.3' end diff --git a/openapi/config.yml b/openapi/config.yml index 428e61d..f6b2513 100644 --- a/openapi/config.yml +++ b/openapi/config.yml @@ -1,3 +1,4 @@ +--- gemAuthor: MX gemAuthorEmail: devexperience@mx.com gemDescription: A Ruby library for the MX Platform API. @@ -5,6 +6,6 @@ gemHomepage: https://github.com/mxenabled/mx-platform-ruby gemLicense: MIT gemName: mx-platform-ruby gemRequiredRubyVersion: ">= 2.6" -gemVersion: 0.8.2 +gemVersion: 0.8.3 library: faraday moduleName: MxPlatformRuby diff --git a/openapitools.json b/openapitools.json new file mode 100644 index 0000000..2774f45 --- /dev/null +++ b/openapitools.json @@ -0,0 +1,7 @@ +{ + "$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json", + "spaces": 2, + "generator-cli": { + "version": "5.3.1" + } +}