kmmndr / geonames_dump

GeonamesDump import data from geonames.org into your rails application
Other
19 stars 26 forks source link

rake aborted! cannot load such file -- zip/zip #1

Closed rubyconvict closed 8 years ago

rubyconvict commented 10 years ago

I can't execute any take task.

Updating files in vendor/cache

$ bin/rails generate geonames_dump:install create db/migrate/20140311085358_create_geonames_countries.rb create db/migrate/20140311085359_create_geonames_features.rb create app/models/geonames_admin1.rb create app/models/geonames_admin2.rb create app/models/geonames_city.rb create app/models/geonames_country.rb create app/models/geonames_feature.rb

$ bundle exec rake geonames_dump:install rake aborted! cannot load such file -- zip/zip

$ bundle exec rake -T | grep geonames_dump

rake aborted! cannot load such file -- zip/zip

kmmndr commented 10 years ago

Hi Rubyconvict, Rubyzip has been upgraded in version 0.0.6 of this gem. Could you try using the latest version ?

kmmndr commented 8 years ago

I'm closing this as the latest version is fixed. Feel free to re-open this issue if you encounter this bug using the latest version on rubygems.