From 18c05c389f42844f1c10ceee626d7427c0410afc Mon Sep 17 00:00:00 2001 From: Ajevan M Date: Fri, 21 Feb 2025 16:46:05 -0500 Subject: [PATCH] Bump Ruby SDK version up --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- README.md | 8 ++++---- lib/freeclimb/version.rb | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 582ce56..0316684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ None -## [5.1.1] - 2025-02-18 +## [5.2.0] - 2025-02-18 ### Changed diff --git a/Gemfile.lock b/Gemfile.lock index ef1b5fa..7467e10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - freeclimb (5.1.1) + freeclimb (5.2.0) typhoeus (~> 1.0, >= 1.0.1) GEM diff --git a/README.md b/README.md index 9de371b..48f5cf4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ FreeClimb is a cloud-based application programming interface (API) that puts the This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.0.0 -- Package version: 5.1.1 +- Package version: 5.2.0 - Build package: org.openapitools.codegen.languages.RubyClientCodegen For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/) @@ -15,7 +15,7 @@ For more information, please visit [https://www.freeclimb.com/support/](https:// Add this to the Gemfile: - gem 'freeclimb', '~> 5.1.1' + gem 'freeclimb', '~> 5.2.0' and run from your terminal @@ -44,9 +44,9 @@ gem build freeclimb.gemspec Then either install the gem locally: ```shell -gem install ./freeclimb-5.1.1.gem +gem install ./freeclimb-5.2.0.gem ``` -(for development, run `gem install --dev ./freeclimb-5.1.1.gem` to install the development dependencies) +(for development, run `gem install --dev ./freeclimb-5.2.0.gem` to install the development dependencies) ## Getting Started diff --git a/lib/freeclimb/version.rb b/lib/freeclimb/version.rb index cc3da04..5b36a83 100644 --- a/lib/freeclimb/version.rb +++ b/lib/freeclimb/version.rb @@ -9,5 +9,5 @@ # module Freeclimb - VERSION = "5.1.1" + VERSION = "5.2.0" end