At line quik.rb:14, you require 'zip' which does not work if you have an older version of rubyzip installed (pre 1.0), because that version of rubyzip defines its load at zip/zip.
I suggest that the rubyzip dependency at Rakefile:24 be modified to require at least 1.0.
At line quik.rb:14, you
require 'zip'
which does not work if you have an older version of rubyzip installed (pre 1.0), because that version ofrubyzip
defines its load atzip/zip
.I suggest that the
rubyzip
dependency at Rakefile:24 be modified to require at least 1.0.This issue is blocked by textkit/textutils#2.