Missing zip/zip from albacore
Tigraine
Daniel Hoelbling talks about programming and technology

Missing zip/zip from albacore

June 30, 2011 by Daniel Hoelbling

I just decided to give Albacore another try for a small project at work and was stumped with the following error message trying to run require 'albacore':

no such file to load — zip/zip

Usually missing gems are easier to spot and so it took me some googling around to find out that albacore requires the rubyzip gem that you need to install in order to run albacore (even if you don’t use the zip task).
To fix this simply run:

gem install rubyzip