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

@ -0,0 +1,7 @@
#!/usr/bin/env ruby
class NotZippedRuby
def returnTrue
true
end
end