Daniel Berger wrote: > Ok, I was able to download the project and I ran the specs: > > C:\ruby\src\ruby-zlib>spec specs > .............FF....................... > > 1) > 'Zlib::Deflate#params changes the deflate parameters' FAILED > expected: "x\001\000\v\000\364\377abcdefghijk\002,'\027\000# > \364\005<", > got: "x\234KLJNIMK\317\310\314\312\316\311\005\000# > \364\005<" (using ==) > C:/ruby/src/ruby-zlib/specs/deflate/params_spec.rb:16 > > 2) > NameError in 'Zlib::Deflate#set_dictionary sets the dictionary' > uninitialized constant Zlib::Deflate > C:/ruby/src/ruby-zlib/specs/deflate/set_dictionary_spec.rb:6 > C:/ruby/src/ruby-zlib/specs/deflate/set_dictionary_spec.rb:5:in `each' > C:/ruby/src/ruby-zlib/specs/deflate/set_dictionary_spec.rb:5 > > Finished in 1.688 seconds > > 38 examples, 2 failures > > Ruby 1.8.6-p114 built with VC++ 8 > Windows XP Pro > RSpec 1.1.11 > > Regards, > > Dan Yeah the github download functionality seems broken for me most of the time also... :/ Anyway, the params failure is the only failure I get. Thats because I've not implemented the NO_COMPRESSION mode yet, and is an easy fix. The other error you're getting is odd, as Zlib::Deflate is defined, and if it weren't none of the other deflate specs would have passed! -- Posted via http://www.ruby-forum.com/.