Converted the Windows source code to use FFI. Consequently, there is now a single gem rather than separate gems for Windows and Unix.
Revamped the Windows tests.
Converted everything from C to FFI for the Unix flavors. The Windows source code remains untouched.
Fixed a bug where negative block counts were happening on very large hard drives. Thanks go to Jonas Pfenniger for the spot.
Refactored the clean task in the Rakefile.
Some cosmetic source code changes.
Added a workaround for the Sys::Filesystem#block_size member to deal with a bug in OS X. Thanks go to Josh Pasqualetto for the spot.
Source has been moved to github.
Added the 'gem' task and removed build logic from the gemspec.
Updated the install task.
Minor correction to the manifest.
Removed some junk build files that were inadvertently included in the last gem.
Now compatible with Ruby 1.9.x.
Changed license to Artistic 2.0
Updated the gemspec, including the explicit addition of a license and test-unit as a development dependency, as well as an updated description.
Added support for OS X and FreeBSD thanks to an awesome patch by Nobuyoshi Miyokawa.
Added the Filesystem.mount_point method that takes a file and returns the mount point it's sitting on.
Added the Filesystem.mounts method for iterating over mount or volume information.
Bug fix for BSD flavors. Thanks go to Jeremy Kemper and Ole Christian Rynning for the spot.
Bug fix for OS X (along the same lines as the BSD fix). Thanks go to Aurelian Dehay for the spot.
Some Rdoc improvements for the C extension.
Tweaks to the gemspec.
Added synopsis to the README.
Initial release. Alpha. Code is stable, but API is not.
Generated with the Darkfish Rdoc Generator 2.