rubyzip 0.5.7

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.

Potentially problematic release.


This version of rubyzip might be problematic. Click here for more details.

metadata ADDED
@@ -0,0 +1,68 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.5
3
+ specification_version: 1
4
+ name: rubyzip
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.5.7
7
+ date: 2005-03-03
8
+ summary: rubyzip is a ruby module for reading and writing zip files
9
+ require_paths:
10
+ - lib
11
+ email: thomas(at)sondergaard.cc
12
+ homepage: http://rubyzip.sourceforge.net/
13
+ rubyforge_project:
14
+ description:
15
+ autorequire: zip/zip
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: false
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ -
22
+ - ">"
23
+ - !ruby/object:Gem::Version
24
+ version: 0.0.0
25
+ version:
26
+ platform: ruby
27
+ authors:
28
+ - Thomas Sondergaard
29
+ files:
30
+ - README
31
+ - NEWS
32
+ - TODO
33
+ - ChangeLog
34
+ - install.rb
35
+ - Rakefile
36
+ - samples/example.rb
37
+ - samples/example_filesystem.rb
38
+ - samples/gtkRubyzip.rb
39
+ - samples/write_simple.rb
40
+ - samples/zipfind.rb
41
+ - test/alltests.rb
42
+ - test/gentestfiles.rb
43
+ - test/ioextrastest.rb
44
+ - test/stdrubyexttest.rb
45
+ - test/zipfilesystemtest.rb
46
+ - test/ziprequiretest.rb
47
+ - test/ziptest.rb
48
+ - test/data/file1.txt
49
+ - test/data/file1.txt.deflatedData
50
+ - test/data/file2.txt
51
+ - test/data/notzippedruby.rb
52
+ - test/data/rubycode.zip
53
+ - test/data/rubycode2.zip
54
+ - test/data/testDirectory.bin
55
+ - test/data/zipWithDirs.zip
56
+ - lib/zip/ioextras.rb
57
+ - lib/zip/stdrubyext.rb
58
+ - lib/zip/tempfile_bugfixed.rb
59
+ - lib/zip/zip.rb
60
+ - lib/zip/zipfilesystem.rb
61
+ - lib/zip/ziprequire.rb
62
+ test_files: []
63
+ rdoc_options: []
64
+ extra_rdoc_files: []
65
+ executables: []
66
+ extensions: []
67
+ requirements: []
68
+ dependencies: []