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