bzip2-ruby icon indicating copy to clipboard operation
bzip2-ruby copied to clipboard

Original libbz2 ruby C bindings from Guy Decoux, with some new love

Results 12 bzip2-ruby issues
Sort by recently updated
recently updated
newest added

I am experiencing nasty premature termination of Bzip2::Reader. I am including a test script and a data file located here: ftp://ftp_20130926_12853:[email protected] Notice the difference in output: ./test.rb | wc 13206...

Hi Brian. I know you're reluctant to deal with this any more but I've been asked several times to get these changed merged here and I'm personally still using this...

``` shell $ /opt/td-agent/embedded/bin/ruby extconf.rb checking for bzlib.h... yes checking for BZ2_bzWriteOpen() in -lbz2... yes creating Makefile $ LANG=C make compiling writer.c writer.c: In function 'bz_writer_close': writer.c:166: error: assignment of...

Recent PRs #25 and #26 failed because rspec 3.0 matches ">= 2.0.0". This PR pins rspec, rake, rake-compiler as needed.

Please see [this build of steam-condenser](http://travis-ci.org/#!/koraktor/steam-condenser/builds/267332) for more details. At least compatibility with ruby-head should be fixed.

RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...

Consider the test dataset from issue #22: bunzip2 the test dataset bzip2 the test dataset with Bzip2::Write in test1.bz2 bzip2 the test dataset with command line bzip2 in test2.bz2 Notice...

Hi, in contrast to regular file handles and gzip filehandles, the bzip2 library does not support the tell method, telling the position in the current (uncompressed) stream. It's an incompatibility....