> 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.20.2

**`(fix):`** Fix `gem build` producing an empty gem when the generated SDK is not inside a git checkout:
the generated gemspec now falls back to filesystem globbing when `git ls-files` returns no
files. Also stamp the gem version and name from the IR's filesystem publish target
(populated by `fern generate --version <version>` for local-file-system output) instead of
always defaulting to `0.0.0`.