> 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-rc74

**`(feat):`** 添加可选的 `requirePaths` 配置选项，在 gem 被 require 时自动加载用户定义的文件。
配置时（例如 `requirePaths: ["custom_integration", "sentry_integration"]`），
gem 入口点将从 `lib/<gem>/<path>.rb` 自动加载每个文件（如果存在）。这
允许用户添加自定义代码（例如 Sentry 集成）而无需 fernignore
生成的文件。使用文件存在检查以避免静默忽略真正的错误。