erawk-rubyzip 0.9.1

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.
metadata ADDED
@@ -0,0 +1,95 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: erawk-rubyzip
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.1
5
+ platform: ruby
6
+ authors:
7
+ - Thomas Sondergaard
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-06-29 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: rubyzip is a ruby module for reading and writing zip files
17
+ email: thomas(at)sondergaard.cc
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - ChangeLog
24
+ - README
25
+ - README.rdoc
26
+ files:
27
+ - ChangeLog
28
+ - NEWS
29
+ - README
30
+ - Rakefile
31
+ - TODO
32
+ - install.rb
33
+ - lib/zip/ioextras.rb
34
+ - lib/zip/stdrubyext.rb
35
+ - lib/zip/tempfile_bugfixed.rb
36
+ - lib/zip/zip.rb
37
+ - lib/zip/zipfilesystem.rb
38
+ - lib/zip/ziprequire.rb
39
+ - samples/example.rb
40
+ - samples/example_filesystem.rb
41
+ - samples/gtkRubyzip.rb
42
+ - samples/qtzip.rb
43
+ - samples/write_simple.rb
44
+ - samples/zipfind.rb
45
+ - test/alltests.rb
46
+ - test/data/file1.txt
47
+ - test/data/file1.txt.deflatedData
48
+ - test/data/file2.txt
49
+ - test/data/notzippedruby.rb
50
+ - test/data/rubycode.zip
51
+ - test/data/rubycode2.zip
52
+ - test/data/testDirectory.bin
53
+ - test/data/zipWithDirs.zip
54
+ - test/gentestfiles.rb
55
+ - test/ioextrastest.rb
56
+ - test/stdrubyexttest.rb
57
+ - test/zipfilesystemtest.rb
58
+ - test/ziprequiretest.rb
59
+ - test/ziptest.rb
60
+ - README.rdoc
61
+ has_rdoc: true
62
+ homepage: http://rubyzip.sourceforge.net/
63
+ post_install_message:
64
+ rdoc_options:
65
+ - --charset=UTF-8
66
+ require_paths:
67
+ - lib
68
+ required_ruby_version: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: "0"
73
+ version:
74
+ required_rubygems_version: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: "0"
79
+ version:
80
+ requirements: []
81
+
82
+ rubyforge_project:
83
+ rubygems_version: 1.2.0
84
+ signing_key:
85
+ specification_version: 3
86
+ summary: rubyzip is a ruby module for reading and writing zip files
87
+ test_files:
88
+ - test/alltests.rb
89
+ - test/data/notzippedruby.rb
90
+ - test/gentestfiles.rb
91
+ - test/ioextrastest.rb
92
+ - test/stdrubyexttest.rb
93
+ - test/zipfilesystemtest.rb
94
+ - test/ziprequiretest.rb
95
+ - test/ziptest.rb