paperclip-elvfs 0.0.4 → 0.0.5

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.
@@ -6,10 +6,8 @@ Paperclip::Attachment.default_options[:path] = ':app_name/:class/:attachme
6
6
  Paperclip::Attachment.default_options[:url] = :file_url
7
7
  Paperclip::Attachment.default_options[:escape_url] = false
8
8
 
9
- # TODO: remove this warn when paperclip 3.3.2 will be released
10
9
  class Paperclip::Attachment
11
10
  def url_with_unescape(style_name = default_style, options = {})
12
- ActiveSupport::Deprecation.warn "Remove this warning when paperclip 3.3.2 will be released"
13
11
  options[:escape] = false
14
12
  url_without_unescape(style_name, options)
15
13
  end
@@ -1,5 +1,5 @@
1
1
  module Paperclip
2
2
  module Elvfs
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paperclip-elvfs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
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-19 00:00:00.000000000 Z
12
+ date: 2013-01-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: curb
@@ -91,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
91
91
  version: '0'
92
92
  segments:
93
93
  - 0
94
- hash: 1265350023229655383
94
+ hash: 819166592253734764
95
95
  required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  none: false
97
97
  requirements:
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  version: '0'
101
101
  segments:
102
102
  - 0
103
- hash: 1265350023229655383
103
+ hash: 819166592253734764
104
104
  requirements: []
105
105
  rubyforge_project:
106
106
  rubygems_version: 1.8.24