Sign in Sign up
rubygems

gem_override_marker

When you override a gem's method (e.g. with prepend) or copy a gem's view/partial and edit it, upstream changes on upgrade can silently break it. gem_override_marker lets you declare what each override is based on with a @gem-override marker, and generate the diff against upstream on demand, so you can efficiently re-apply your customization to the new version.

Activity

Latest release
3w ago
Total releases
1
Cadence
Last 12 months
1

Reach

Stars
0

Details

License
MIT
First release
Aug 20, 2026
Releases
Version Released
0.1.0 initial