commit
c7c4aaba62
4
NEWS
4
NEWS
|
|
@ -8,6 +8,10 @@ even though there is actually a comment.
|
||||||
|
|
||||||
Fixed: "Unitialized constant NullInputStream" error
|
Fixed: "Unitialized constant NullInputStream" error
|
||||||
|
|
||||||
|
= Version 0.9.5
|
||||||
|
|
||||||
|
Removed support for loading ruby in zip files (ziprequire.rb).
|
||||||
|
|
||||||
= Version 0.9.4
|
= Version 0.9.4
|
||||||
|
|
||||||
Changed ZipOutputStream.put_next_entry signature (API CHANGE!). Now
|
Changed ZipOutputStream.put_next_entry signature (API CHANGE!). Now
|
||||||
|
|
|
||||||
|
|
@ -59,10 +59,6 @@ Zip::ZipFileSystem API. Using this API files can be read from and
|
||||||
written to the archive in much the same manner as ruby's builtin
|
written to the archive in much the same manner as ruby's builtin
|
||||||
classes allows files to be read from and written to the file system.
|
classes allows files to be read from and written to the file system.
|
||||||
|
|
||||||
rubyzip also features the
|
|
||||||
zip/ziprequire.rb[link:files/lib/zip/ziprequire_rb.html] module which
|
|
||||||
allows ruby to load ruby modules from zip archives.
|
|
||||||
|
|
||||||
For details about the specific behaviour of classes and methods refer
|
For details about the specific behaviour of classes and methods refer
|
||||||
to the test suite. Finally you can generate the rdoc documentation or
|
to the test suite. Finally you can generate the rdoc documentation or
|
||||||
visit http://rubyzip.sourceforge.net.
|
visit http://rubyzip.sourceforge.net.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue