CHANGES in ptools-1.1.6 vs CHANGES in ptools-1.1.7

- old
+ new

@@ -1,4 +1,12 @@ +== 1.1.7 - 28-Jul-2009 +* Now compatible with Ruby 1.9.x. +* Replaced RUBY_PLATFORM with rbconfig check for the sake of other + implementations, such as JRuby. +* Updated the tests to be more friendly to JRuby. +* Added Test::Unit 2.x as a development dependency. +* Renamed the test files. + == 1.1.6 - 31-Aug-2007 * Fixed the File.touch method so that it doesn't whack existing files. Thanks go to Thomas Preymesser for the spot. * Added corresponding tests to the tc_touch.rb file.