> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 1.0.0-rc80

**`(fix):`** 新增对 clientModuleName 配置选项的支持，用于自定义根客户端类名称。
当设置 clientModuleName 时（例如，"PinnacleBaseClient"），生成的根客户端
类将使用该名称，而不是默认的 "Client"。这恢复了原始 Ruby SDK 生成器中存在的功能。

**`(fix):`** 新增对发布配置中 packageName 的支持，用于设置 gem 名称和模块名称。
gem 名称（文件夹名称）和模块名称现在使用 RubyGems
发布配置中的 packageName（例如，output.publish.rubygems.packageName）作为后备，
当未设置自定义配置模块选项时。这恢复了原始 Ruby SDK 生成器中的功能，
其中 gem 名称可以通过发布目标进行配置。