rubyzip2 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog.txt +1081 -0
- data/NEWS.txt +144 -0
- data/README +72 -0
- data/Rakefile +62 -0
- data/TODO.txt +16 -0
- data/lib/zip.rb +1 -0
- data/lib/zip/ioextras.rb +155 -0
- data/lib/zip/stdrubyext.rb +111 -0
- data/lib/zip/tempfile_bugfixed.rb +195 -0
- data/lib/zip/version.rb +3 -0
- data/lib/zip/zip.rb +1846 -0
- data/lib/zip/zipfilesystem.rb +609 -0
- data/lib/zip/ziprequire.rb +90 -0
- data/samples/example.rb +69 -0
- data/samples/example_filesystem.rb +34 -0
- data/samples/gtk_zip.rb +86 -0
- data/samples/write_simple.rb +13 -0
- data/samples/zipfind.rb +74 -0
- data/test/alltests.rb +9 -0
- data/test/data/file1.txt +46 -0
- data/test/data/file1.txt.deflatedData +0 -0
- data/test/data/file2.txt +1504 -0
- data/test/data/notzippedruby.rb +7 -0
- data/test/data/rubycode.zip +0 -0
- data/test/data/rubycode2.zip +0 -0
- data/test/data/testDirectory.bin +0 -0
- data/test/data/zipWithDirs.zip +0 -0
- data/test/gentestfiles.rb +157 -0
- data/test/ioextrastest.rb +208 -0
- data/test/stdrubyexttest.rb +52 -0
- data/test/zipfilesystemtest.rb +831 -0
- data/test/ziprequiretest.rb +43 -0
- data/test/ziptest.rb +1599 -0
- metadata +96 -0
metadata
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: rubyzip2
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 2.0.2
|
|
5
|
+
prerelease:
|
|
6
|
+
platform: ruby
|
|
7
|
+
authors:
|
|
8
|
+
- Postmodern
|
|
9
|
+
- Thomas Sondergaard
|
|
10
|
+
autorequire:
|
|
11
|
+
bindir: bin
|
|
12
|
+
cert_chain: []
|
|
13
|
+
date: 2009-12-07 00:00:00.000000000 Z
|
|
14
|
+
dependencies: []
|
|
15
|
+
description: rubyzip2 is a Ruby library for reading and writing Zip files. Unlike
|
|
16
|
+
the official rubyzip, rubyzip2 is compatible with Ruby 1.9.1.
|
|
17
|
+
email: postmodern.mod3@gmail.com
|
|
18
|
+
executables: []
|
|
19
|
+
extensions: []
|
|
20
|
+
extra_rdoc_files:
|
|
21
|
+
- ChangeLog.txt
|
|
22
|
+
- README
|
|
23
|
+
files:
|
|
24
|
+
- ChangeLog.txt
|
|
25
|
+
- NEWS.txt
|
|
26
|
+
- Rakefile
|
|
27
|
+
- TODO.txt
|
|
28
|
+
- lib/zip.rb
|
|
29
|
+
- lib/zip/ioextras.rb
|
|
30
|
+
- lib/zip/stdrubyext.rb
|
|
31
|
+
- lib/zip/tempfile_bugfixed.rb
|
|
32
|
+
- lib/zip/version.rb
|
|
33
|
+
- lib/zip/zip.rb
|
|
34
|
+
- lib/zip/zipfilesystem.rb
|
|
35
|
+
- lib/zip/ziprequire.rb
|
|
36
|
+
- samples/example.rb
|
|
37
|
+
- samples/example_filesystem.rb
|
|
38
|
+
- samples/gtk_zip.rb
|
|
39
|
+
- samples/write_simple.rb
|
|
40
|
+
- samples/zipfind.rb
|
|
41
|
+
- test/alltests.rb
|
|
42
|
+
- test/data/file1.txt
|
|
43
|
+
- test/data/file1.txt.deflatedData
|
|
44
|
+
- test/data/file2.txt
|
|
45
|
+
- test/data/notzippedruby.rb
|
|
46
|
+
- test/data/rubycode.zip
|
|
47
|
+
- test/data/rubycode2.zip
|
|
48
|
+
- test/data/testDirectory.bin
|
|
49
|
+
- test/data/zipWithDirs.zip
|
|
50
|
+
- README
|
|
51
|
+
- test/ziptest.rb
|
|
52
|
+
- test/ziprequiretest.rb
|
|
53
|
+
- test/zipfilesystemtest.rb
|
|
54
|
+
- test/gentestfiles.rb
|
|
55
|
+
- test/stdrubyexttest.rb
|
|
56
|
+
- test/ioextrastest.rb
|
|
57
|
+
homepage: http://github.com/postmodern/rubyzip2
|
|
58
|
+
licenses: []
|
|
59
|
+
post_install_message: ! "\nDEPRECATED! DEPRECATED! DEPRECATED! DEPRECATED! DEPRECATED!
|
|
60
|
+
DEPRECATED!\nDEPRECATED! DEPRECATED! DEPRECATED! DEPRECATED! DEPRECATED! DEPRECATED!\n\n
|
|
61
|
+
\ The rubyzip2 gem is deprecated. Instead, please use:\n\n * rubyzip https://github.com/aussiegeek/rubyzip\n
|
|
62
|
+
\ * archive-zip https://github.com/javanthropus/archive-zip\n\nDEPRECATED! DEPRECATED!
|
|
63
|
+
DEPRECATED! DEPRECATED! DEPRECATED! DEPRECATED!\nDEPRECATED! DEPRECATED! DEPRECATED!
|
|
64
|
+
DEPRECATED! DEPRECATED! DEPRECATED!\n\n"
|
|
65
|
+
rdoc_options:
|
|
66
|
+
- --charset=UTF-8
|
|
67
|
+
require_paths:
|
|
68
|
+
- lib
|
|
69
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
70
|
+
none: false
|
|
71
|
+
requirements:
|
|
72
|
+
- - ! '>='
|
|
73
|
+
- !ruby/object:Gem::Version
|
|
74
|
+
version: '0'
|
|
75
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
|
+
none: false
|
|
77
|
+
requirements:
|
|
78
|
+
- - ! '>='
|
|
79
|
+
- !ruby/object:Gem::Version
|
|
80
|
+
version: '0'
|
|
81
|
+
requirements: []
|
|
82
|
+
rubyforge_project:
|
|
83
|
+
rubygems_version: 1.8.10
|
|
84
|
+
signing_key:
|
|
85
|
+
specification_version: 3
|
|
86
|
+
summary: rubyzip2 is a Ruby library for reading and writing Zip files
|
|
87
|
+
test_files:
|
|
88
|
+
- test/ziptest.rb
|
|
89
|
+
- test/alltests.rb
|
|
90
|
+
- test/ziprequiretest.rb
|
|
91
|
+
- test/zipfilesystemtest.rb
|
|
92
|
+
- test/gentestfiles.rb
|
|
93
|
+
- test/data/notzippedruby.rb
|
|
94
|
+
- test/stdrubyexttest.rb
|
|
95
|
+
- test/ioextrastest.rb
|
|
96
|
+
has_rdoc: true
|