openlogic-zip 2.0.3

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.
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ class NotZippedRuby
4
+ def returnTrue
5
+ true
6
+ end
7
+ end
Binary file
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,98 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: openlogic-zip
3
+ version: !ruby/object:Gem::Version
4
+ hash: 9
5
+ prerelease: false
6
+ segments:
7
+ - 2
8
+ - 0
9
+ - 3
10
+ version: 2.0.3
11
+ platform: ruby
12
+ authors:
13
+ - Postmodern
14
+ - Thomas Sondergaard
15
+ - Sam Lown
16
+ - Todd Thomas
17
+ autorequire:
18
+ bindir: bin
19
+ cert_chain: []
20
+
21
+ date: 2011-09-19 00:00:00 -06:00
22
+ default_executable:
23
+ dependencies: []
24
+
25
+ description: zip is a Ruby library for reading and writing Zip files. Unlike the official rubyzip, zip is compatible with Ruby 1.9.2, and lets you read and write from StringIOs and other IO-like objects.
26
+ email:
27
+ - todd.thomas@openlogic.com
28
+ executables: []
29
+
30
+ extensions: []
31
+
32
+ extra_rdoc_files:
33
+ - ChangeLog.txt
34
+ - README
35
+ files:
36
+ - ChangeLog.txt
37
+ - NEWS.txt
38
+ - Rakefile
39
+ - TODO.txt
40
+ - lib/zip.rb
41
+ - lib/zip/ioextras.rb
42
+ - lib/zip/stdrubyext.rb
43
+ - lib/zip/tempfile_bugfixed.rb
44
+ - lib/zip/version.rb
45
+ - lib/zip/zip.rb
46
+ - lib/zip/zipfilesystem.rb
47
+ - lib/zip/ziprequire.rb
48
+ - samples/example.rb
49
+ - samples/example_filesystem.rb
50
+ - samples/gtk_zip.rb
51
+ - samples/write_simple.rb
52
+ - samples/zipfind.rb
53
+ - test/alltests.rb
54
+ - test/data/file1.txt
55
+ - test/data/file1.txt.deflatedData
56
+ - test/data/file2.txt
57
+ - test/data/notzippedruby.rb
58
+ - test/data/rubycode.zip
59
+ - test/data/rubycode2.zip
60
+ - test/data/testDirectory.bin
61
+ - test/data/zipWithDirs.zip
62
+ - README
63
+ has_rdoc: true
64
+ homepage: http://github.com/toddthomas/zip
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
+ hash: 3
78
+ segments:
79
+ - 0
80
+ version: "0"
81
+ required_rubygems_version: !ruby/object:Gem::Requirement
82
+ none: false
83
+ requirements:
84
+ - - ">="
85
+ - !ruby/object:Gem::Version
86
+ hash: 3
87
+ segments:
88
+ - 0
89
+ version: "0"
90
+ requirements: []
91
+
92
+ rubyforge_project:
93
+ rubygems_version: 1.3.7
94
+ signing_key:
95
+ specification_version: 3
96
+ summary: zip is a Ruby library for reading and writing Zip files
97
+ test_files: []
98
+