zipruby 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of zipruby might be problematic. Click here for more details.
- data/ChangeLog +1 -1
- data/README.txt +2 -2
- data/ext/zip_error_to_str.c +0 -2
- data/ext/zipruby.h +1 -1
- metadata +2 -2
data/ChangeLog
CHANGED
data/README.txt
CHANGED
@@ -165,7 +165,7 @@ https://rubyforge.org/frs/?group_id=6124
|
|
165
165
|
# end
|
166
166
|
|
167
167
|
# decrypt
|
168
|
-
Zip::Archive.decrypt('filename.zip', 'password') # return true if
|
168
|
+
Zip::Archive.decrypt('filename.zip', 'password') # return true if decrypted
|
169
169
|
# or
|
170
170
|
# Zip::Archive.open('filename.zip') do |ar|
|
171
171
|
# ar.decrypt('password')
|
@@ -257,7 +257,7 @@ https://rubyforge.org/frs/?group_id=6124
|
|
257
257
|
* Redistributions in binary form must reproduce the above copyright notice,
|
258
258
|
this list of conditions and the following disclaimer in the documentation
|
259
259
|
and/or other materials provided with the distribution.
|
260
|
-
* The names of its contributors may be used to endorse or promote products
|
260
|
+
* The names of its contributors may not be used to endorse or promote products
|
261
261
|
derived from this software without specific prior written permission.
|
262
262
|
|
263
263
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
data/ext/zip_error_to_str.c
CHANGED
data/ext/zipruby.h
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zipruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- winebarrel
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-06-12 00:00:00 +09:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|