zipruby 0.3.1-mswin32 → 0.3.2-mswin32
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.
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/lib/i386-mswin32/zipruby.so +0 -0
- 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/lib/i386-mswin32/zipruby.so
CHANGED
Binary file
|
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: mswin32
|
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
|
|