--- !ruby/object:Gem::Specification name: zip version: !ruby/object:Gem::Version prerelease: false segments: - 2 - 0 - 2 version: 2.0.2 platform: ruby authors: - Postmodern - Thomas Sondergaard - Sam Lown autorequire: bindir: bin cert_chain: [] date: 2010-05-26 00:00:00 +02:00 default_executable: dependencies: [] description: zip is a Ruby library for reading and writing Zip files. Unlike the official rubyzip, zip is compatible with Ruby 1.9.1. email: - me@samlown.com - postmodern.mod3@gmail.com executables: [] extensions: [] extra_rdoc_files: - ChangeLog.txt - README files: - ChangeLog.txt - NEWS.txt - Rakefile - TODO.txt - lib/zip.rb - lib/zip/ioextras.rb - lib/zip/stdrubyext.rb - lib/zip/tempfile_bugfixed.rb - lib/zip/version.rb - lib/zip/zip.rb - lib/zip/zipfilesystem.rb - lib/zip/ziprequire.rb - samples/example.rb - samples/example_filesystem.rb - samples/gtk_zip.rb - samples/write_simple.rb - samples/zipfind.rb - test/alltests.rb - test/data/file1.txt - test/data/file1.txt.deflatedData - test/data/file2.txt - test/data/notzippedruby.rb - test/data/rubycode.zip - test/data/rubycode2.zip - test/data/testDirectory.bin - test/data/zipWithDirs.zip - README has_rdoc: true homepage: http://github.com/postmodern/rubyzip2 licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: zip is a Ruby library for reading and writing Zip files test_files: - test/ziprequiretest.rb - test/zipfilesystemtest.rb - test/ziptest.rb - test/gentestfiles.rb - test/alltests.rb - test/ioextrastest.rb - test/data/notzippedruby.rb - test/stdrubyexttest.rb