News
2.2.3 - 2025-05-21
Improvement
Added support for "Changelog" link in RubyGems.org page.
- GH-30
- Patch by Mark Young
Dropped
ObjectSpace._id2ref
dependency becauseObjectSpace._id2ref
is deprecated.Drb::WeakIdConv
is meaningless by this. So it's deprecated. Use the default ID converter instead.
Fixes
- SSL: Fixed wrong certificate version.
- GH-29
Thanks
- Mark Young