rubyzip2 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,96 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rubyzip2
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.2
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Postmodern
9
+ - Thomas Sondergaard
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2009-12-07 00:00:00.000000000 Z
14
+ dependencies: []
15
+ description: rubyzip2 is a Ruby library for reading and writing Zip files. Unlike
16
+ the official rubyzip, rubyzip2 is compatible with Ruby 1.9.1.
17
+ email: postmodern.mod3@gmail.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files:
21
+ - ChangeLog.txt
22
+ - README
23
+ files:
24
+ - ChangeLog.txt
25
+ - NEWS.txt
26
+ - Rakefile
27
+ - TODO.txt
28
+ - lib/zip.rb
29
+ - lib/zip/ioextras.rb
30
+ - lib/zip/stdrubyext.rb
31
+ - lib/zip/tempfile_bugfixed.rb
32
+ - lib/zip/version.rb
33
+ - lib/zip/zip.rb
34
+ - lib/zip/zipfilesystem.rb
35
+ - lib/zip/ziprequire.rb
36
+ - samples/example.rb
37
+ - samples/example_filesystem.rb
38
+ - samples/gtk_zip.rb
39
+ - samples/write_simple.rb
40
+ - samples/zipfind.rb
41
+ - test/alltests.rb
42
+ - test/data/file1.txt
43
+ - test/data/file1.txt.deflatedData
44
+ - test/data/file2.txt
45
+ - test/data/notzippedruby.rb
46
+ - test/data/rubycode.zip
47
+ - test/data/rubycode2.zip
48
+ - test/data/testDirectory.bin
49
+ - test/data/zipWithDirs.zip
50
+ - README
51
+ - test/ziptest.rb
52
+ - test/ziprequiretest.rb
53
+ - test/zipfilesystemtest.rb
54
+ - test/gentestfiles.rb
55
+ - test/stdrubyexttest.rb
56
+ - test/ioextrastest.rb
57
+ homepage: http://github.com/postmodern/rubyzip2
58
+ licenses: []
59
+ post_install_message: ! "\nDEPRECATED! DEPRECATED! DEPRECATED! DEPRECATED! DEPRECATED!
60
+ DEPRECATED!\nDEPRECATED! DEPRECATED! DEPRECATED! DEPRECATED! DEPRECATED! DEPRECATED!\n\n
61
+ \ The rubyzip2 gem is deprecated. Instead, please use:\n\n * rubyzip https://github.com/aussiegeek/rubyzip\n
62
+ \ * archive-zip https://github.com/javanthropus/archive-zip\n\nDEPRECATED! DEPRECATED!
63
+ DEPRECATED! DEPRECATED! DEPRECATED! DEPRECATED!\nDEPRECATED! DEPRECATED! DEPRECATED!
64
+ DEPRECATED! DEPRECATED! DEPRECATED!\n\n"
65
+ rdoc_options:
66
+ - --charset=UTF-8
67
+ require_paths:
68
+ - lib
69
+ required_ruby_version: !ruby/object:Gem::Requirement
70
+ none: false
71
+ requirements:
72
+ - - ! '>='
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
75
+ required_rubygems_version: !ruby/object:Gem::Requirement
76
+ none: false
77
+ requirements:
78
+ - - ! '>='
79
+ - !ruby/object:Gem::Version
80
+ version: '0'
81
+ requirements: []
82
+ rubyforge_project:
83
+ rubygems_version: 1.8.10
84
+ signing_key:
85
+ specification_version: 3
86
+ summary: rubyzip2 is a Ruby library for reading and writing Zip files
87
+ test_files:
88
+ - test/ziptest.rb
89
+ - test/alltests.rb
90
+ - test/ziprequiretest.rb
91
+ - test/zipfilesystemtest.rb
92
+ - test/gentestfiles.rb
93
+ - test/data/notzippedruby.rb
94
+ - test/stdrubyexttest.rb
95
+ - test/ioextrastest.rb
96
+ has_rdoc: true