CHANGES in win32-file-0.5.5 vs CHANGES in win32-file-0.5.6

- old
+ new

@@ -1,5 +1,14 @@ +== 0.5.6 - 30-Sep-2008 +* The File.long_path and File.short_path methods now return the full path + instead of just the basename of the path. I really have no idea why I was + doing that before, but it's fixed now. +* Fixed error handling in the File#compressed= and File#sparse= methods. +* All tests were renamed and refactored to use test-unix 2.x, which is now + a pre-requisite for this library. +* Some gemspec updates, including a rubyforge project. + == 0.5.5 - 22-Nov-2007 * Fixed a bug in the File.dirname method with regards to relative paths. Thanks go to an Laust Rud for the spot. * Removed the install.rb file. Use the 'rake install' task instead. * Added more tests to ensure the File.dirname method works properly and @@ -134,6 +143,6 @@ The former provides no additional information that isn't already covered by File::Stat. * Test suite additions * Documentation additions == 0.1.0 - 29-Oct-2003 -* Initial release \ No newline at end of file +* Initial release