Hi. I have now implemented most of the basic functionality in zlib.rb (Zlib::Inflate, Zlib::Deflate, Zlib::GzipReader and Zlib::GzipWriter have the most basic functionality to make it marginally useful). Sorry to say, much of the more interesting features in gz are missing from the java implementation, and I've been unable to find another implementation right now.
The good news is that the use of zlib in Gem's is fairly rudimentary. My thinking was that I should try to install the package and see if it works, but this fails due to require 'find' in post-install.rb. If anyone have any alternate ideas how to go ahead and try Gems, please drop me a mail. Otherwise I guess the next thing up is to flesh out the Zlib stuff, document it and send in the patches for some bouncing. And then start implementing the find lib. But now: sleep. Regards Ola Bini ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Jruby-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jruby-devel
