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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to apache_image_resizer version 0.0.7
5
+ This documentation refers to apache_image_resizer version 0.0.8
6
6
 
7
7
 
8
8
  == DESCRIPTION
@@ -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]
@@ -6,7 +6,7 @@ module Apache
6
6
 
7
7
  MAJOR = 0
8
8
  MINOR = 0
9
- TINY = 7
9
+ TINY = 8
10
10
 
11
11
  class << self
12
12
 
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.7
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-10-12 00:00:00.000000000 Z
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.7)
108
+ - apache_image_resizer Application documentation (v0.0.8)
109
109
  - --main
110
110
  - README
111
111
  require_paths: