2013-08-27 04:34:17 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								# rubyzip
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								[](http://travis-ci.org/rubyzip/rubyzip)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								[](https://codeclimate.com/github/rubyzip/rubyzip)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								[](https://coveralls.io/r/rubyzip/rubyzip?branch=master)
							 
						 
					
						
							
								
									
										
										
										
											2002-01-03 01:48:31 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2005-02-18 05:49:16 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								rubyzip is a ruby library for reading and writing zip files.
							 
						 
					
						
							
								
									
										
										
										
											2002-01-03 01:48:31 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-06-03 16:05:08 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								## Important note
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-08-29 15:46:39 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Rubyzip interface changed!!! No need to do `require "zip/zip"`  and `Zip`  prefix in class names removed.
							 
						 
					
						
							
								
									
										
										
										
											2013-06-03 16:05:08 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-08-31 04:37:50 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If you have issues with any third-party gems what required rubyzip you can use next temporary fix:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```ruby
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								# Place this line before your library or on the head of your Gemfile
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								gem 'rubyzip', '<  1.0.0 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-10-30 05:34:17 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								## Requirements
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								*  Ruby 1.9.2 or greater 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-05-22 04:09:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								## Installation
  
						 
					
						
							
								
									
										
										
										
											2012-04-08 05:21:02 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								rubyzip is available on RubyGems, so:
							 
						 
					
						
							
								
									
										
										
										
											2002-03-22 05:12:19 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-04-08 05:21:02 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								gem install rubyzip
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
									
										
										
										
											2002-03-22 05:12:19 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-04-08 05:21:02 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Or in your Gemfile:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```ruby
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								gem 'rubyzip'
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
									
										
										
										
											2002-01-06 06:09:48 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-05-22 04:09:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								## Usage
  
						 
					
						
							
								
									
										
										
										
											2005-02-18 05:49:16 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-05-22 04:09:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								### Basic zip archive creation
  
						 
					
						
							
								
									
										
										
										
											2012-03-13 07:31:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-05-22 04:09:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```ruby
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								require 'rubygems'
							 
						 
					
						
							
								
									
										
										
										
											2013-06-03 18:42:16 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								require 'zip'
							 
						 
					
						
							
								
									
										
										
										
											2012-08-30 09:50:41 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-05-22 04:09:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								folder = "Users/me/Desktop/stuff_to_zip"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								input_filenames = ['image.jpg', 'description.txt', 'stats.csv']
							 
						 
					
						
							
								
									
										
										
										
											2012-08-30 09:50:41 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-05-22 04:09:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								zipfile_name = "/Users/me/Desktop/archive.zip"
							 
						 
					
						
							
								
									
										
										
										
											2012-08-30 09:50:41 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-06-03 18:42:16 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Zip::File.open(zipfile_name, Zip::File::CREATE) do |zipfile|
							 
						 
					
						
							
								
									
										
										
										
											2012-05-22 04:09:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  input_filenames.each do |filename|
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    # Two arguments:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    # - The name of the file as it will appear in the archive
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    # - The original file, including the path to find it
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    zipfile.add(filename, folder + '/' + filename)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  end
							 
						 
					
						
							
								
									
										
										
										
											2013-12-06 19:02:12 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  zipfile.get_output_stream("myFile") { |os| os.write "myFile contains just this" }
							 
						 
					
						
							
								
									
										
										
										
											2012-05-22 04:09:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								end
							 
						 
					
						
							
								
									
										
										
										
											2012-03-13 07:31:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-04-15 07:02:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								### Zipping a directory recursively
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```ruby
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								require 'rubygems'
							 
						 
					
						
							
								
									
										
										
										
											2013-06-03 18:42:16 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								require 'zip'
							 
						 
					
						
							
								
									
										
										
										
											2013-04-15 07:02:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								directory = '/Users/me/Desktop/directory_to_zip/'
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								zipfile_name = '/Users/me/Desktop/recursive_directory.zip'
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-06-03 18:42:16 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Zip::File.open(zipfile_name, Zip::File::CREATE) do |zipfile|
							 
						 
					
						
							
								
									
										
										
										
											2013-04-15 07:02:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									Dir[File.join(directory, '**', '**')].each do |file|
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									  zipfile.add(file.sub(directory, ''), file)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									end
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								end
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-10-21 04:09:40 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								### Save zip archive entries in sorted by name state
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								To saving zip archives in sorted order like below you need to set `::Zip.sort_entries`  to `true` 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Vegetable/
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Vegetable/bean
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Vegetable/carrot
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Vegetable/celery
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								fruit/
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								fruit/apple
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								fruit/kiwi
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								fruit/mango
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								fruit/orange
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								After this entries in zip archive will be saved in ordered state.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-06-01 03:55:43 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								## Known issues
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								### Modify docx file with rubyzip
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use `write_buffer`  instead `open` . Thanks to @jondruse 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```ruby
							 
						 
					
						
							
								
									
										
										
										
											2013-06-03 18:42:16 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								buffer = Zip::OutputStream.write_buffer do |out|
							 
						 
					
						
							
								
									
										
										
										
											2013-06-01 03:55:43 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  @zip_file .entries.each do |e|
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    unless [DOCUMENT_FILE_PATH, RELS_FILE_PATH].include?(e.name)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								      out.put_next_entry(e.name)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								      out.write e.get_input_stream.read
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								     end
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  end
							 
						 
					
						
							
								
									
										
										
										
											2013-08-15 06:00:27 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-06-01 03:55:43 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  out.put_next_entry(DOCUMENT_FILE_PATH)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  out.write xml_doc.to_xml(:indent => 0).gsub("\n","")
							 
						 
					
						
							
								
									
										
										
										
											2013-08-15 06:00:27 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-06-01 03:55:43 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  out.put_next_entry(RELS_FILE_PATH)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  out.write rels.to_xml(:indent => 0).gsub("\n","")
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								end
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								File.open(new_path, "w") {|f| f.write(buffer.string) }
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-05-22 04:09:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								## Further Documentation
  
						 
					
						
							
								
									
										
										
										
											2003-08-18 00:28:18 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2005-02-17 03:04:32 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								There is more than one way to access or create a zip archive with
							 
						 
					
						
							
								
									
										
										
										
											2005-02-18 04:27:02 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								rubyzip. The basic API is modeled after the classes in
							 
						 
					
						
							
								
									
										
										
										
											2005-02-18 17:27:37 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								java.util.zip from the Java SDK. This means there are classes such
							 
						 
					
						
							
								
									
										
										
										
											2013-06-03 18:42:16 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								as Zip::InputStream, Zip::OutputStream and
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Zip::File. Zip::InputStream provides a basic interface for
							 
						 
					
						
							
								
									
										
										
										
											2005-02-17 03:04:32 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								iterating through the entries in a zip archive and reading from the
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								entries in the same way as from a regular File or IO
							 
						 
					
						
							
								
									
										
										
										
											2013-06-03 18:42:16 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								object. OutputStream is the corresponding basic output
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								facility. Zip::File provides a mean for accessing the archives
							 
						 
					
						
							
								
									
										
										
										
											2005-02-17 03:04:32 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								central directory and provides means for accessing any entry without
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								having to iterate through the archive. Unlike Java's
							 
						 
					
						
							
								
									
										
										
										
											2013-06-03 18:42:16 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								java.util.zip.ZipFile rubyzip's Zip::File is mutable, which means
							 
						 
					
						
							
								
									
										
										
										
											2005-02-17 03:04:32 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								it can be used to change zip files as well.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Another way to access a zip archive with rubyzip is to use rubyzip's
							 
						 
					
						
							
								
									
										
										
										
											2013-06-03 18:42:16 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Zip::FileSystem API. Using this API files can be read from and
							 
						 
					
						
							
								
									
										
										
										
											2005-02-18 04:27:02 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								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.
							 
						 
					
						
							
								
									
										
										
										
											2005-02-17 03:04:32 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2005-02-27 23:17:50 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								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.
							 
						 
					
						
							
								
									
										
										
										
											2003-08-18 00:28:18 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2002-01-05 08:37:45 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-05-22 04:09:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								## Configuration
  
						 
					
						
							
								
									
										
										
										
											2002-01-06 06:09:48 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-05-22 04:09:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								By default, rubyzip will not overwrite files if they already exist inside of the extracted path.  To change this behavior, you may specify a configuration option like so:
							 
						 
					
						
							
								
									
										
										
										
											2003-08-18 00:28:18 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-08-15 06:00:27 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```ruby
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Zip.on_exists_proc = true
							 
						 
					
						
							
								
									
										
										
										
											2012-05-22 04:09:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If you're using rubyzip with rails, consider placing this snippet of code in an initializer file such as `config/initializers/rubyzip.rb` 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Additionally, if you want to configure rubyzip to overwrite existing files while creating a .zip file, you can do so with the following:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-08-15 06:00:27 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```ruby
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Zip.continue_on_exists_proc = true
							 
						 
					
						
							
								
									
										
										
										
											2012-05-22 04:09:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
									
										
										
										
											2013-08-15 06:00:27 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If you want to store non english names and want to open properly file on Windows(pre 7) you need to set next option:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```ruby
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Zip.unicode_names = true
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								All settings in same time
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```ruby
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  Zip.setup do |c|
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    c.on_exists_proc = true
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    c.continue_on_exists_proc = true
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    c.unicode_names = true
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  end
							 
						 
					
						
							
								
									
										
										
										
											2012-05-22 04:09:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								## Developing
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								To run tests you need run next commands:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								bundle install
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								rake
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								## Website and Project Home
  
						 
					
						
							
								
									
										
										
										
											2002-03-30 08:52:13 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-02 06:26:52 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								http://github.com/rubyzip/rubyzip
							 
						 
					
						
							
								
									
										
										
										
											2002-03-30 08:52:13 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-02 06:26:52 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								http://rdoc.info/github/rubyzip/rubyzip/master/frames
							 
						 
					
						
							
								
									
										
										
										
											2005-02-18 06:21:59 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-05-22 04:09:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								## Authors
  
						 
					
						
							
								
									
										
										
										
											2002-01-05 08:37:45 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-04-08 05:21:02 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Alexander Simonov ( alex at simonov.me)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2010-09-24 21:22:25 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								Alan Harper ( alan at aussiegeek.net)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2005-02-18 04:27:02 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								Thomas Sondergaard (thomas at sondergaard.cc)
							 
						 
					
						
							
								
									
										
										
										
											2004-01-30 23:07:56 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2006-02-26 16:57:08 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								Technorama Ltd. (oss-ruby-zip at technorama.net)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-03-13 07:31:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								extra-field support contributed by Tatsuki Sugiura (sugi at nemui.org)
							 
						 
					
						
							
								
									
										
										
										
											2012-05-22 04:09:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								## License
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								rubyzip is distributed under the same license as ruby. See
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								http://www.ruby-lang.org/en/LICENSE.txt