Skip to content

Commit c13b54f

Browse files
authored
Regenerate Ruby files (#52)
* Regenerate Ruby files * Add latest changelog entry
1 parent 540b3c2 commit c13b54f

File tree

8 files changed

+148
-11
lines changed

8 files changed

+148
-11
lines changed

.openapi-generator/FILES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ lib/freeclimb/models/update_conference_participant_request.rb
297297
lib/freeclimb/models/update_conference_request.rb
298298
lib/freeclimb/models/update_conference_request_status.rb
299299
lib/freeclimb/version.rb
300+
spec/api/default_api_spec.rb
300301
spec/api_client_spec.rb
301302
spec/configuration_spec.rb
302303
spec/spec_helper.rb

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99

1010
None
1111

12+
<a name="4.6.2"></a>
13+
14+
## [4.6.2] - 2024-07-23
15+
16+
### Changed
17+
18+
- Regenerate SDK files
19+
1220
<a name="4.6.1"></a>
1321

1422
## [4.6.1] - 2024-07-24

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ FreeClimb is a cloud-based application programming interface (API) that puts the
77
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
88

99
- API version: 1.0.0
10-
- Package version: 4.6.1
10+
- Package version: 4.6.2
1111
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
1212
For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/)
1313

1414
## Installation
1515

1616
Add this to the Gemfile:
1717

18-
gem 'freeclimb', '~> 4.6.1'
18+
gem 'freeclimb', '~> 4.6.2'
1919

2020
and run from your terminal
2121

@@ -44,9 +44,9 @@ gem build freeclimb.gemspec
4444
Then either install the gem locally:
4545

4646
```shell
47-
gem install ./freeclimb-4.6.1.gem
47+
gem install ./freeclimb-4.6.2.gem
4848
```
49-
(for development, run `gem install --dev ./freeclimb-4.6.1.gem` to install the development dependencies)
49+
(for development, run `gem install --dev ./freeclimb-4.6.2.gem` to install the development dependencies)
5050

5151
## Getting Started
5252

docs/DefaultApi.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3418,8 +3418,6 @@ end
34183418

34193419
Make a JWT for WebRTC calling
34203420

3421-
Make a JWT for WebRTC calling
3422-
34233421
### Examples
34243422

34253423
```ruby

lib/freeclimb/api/default_api.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2919,7 +2919,6 @@ def make_a_call_with_http_info(opts = {})
29192919
return data, status_code, headers
29202920
end
29212921

2922-
# Make a JWT for WebRTC calling
29232922
# Make a JWT for WebRTC calling
29242923
# @param create_web_rtc_token [CreateWebRTCToken] Information needed to craft a JWT compatible with the platforms WebRTC APIs
29252924
# @param [Hash] opts the optional parameters
@@ -2929,7 +2928,6 @@ def make_a_webrtc_jwt(create_web_rtc_token, opts = {})
29292928
data
29302929
end
29312930

2932-
# Make a JWT for WebRTC calling
29332931
# Make a JWT for WebRTC calling
29342932
# @param create_web_rtc_token [CreateWebRTCToken] Information needed to craft a JWT compatible with the platforms WebRTC APIs
29352933
# @param [Hash] opts the optional parameters

lib/freeclimb/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 Freeclimb
14-
VERSION = '4.6.1'
14+
VERSION = '4.6.2'
1515
end

0 commit comments

Comments
 (0)