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=<include file directory for libbzip2>
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 <[email protected]>
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