File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212<a name =" 5.1.1 " ></a >
1313
14- ## [ 5.1.1 ] - 2025-02-18
14+ ## [ 5.2.0 ] - 2025-02-18
1515
1616### Changed
1717
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- freeclimb (5.1.1 )
4+ freeclimb (5.2.0 )
55 typhoeus (~> 1.0 , >= 1.0.1 )
66
77GEM
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ FreeClimb is a cloud-based application programming interface (API) that puts the
77This SDK is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
88
99- API version: 1.0.0
10- - Package version: 5.1.1
10+ - Package version: 5.2.0
1111- Build package: org.openapitools.codegen.languages.RubyClientCodegen
1212For more information, please visit [ https://www.freeclimb.com/support/ ] ( https://www.freeclimb.com/support/ )
1313
1414## Installation
1515
1616Add this to the Gemfile:
1717
18- gem 'freeclimb', '~> 5.1.1 '
18+ gem 'freeclimb', '~> 5.2.0 '
1919
2020and run from your terminal
2121
@@ -44,9 +44,9 @@ gem build freeclimb.gemspec
4444Then either install the gem locally:
4545
4646``` shell
47- gem install ./freeclimb-5.1.1 .gem
47+ gem install ./freeclimb-5.2.0 .gem
4848```
49- (for development, run ` gem install --dev ./freeclimb-5.1.1 .gem ` to install the development dependencies)
49+ (for development, run ` gem install --dev ./freeclimb-5.2.0 .gem ` to install the development dependencies)
5050
5151## Getting Started
5252
Original file line number Diff line number Diff line change 99#
1010
1111module Freeclimb
12- VERSION = "5.1.1 "
12+ VERSION = "5.2.0 "
1313end
You can’t perform that action at this time.
0 commit comments