Merge pull request #62 from mnaberez/ziprequire_notes

Ziprequire notes
This commit is contained in:
Alexander Simonov 2012-09-01 13:04:42 -07:00
commit c7c4aaba62
2 changed files with 12 additions and 12 deletions

4
NEWS
View File

@ -8,6 +8,10 @@ even though there is actually a comment.
Fixed: "Unitialized constant NullInputStream" error
= Version 0.9.5
Removed support for loading ruby in zip files (ziprequire.rb).
= Version 0.9.4
Changed ZipOutputStream.put_next_entry signature (API CHANGE!). Now

View File

@ -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
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
to the test suite. Finally you can generate the rdoc documentation or
visit http://rubyzip.sourceforge.net.