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

yardoc is unable to compile the documentation and fails with the following message: ``` [warn]: Load Order / Name Resolution Problem on Bzip2Singleton: [warn]: - [warn]: Something is trying to...

Hi I'm trying to use `bzip2-ruby` to stream-in `.tar.bz2` files via `Gem::Package::TarReader`. BRIEF: It doesn't work yet due to this: ``` NoMethodError: undefined method `pos' for # ``` Details follow....