File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
fern/products/sdks/overview/ruby/changelog Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.0-rc84
2+ ** ` (fix): ` ** Fix packageName being incorrectly used for folder/module naming. The packageName from
3+ publish config (e.g., output.publish.rubygems.packageName) is now only used for the
4+ gemspec spec.name field, not for folder structure or Ruby module names. This fixes
5+ issues where gems with special characters in their package name (e.g., "square.rb")
6+ would have incorrect folder structures (lib/square_rb/ instead of lib/square/) and
7+ normalized gemspec names. The folder and module naming now correctly uses only the
8+ custom config moduleName option or the organization name as fallback.
9+
10+
11+ ** ` (fix): ` ** Fix organization names with digits (e.g., "auth0") being incorrectly transformed to
12+ "auth_0" in folder names. The snake_case transformation now preserves letter-digit
13+ sequences, so "auth0" stays "auth0" and "OAuth2" becomes "oauth2" instead of "o_auth_2".
14+
15+
116## 1.0.0-rc83
217** ` (fix): ` ** Fix request body serialization bug where path/query/header parameters were incorrectly
318serialized as nil values in the request body. For endpoints with inlined request bodies
You can’t perform that action at this time.
0 commit comments