cloudinary 1.0.25 → 1.0.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -177,7 +177,7 @@ begin
177
177
  alias :original_image_path :image_path
178
178
  def image_path(img)
179
179
  if Cloudinary.config.enhance_image_tag
180
- Cloudinary::Utils.cloudinary_url(img, :type=>:asset)
180
+ original_image_path(Cloudinary::Utils.cloudinary_url(img, :type=>:asset))
181
181
  else
182
182
  original_image_path(img)
183
183
  end
@@ -1,4 +1,4 @@
1
1
  # Copyright Cloudinary
2
2
  module Cloudinary
3
- VERSION = "1.0.25"
3
+ VERSION = "1.0.26"
4
4
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: cloudinary
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.25
5
+ version: 1.0.26
6
6
  platform: ruby
7
7
  authors:
8
8
  - Nadav Soferman
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2012-06-05 00:00:00 +03:00
15
+ date: 2012-06-08 00:00:00 +03:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency