apache_image_resizer 0.0.7 → 0.0.8
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.
- data/README +1 -1
- data/lib/apache/image_resizer/util.rb +1 -1
- data/lib/apache/image_resizer/version.rb +1 -1
- metadata +3 -3
data/README
CHANGED
|
@@ -243,7 +243,7 @@ module Apache
|
|
|
243
243
|
source = File.expand_path(File.readlink(source),
|
|
244
244
|
File.dirname(source)) if File.symlink?(source)
|
|
245
245
|
|
|
246
|
-
if system('ln', source, target)
|
|
246
|
+
if system('ln', source.untaint, target)
|
|
247
247
|
return img
|
|
248
248
|
elsif block
|
|
249
249
|
block['Link error: %s' % $?.exitstatus]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apache_image_resizer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-11-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rmagick
|
|
@@ -105,7 +105,7 @@ rdoc_options:
|
|
|
105
105
|
- --line-numbers
|
|
106
106
|
- --all
|
|
107
107
|
- --title
|
|
108
|
-
- apache_image_resizer Application documentation (v0.0.
|
|
108
|
+
- apache_image_resizer Application documentation (v0.0.8)
|
|
109
109
|
- --main
|
|
110
110
|
- README
|
|
111
111
|
require_paths:
|