= Ruby C bindings to libbzip2 == Installation sudo gem install brianmario-bzip2-ruby -s http://gems.github.com/ You may need to specify: --with-bz2-dir= == TODO * 1.9 compatibility - I could use some help with this as I think it's gonna require some Makefile trickery == Copying This extension module is copyrighted free software by Guy Decoux You can redistribute it and/or modify it under the same term as Ruby. Guy Decoux == Modifications from origin version * Switch to Jeweler * Renamed BZ2 module/namespace to Bzip2 * Renamed compiled binary from "bz2" to "bzip2" * Renamed gem from "bz2" to "bzip2-ruby" * Converted original tests to rspec