From c63474178e55a830f24248f7e20c4437a0baa31f Mon Sep 17 00:00:00 2001 From: brettmortensen <11483419+brettmortensen@users.noreply.github.com> Date: Thu, 26 Aug 2021 11:05:58 -0600 Subject: [PATCH] Remove vendor Remove `bundler-cache: true` from our GitHub action so we no longer generate the gem with vendor data. --- .github/workflows/release.yml | 1 - README.md | 2 +- lib/mx-platform-ruby/version.rb | 2 +- openapi/config.yml | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 605e664..aeddf0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,6 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - bundler-cache: true ruby-version: 2.6 - run: bundle install diff --git a/README.md b/README.md index a8bd258..423bcb1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The MX Platform API is a powerful, fully-featured API designed to make aggregati This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- Package version: 0.4.0 +- Package version: 0.4.1 ## Installation diff --git a/lib/mx-platform-ruby/version.rb b/lib/mx-platform-ruby/version.rb index 3b62b96..4bd2026 100644 --- a/lib/mx-platform-ruby/version.rb +++ b/lib/mx-platform-ruby/version.rb @@ -11,5 +11,5 @@ =end module MxPlatformRuby - VERSION = '0.4.0' + VERSION = '0.4.1' end diff --git a/openapi/config.yml b/openapi/config.yml index 02be5fc..23ca921 100644 --- a/openapi/config.yml +++ b/openapi/config.yml @@ -6,6 +6,6 @@ gemHomepage: "https://github.com/mxenabled/mx-platform-ruby" gemLicense: "MIT" gemName: "mx-platform-ruby" gemRequiredRubyVersion: ">= 2.6" -gemVersion: "0.4.0" +gemVersion: "0.4.1" library: "faraday" moduleName: "MxPlatformRuby"