Skip to content

Commit c634741

Browse files
Remove vendor
Remove `bundler-cache: true` from our GitHub action so we no longer generate the gem with vendor data.
1 parent 76d04e2 commit c634741

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- name: Set up Ruby
1818
uses: ruby/setup-ruby@v1
1919
with:
20-
bundler-cache: true
2120
ruby-version: 2.6
2221
- run: bundle install
2322

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The MX Platform API is a powerful, fully-featured API designed to make aggregati
88

99
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1010

11-
- Package version: 0.4.0
11+
- Package version: 0.4.1
1212

1313
## Installation
1414

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.4.0'
14+
VERSION = '0.4.1'
1515
end

openapi/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ gemHomepage: "https://github.com/mxenabled/mx-platform-ruby"
66
gemLicense: "MIT"
77
gemName: "mx-platform-ruby"
88
gemRequiredRubyVersion: ">= 2.6"
9-
gemVersion: "0.4.0"
9+
gemVersion: "0.4.1"
1010
library: "faraday"
1111
moduleName: "MxPlatformRuby"

0 commit comments

Comments
 (0)