quikstart / quik

quik gem - ruby quick starter template script wizard .:. the missing code generator
Creative Commons Zero v1.0 Universal
34 stars 0 forks source link

cannot load such file -- zip #1

Closed halostatue closed 8 years ago

halostatue commented 8 years ago

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.

This issue is blocked by textkit/textutils#2.

geraldb commented 8 years ago

Thanks for trying quik. Great catch. Thanks. Will do.Cheers.

geraldb commented 8 years ago

FYI: An new textutils update now includes your change. Thanks again.