Tyler Pickett
|
e3029d0b10
|
Return created zip file from Zip::File.open when supplied a block
This change is to match ruby zip’s behavior to core’s IO.open when
supplied a block.
|
2014-06-17 10:08:26 -06:00 |
Ian Young
|
37ed325783
|
Clean up tempfiles from output stream, fixes #57
|
2014-04-04 14:32:11 -07:00 |
Alexander Simonov
|
f7949596eb
|
Fix #143
|
2014-03-18 15:09:50 +02:00 |
Sam Rawlins
|
a37e13c6f0
|
File.exists? -> File.exist?
|
2014-02-06 15:00:38 -08:00 |
Alexander Simonov
|
ec81c30382
|
Fix for #126 and #127
|
2014-01-24 11:37:38 +02:00 |
Alexander Simonov
|
c7f0b17abf
|
Real fix for #119
|
2014-01-19 13:45:58 +02:00 |
Jim Ryan
|
0f8ce2cbb8
|
Make File.open_buffer support Tempfiles
|
2013-12-02 18:57:42 -05:00 |
Alexander Simonov
|
94b29aba5d
|
Fix #106 Set options about restoring ownerships, permissions and times. restore permissions enabled by default.
|
2013-10-27 16:30:48 +02:00 |
Alexander Simonov
|
cb6e628fb2
|
Fix #28 and #103
|
2013-10-20 23:09:52 +03:00 |
Alexander Simonov
|
9c25518761
|
Merge pull request #101 from ProGNOMmers/issue_100
Add entry arguments to Zip::File#get_output_stream. Fixes rubyzip/rubyzip#100
|
2013-10-19 12:35:09 -07:00 |
Alexander Simonov
|
569d0b7078
|
Fix #102 recover file permissions if zip file was exist
|
2013-10-19 22:05:18 +03:00 |
Maurizio De Santis
|
bc512d7061
|
Add missing Zip::Entry arguments to Zip::File#get_output_stream. Fixes rubyzip/rubyzip#100
|
2013-10-11 11:40:44 +02:00 |
Nick Markwell
|
d7091a0271
|
Typo fix: io.is_a() -> io.is_a?()
|
2013-09-06 12:20:06 -04:00 |
Nick Markwell
|
9f6bc1e2e9
|
Fixed conditional in Zip::File.open_buffer()
It required it to be be both an IO _and_ a String, which isn't exactly possible.
|
2013-09-06 12:06:19 -04:00 |
Alexander Simonov
|
609de2ff48
|
Zip64 read-only support. Fix #81
|
2013-08-26 23:26:14 +03:00 |
Alexander Simonov
|
317fdd0d04
|
Add posibility to set Language encoding flag. Changed way to set settings.
|
2013-08-15 01:00:27 +03:00 |
Jason King
|
8d912fb5de
|
Unset @create when zip exists, fixes #86
|
2013-07-31 17:31:07 -07:00 |
Alexander Simonov
|
51fb507e2a
|
Split functions small cleanup
|
2013-07-01 00:11:45 +03:00 |
Alexander Simonov
|
b0f41a55f9
|
Refactoring of split method
|
2013-06-03 13:36:45 +03:00 |
Alexander Simonov
|
61ce5dbc5f
|
Refactoring part #2
Rubyzip interface was changed!
|
2013-06-03 10:56:24 +03:00 |