Pavel.Lobashov
|
8d6f23ba9a
|
fix rubocop Style/SpaceAroundOperators cop
|
2015-03-22 20:03:50 +03:00 |
Pavel.Lobashov
|
abf9cbec23
|
fix rubocop Style/RedundantSelf cop
|
2015-03-22 19:30:24 +03:00 |
Pavel Lobashov
|
b93ef1266f
|
fix rubocop Style/StringLiterals cop
|
2015-03-21 11:27:44 +03:00 |
Pavel Lobashov
|
b9a757e045
|
fix rubocop Style/EmptyLinesAroundClassBody cop
|
2015-03-21 11:21:26 +03:00 |
Pavel Lobashov
|
d0c8e8df60
|
fix rubocop Style/EmptyLines cop
|
2015-03-21 11:19:14 +03:00 |
Alexander Simonov
|
721c1f05ed
|
Merge pull request #201 from mcantor/master
Be smarter about handling buffer file modes
|
2015-01-17 12:21:32 +02:00 |
Max Cantor
|
7c7d786f02
|
Be smarter about handling buffer file modes.
|
2014-12-17 16:16:02 -05:00 |
James Williams
|
3b639b6c62
|
prevent tempfile path from being unlinked by garbage collection
|
2014-08-29 08:31:56 -06:00 |
Alexander Simonov
|
2fcdc3a3ea
|
Revert "Return created zip file from Zip::File.open when supplied a block"
This reverts commit e3029d0b10 .
|
2014-07-02 18:15:54 +03:00 |
Michael Yin
|
fe1d4ade49
|
treat empty file as non-exists
|
2014-07-02 12:46:44 +08:00 |
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 |