Skip to content

Commit

Permalink
Merge pull request #31 from mxenabled/bm/remove_vendor
Browse files Browse the repository at this point in the history
Remove vendor
  • Loading branch information
brettmortensen authored Aug 26, 2021
2 parents 76d04e2 + c634741 commit b2dbbe2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/mx-platform-ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module MxPlatformRuby
VERSION = '0.4.0'
VERSION = '0.4.1'
end
2 changes: 1 addition & 1 deletion openapi/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b2dbbe2

Please sign in to comment.