paperclip-cloudfiles 2.3.1.1.3 → 2.3.1.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -294,7 +294,6 @@ module Paperclip
294
294
  @path_filename = ":cf_path_filename" unless @url.to_s.match(/^:cf.*filename$/)
295
295
  @url = @@cdn_url + "/#{URI.encode(@path_filename).gsub(/&/,'%26')}"
296
296
  @path = (Paperclip::Attachment.default_options[:path] == @options[:path]) ? ":attachment/:id/:style/:basename.:extension" : @options[:path]
297
- File.open('/tmp/path.log', 'a+') {|f| f.write("Path is #{@path} from options #{@options[:path]}\n") }
298
297
  end
299
298
  Paperclip.interpolates(:cf_path_filename) do |attachment, style|
300
299
  attachment.path(style)
data/lib/paperclip.rb CHANGED
@@ -46,7 +46,7 @@ end
46
46
  # documentation for Paperclip::ClassMethods for more useful information.
47
47
  module Paperclip
48
48
 
49
- VERSION = "2.3.1.1.3"
49
+ VERSION = "2.3.1.1.4"
50
50
 
51
51
  class << self
52
52
  # Provides configurability to Paperclip. There are a number of options available, such as:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paperclip-cloudfiles
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1.1.3
4
+ version: 2.3.1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Yurek