mksm-rubyzip 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,86 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mksm-rubyzip
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.3
5
+ platform: ruby
6
+ authors:
7
+ - Thomas Sondergaard
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-06-01 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: florian.ebeling@gmail.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: false
59
+ homepage: http://github.com/agraham/rubyzip
60
+ licenses:
61
+ post_install_message:
62
+ rdoc_options: []
63
+
64
+ require_paths:
65
+ - lib
66
+ required_ruby_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: "0"
71
+ version:
72
+ required_rubygems_version: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: "0"
77
+ version:
78
+ requirements: []
79
+
80
+ rubyforge_project:
81
+ rubygems_version: 1.3.5
82
+ signing_key:
83
+ specification_version: 2
84
+ summary: rubyzip is a ruby module for reading and writing zip files. This version is compatible with ruby 1.9.1.
85
+ test_files: []
86
+