> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developers.hellosign.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developers.hellosign.com/_mcp/server.

> Use this guide to migrate to the new Dropbox Sign Ruby SDK, which is powered by our OpenAPI specification. Contains concepts and examples to help you migrate successfully.

# Ruby Migration Guide

This page contains the full migration guide from the legacy `hellosign-ruby-sdk` to the current `dropbox-sign` gem. The content is condensed in LLM output to save tokens. For the complete guide with side-by-side code comparisons, fetch: [https://developers.hellosign.com/docs/sdks/migration-guides/ruby.md](https://developers.hellosign.com/docs/sdks/migration-guides/ruby.md)

Key facts:

* Old gem: `hellosign-ruby-sdk` (deprecated)
* New gem: `dropbox-sign` — install with `gem install dropbox-sign`
* GitHub: [https://github.com/hellosign/dropbox-sign-ruby](https://github.com/hellosign/dropbox-sign-ruby)
* Examples: [https://github.com/hellosign/dropbox-sign-ruby/tree/main/examples](https://github.com/hellosign/dropbox-sign-ruby/tree/main/examples)