Commit Graph

493 Commits

Author SHA1 Message Date
Alexander Simonov b45ffd7573 coverage files to .gitignore 2013-08-22 00:37:58 +03:00
Alexander Simonov 3fa6f837da Remove coverages from repo 2013-08-22 00:37:26 +03:00
Alexander Simonov 5672e3e61a Fix link to travis 2013-08-19 13:45:53 +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
Alexander Simonov f472f081ac Merge pull request #87 from amco/commit_required_fix
Unset @create when zip exists, fixes #86
2013-08-14 00:15:52 -07:00
Jason King 8d912fb5de Unset @create when zip exists, fixes #86 2013-07-31 17:31:07 -07:00
Alexander Simonov b4b87a1550 Update links to project and docs 2013-07-02 01:26:52 +03:00
Alexander Simonov 31def7a45d Remove 1.8.7 from test 2013-07-01 00:29:11 +03:00
Alexander Simonov dcd547d38d Fix build on 1.8.7 2013-07-01 00:24:32 +03:00
Alexander Simonov a8c25e2ac9 Coveralls 2013-07-01 00:21:59 +03:00
Alexander Simonov 51fb507e2a Split functions small cleanup 2013-07-01 00:11:45 +03:00
Alexander Simonov 531003c44f Remove unneeded monkey patch 2013-06-30 23:57:06 +03:00
Alexander Simonov 20d79feb99 Refactor ::Zip::Entry and ::Zip::ExtraField 2013-06-30 23:52:48 +03:00
Alexander Simonov d7523f13e1 Update doc for last changes 2013-06-03 13:42:16 +03:00
Alexander Simonov b0f41a55f9 Refactoring of split method 2013-06-03 13:36:45 +03:00
Alexander Simonov 961ac726e7 master for new release only. 2013-06-03 11:05:08 +03:00
Alexander Simonov 261cee901b Fix tests 2013-06-03 11:03:19 +03:00
Alexander Simonov 61ce5dbc5f Refactoring part #2
Rubyzip interface was changed!
2013-06-03 10:56:24 +03:00
Alexander Simonov 974f5675c2 Code refactoring start 2013-06-02 21:33:03 +03:00
Alexander Simonov 05391d17f6 Known issues 2013-05-31 22:55:43 +03:00
Alexander Simonov faa203ca62 Merge pull request #79 from brendon/master
Added example showing simple code to recursively add a directory to a zip file
2013-05-01 07:40:02 -07:00
Brendon Muir 1212c0b04d Added example showing the recursive zipping of a directory 2013-04-15 11:02:05 +12:00
Alexander Simonov ce2c3ede73 Fix merge 2013-04-13 13:26:20 +03:00
Alexander Simonov b6f268bb17 Add codeclimate badge 2013-04-13 13:21:22 +03:00
Alexander Simonov f32586f784 Add ruby 2.0.0 to Travis 2013-04-13 12:00:56 +03:00
Alexander Simonov 85e6468180 Merge pull request #75 from hbakhtiyor/split-archive-feature
Split archive feature
2013-04-13 01:58:23 -07:00
Alexander Simonov 69f5d65cf2 Merge pull request #77 from kachick/improve-remove_warnings2
Remove some interpreter warnings
2013-04-13 01:54:42 -07:00
Alexander Simonov 655493538b Merge pull request #78 from kachick/fix-typo
Fix typo
2013-04-13 01:51:10 -07:00
Abd ar-Rahman Hamidi 5604881648 Add ZipFile.split method for spliting an archive into parts with chunk size. With samples and test cases 2013-04-07 18:29:33 +05:00
Kenichi Kamiya 6d5fc4144b Fix typo 2013-04-03 23:50:54 +09:00
Kenichi Kamiya 2fb1d175bc Use parentheses for an assertion in test
This commit removes below interpreter warning.

* warning: (...) interpreted as grouped expression
2013-04-03 23:48:02 +09:00
Kenichi Kamiya 11136d5ce3 Rename unused variable in test
This commit removes below interpreter warning.

* warning: assigned but unused variable
2013-04-03 23:47:24 +09:00
Kenichi Kamiya 00c104c567 Rename unused variable
This commit removes below interpreter warning.

* warning: assigned but unused variable
2013-04-03 23:46:41 +09:00
Alexander Simonov 66f0c0fafe Merge pull request #65 from marcuserronius/preserve-order
preserves order of zipfile entries
2013-02-07 00:55:28 -08:00
Alexander Simonov fbafce3328 Merge pull request #64 from rap-kasta/master
Averting of compression method override
2013-02-07 00:53:55 -08:00
Alexander Simonov 9f46091456 Merge pull request #67 from JustinLove/getslimit
support gets-with-limit from ruby 1.9
2013-02-07 00:48:38 -08:00
Alexander Simonov e519cc7f61 Merge pull request #68 from Wolfer/patch-1
use Object::File
2013-02-07 00:48:04 -08:00
Alexander Simonov 8549489929 Merge pull request #69 from JustinLove/unorderedtest
update tests which fail on 1.8 due to unordered hash
2013-02-07 00:47:22 -08:00
Alexander Simonov 5d8c8a6833 Merge pull request #70 from mattr-/fix-warnings
Fix warnings
2013-02-07 00:46:42 -08:00
Alexander Simonov b778e077b9 Merge pull request #72 from dismory/master
Using `FileUtils.mkdir_p` for intermediate directories as required when extracting an entry
2013-02-07 00:46:04 -08:00
dismory 4403cc089e Using `FileUtils.mkdir_p` for intermediate directories as required 2013-01-09 17:52:57 +08:00
Matt Rogers 640694b6fc Fix several assigned but unused variable warnings
Only removes the warnings that have no impact on the code
2013-01-02 11:27:38 -06:00
Matt Rogers d84e40086a Fix variable shadowing warnings 2013-01-02 11:16:23 -06:00
Matt Rogers aca1fa3df4 Fix indentation 2013-01-02 11:08:57 -06:00
Justin Love 43793875d8 update tests which fail on 1.8 due to unordered hash 2012-12-20 18:12:59 -06:00
Serg F 23a63f6786 use Object::File
may be run Zip::File and conflict with other zip library.
2012-12-17 01:14:39 +04:00
Justin Love 11df150531 support gets-with-limit from ruby 1.9 2012-12-07 20:53:22 -06:00
Mark Hubbart 31259bb416 preserves order of zipfile entries
Makes ZipEntrySet preserve the original order of files in the zipfile.
Also preserves the insertion order of files.
2012-10-19 12:24:02 -07:00
rap-kasta 1ee0f16183 Averting of compression method override 2012-09-14 13:52:20 +06:00
Alexander Simonov a64b01fe96 Merge pull request #61 from JustinLove/split_sep
read boundaries could break a multi-character gets terminator
2012-09-01 13:05:11 -07:00