*** empty log message ***
This commit is contained in:
parent
914bdeb55b
commit
f5a3bf9146
4
NEWS
4
NEWS
|
|
@ -1,3 +1,7 @@
|
|||
= Version 0.4.3 =
|
||||
|
||||
Source reorganized.
|
||||
|
||||
= Version 0.4.2 =
|
||||
|
||||
Performance optimizations. Test suite runs in half the time.
|
||||
|
|
|
|||
8
TODO
8
TODO
|
|
@ -6,10 +6,8 @@ unit test and implement:
|
|||
* recursive extract with block for determining whether directories should be created.
|
||||
* ZipFile.checkIntegrity method
|
||||
|
||||
make release
|
||||
|
||||
implement small gui app on top, to exercise library and to discover
|
||||
what features should be added to rubyzip.
|
||||
what features should be added to rubyzip next.
|
||||
|
||||
implement setting the date correctly in ZipEntry with now as default
|
||||
|
||||
|
|
@ -17,14 +15,10 @@ implement storing attributes and ownership information
|
|||
|
||||
make release with small gui demo app and fixes
|
||||
|
||||
unit test compressing and extracting with file permissions (and implement)
|
||||
|
||||
Refactor ZipFileTest to reduce duplicated code, divide into different
|
||||
test classes if different fixtures are required and use setup/teardown
|
||||
some more.
|
||||
|
||||
make release
|
||||
|
||||
Write scarf-like
|
||||
(http://www.pragmaticprogrammer.com/ruby/downloads/scarf.html) ruby
|
||||
module that uses rubyzip. Perhaps based on RubyGems
|
||||
|
|
|
|||
Loading…
Reference in New Issue