febeling-rubyzip 0.9.2

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,85 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: febeling-rubyzip
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.2
5
+ platform: ruby
6
+ authors:
7
+ - Thomas Sondergaard
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-04-28 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
+ post_install_message:
61
+ rdoc_options: []
62
+
63
+ require_paths:
64
+ - lib
65
+ required_ruby_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: "0"
70
+ version:
71
+ required_rubygems_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: "0"
76
+ version:
77
+ requirements: []
78
+
79
+ rubyforge_project:
80
+ rubygems_version: 1.2.0
81
+ signing_key:
82
+ specification_version: 2
83
+ summary: rubyzip is a ruby module for reading and writing zip files. This version is compatible with ruby 1.9.1.
84
+ test_files: []
85
+