Sha256: 10f754ab95e6d94287bcb412451c3f2edefa39a53bc15f2067f87c5c76c21519

Contents?: true

Size: 721 Bytes

Versions: 1

Compression:

Stored size: 721 Bytes

Contents

= 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 <ts@moulon.inra.fr>

== 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
brianmario-bzip2-ruby-0.2.5 README.rdoc