- Improve fix to work with RubyGems 1.6.x
RubyGems 1.6.x is incompatible with the bundled rails 2.3.5. It's
documented in the RubyGems release notes that "RubyGems no longer requires
'thread'. Rails < 3 will need to add require 'thread' to their applications."
PR: ports/155492
Reported by: Thomas Sandford <freebsduser@paradisegreen.co.uk>
Thanks to: Thomas Sandford <freebsduser@paradisegreen.co.uk>
- Add fix for incompatibilities with rubygem-i18n >= 0.5.0
- Readd patch to remove i18n check for 0.4.2
- Warn users of 3rd party plugins in UPDATING about possible incompatibilities
- Do not install .bak files
Feature safe: yes