mezza-rubyzip 0.9.4.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,92 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mezza-rubyzip
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 0.9.4.1
6
+ platform: ruby
7
+ authors:
8
+ - Alan Harper
9
+ - Merul Patel
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+
14
+ date: 2011-06-02 00:00:00 +01:00
15
+ default_executable:
16
+ dependencies: []
17
+
18
+ description:
19
+ email:
20
+ - alan@aussiegeek.net
21
+ - merul.patel@gmail.com
22
+ executables: []
23
+
24
+ extensions: []
25
+
26
+ extra_rdoc_files: []
27
+
28
+ files:
29
+ - samples/example.rb
30
+ - samples/example_filesystem.rb
31
+ - samples/gtkRubyzip.rb
32
+ - samples/qtzip.rb
33
+ - samples/write_simple.rb
34
+ - samples/zipfind.rb
35
+ - lib/zip/compressor.rb
36
+ - lib/zip/decompressor.rb
37
+ - lib/zip/deflater.rb
38
+ - lib/zip/inflater.rb
39
+ - lib/zip/ioextras.rb
40
+ - lib/zip/null_compressor.rb
41
+ - lib/zip/null_decompressor.rb
42
+ - lib/zip/null_input_stream.rb
43
+ - lib/zip/pass_thru_compressor.rb
44
+ - lib/zip/pass_thru_decompressor.rb
45
+ - lib/zip/stdrubyext.rb
46
+ - lib/zip/tempfile_bugfixed.rb
47
+ - lib/zip/zip.rb
48
+ - lib/zip/zip_central_directory.rb
49
+ - lib/zip/zip_entry.rb
50
+ - lib/zip/zip_entry_set.rb
51
+ - lib/zip/zip_extra_field.rb
52
+ - lib/zip/zip_file.rb
53
+ - lib/zip/zip_input_stream.rb
54
+ - lib/zip/zip_output_stream.rb
55
+ - lib/zip/zip_streamable_directory.rb
56
+ - lib/zip/zip_streamable_stream.rb
57
+ - lib/zip/zipfilesystem.rb
58
+ - lib/zip/ziprequire.rb
59
+ - README
60
+ - NEWS
61
+ - TODO
62
+ - Rakefile
63
+ has_rdoc: true
64
+ homepage: http://github.com/mezza/rubyzip
65
+ licenses: []
66
+
67
+ post_install_message:
68
+ rdoc_options: []
69
+
70
+ require_paths:
71
+ - lib
72
+ required_ruby_version: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ version: 1.8.6
78
+ required_rubygems_version: !ruby/object:Gem::Requirement
79
+ none: false
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: "0"
84
+ requirements: []
85
+
86
+ rubyforge_project:
87
+ rubygems_version: 1.5.2
88
+ signing_key:
89
+ specification_version: 3
90
+ summary: rubyzip is a ruby module for reading and writing zip files
91
+ test_files: []
92
+