thoughtbot-paperclip 2.2.9.1 → 2.2.9.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -168,7 +168,7 @@ If you'd like to contribute a feature or bugfix: Thanks! To make sure your
168
168
  fix/feature has a high chance of being included, please read the following
169
169
  guidelines:
170
170
 
171
- 1. Ask on the mailing list, or post a ticket in Lighthouse.
171
+ 1. Ask on the mailing list, or post a new GitHub Issue.
172
172
  2. Make sure there are tests! We will not accept any patch that is not tested.
173
- It's a rare time when explicit tests aren't needed. If you have questions
173
+ It's a rare time when explicit tests aren't needed. If you have questions
174
174
  about writing tests for paperclip, please ask the mailing list.
@@ -44,7 +44,7 @@ end
44
44
  # documentation for Paperclip::ClassMethods for more useful information.
45
45
  module Paperclip
46
46
 
47
- VERSION = "2.2.9.1"
47
+ VERSION = "2.2.9.2"
48
48
 
49
49
  class << self
50
50
  # Provides configurability to Paperclip. There are a number of options available, such as:
@@ -128,8 +128,6 @@ module Paperclip
128
128
  # separate parts of your file name.
129
129
  module S3
130
130
  def self.extended base
131
- warn('[DEPRECATION] S3 support through RightAWS is deprecated. S3 support will ' +
132
- 'be changed to AWS::S3 in a future version.')
133
131
  require 'right_aws'
134
132
  base.instance_eval do
135
133
  @s3_credentials = parse_credentials(@options[:s3_credentials])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thoughtbot-paperclip
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.9.1
4
+ version: 2.2.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Yurek
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-15 00:00:00 -07:00
12
+ date: 2009-06-18 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency