From: Nate Wiger Date: 2009-02-04T22:34:53+09:00 Subject: Recommendation for Ruby 1.9.1 gem compatibility I just wanted to share this commit I saw from Passenger for Ruby 1.9.1 compatibility, in case anyone out there owns a gem/library that needs to work on both Ruby 1.8.6 and Ruby 1.9.1. It's a couple simple macro changes and your library is backwards compatible: http://github.com/FooBarWidget/passenger/commit/0e43297b18f03e8b01c7c40897925b2ede6bc831 Sorry if this is repeat information, but seemed like a nice solution. -Nate