This post originated from an RSS feed registered with Ruby Buzz
by Daniel Berger.
Original Post: PLATFORM.deprecated
Feed Title: Testing 1,2,3...
Feed URL: http://djberg96.livejournal.com/data/rss
Feed Description: A blog on Ruby and other stuff.
I received my first 'bug' report yesterday for Ruby 1.9. It turns out that PLATFORM has been dumped in favor of RUBY_PLATFORM, which breaks a few of my packages, and lots of test suites. So, now I get to go through all my packages, doing a sub/replace everywhere.