Sha256: 558cf72fba2c9a5183442b5db770869935e126464cc8fa29a3eb4c4be4aa30aa

Contents?: true

Size: 624 Bytes

Versions: 2

Compression:

Stored size: 624 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>

== 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
* 1.9 compatibility

Version data entries

2 entries across 2 versions & 1 rubygems

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