on_the_fly 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/on_the_fly.rb +1 -1
  2. metadata +3 -3
@@ -87,7 +87,7 @@ Paperclip::Attachment.class_eval do
87
87
 
88
88
 
89
89
  return new_path if File.exist?(newfilename)
90
- return path if already_converted?
90
+ return self.url if already_converted?
91
91
 
92
92
  if !File.exist?(original)
93
93
  if Paperclip.options[:whiny]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: on_the_fly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,7 +14,7 @@ date: 2011-08-10 00:00:00.000000000Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: paperclip
17
- requirement: &22081020 !ruby/object:Gem::Requirement
17
+ requirement: &22596516 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,7 +22,7 @@ dependencies:
22
22
  version: '0'
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *22081020
25
+ version_requirements: *22596516
26
26
  description: ! "A Paperclip mix-in to allow auto-generation of resized images. Modded
27
27
  to delete images\n\tand rename the thumb works on only the ES3 AMS system right
28
28
  now."