Upgraded rubyzip to 0.5.8

This commit is contained in:
Alexey Verkhovsky 2005-04-10 16:55:44 +00:00
parent ee876a2907
commit f776807dff
37 changed files with 1513 additions and 710 deletions

View file

@ -38,7 +38,7 @@ unless defined? ADDITIONAL_LOAD_PATHS
vendor/rails/actionwebservice/lib
vendor/madeleine-0.7.1/lib
vendor/RedCloth-3.0.3/lib
vendor/rubyzip-0.5.6
vendor/rubyzip-0.5.8/lib
).map { |dir| "#{File.expand_path(File.join(RAILS_ROOT, dir))}"
}.delete_if { |dir| not File.exist?(dir) }