delayed_paperclip 2.6.1 → 2.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/.travis.yml +3 -9
- data/Appraisals +4 -8
- data/Gemfile +1 -9
- data/README.textile +19 -3
- data/Rakefile +1 -1
- data/delayed_paperclip.gemspec +8 -3
- data/gemfiles/rails3_1.gemfile +1 -4
- data/gemfiles/rails3_1.gemfile.lock +70 -68
- data/gemfiles/rails3_2.gemfile +1 -4
- data/gemfiles/rails3_2.gemfile.lock +72 -70
- data/gemfiles/rails4.gemfile +7 -0
- data/gemfiles/rails4.gemfile.lock +157 -0
- data/lib/delayed_paperclip.rb +6 -3
- data/lib/delayed_paperclip/attachment.rb +17 -4
- data/lib/delayed_paperclip/jobs/delayed_job.rb +5 -3
- data/lib/delayed_paperclip/url_generator.rb +22 -4
- data/lib/delayed_paperclip/version.rb +1 -1
- data/spec/delayed_paperclip/attachment_spec.rb +67 -6
- data/spec/delayed_paperclip/class_methods_spec.rb +8 -5
- data/spec/delayed_paperclip/url_generator_spec.rb +36 -5
- data/spec/delayed_paperclip_spec.rb +6 -3
- data/spec/spec_helper.rb +16 -5
- data/test/base_delayed_paperclip_test.rb +14 -0
- data/test/test_helper.rb +13 -2
- metadata +82 -12
- data/gemfiles/paperclip3_5.gemfile +0 -11
- data/gemfiles/paperclip3_5.gemfile.lock +0 -160
- data/gemfiles/rails3.gemfile +0 -10
- data/gemfiles/rails3.gemfile.lock +0 -151
data/gemfiles/rails3.gemfile
DELETED
@@ -1,151 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
delayed_paperclip (2.6.1)
|
5
|
-
paperclip (>= 3.3.0)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: http://rubygems.org/
|
9
|
-
specs:
|
10
|
-
abstract (1.0.0)
|
11
|
-
actionmailer (3.0.20)
|
12
|
-
actionpack (= 3.0.20)
|
13
|
-
mail (~> 2.2.19)
|
14
|
-
actionpack (3.0.20)
|
15
|
-
activemodel (= 3.0.20)
|
16
|
-
activesupport (= 3.0.20)
|
17
|
-
builder (~> 2.1.2)
|
18
|
-
erubis (~> 2.6.6)
|
19
|
-
i18n (~> 0.5.0)
|
20
|
-
rack (~> 1.2.5)
|
21
|
-
rack-mount (~> 0.6.14)
|
22
|
-
rack-test (~> 0.5.7)
|
23
|
-
tzinfo (~> 0.3.23)
|
24
|
-
activemodel (3.0.20)
|
25
|
-
activesupport (= 3.0.20)
|
26
|
-
builder (~> 2.1.2)
|
27
|
-
i18n (~> 0.5.0)
|
28
|
-
activerecord (3.0.20)
|
29
|
-
activemodel (= 3.0.20)
|
30
|
-
activesupport (= 3.0.20)
|
31
|
-
arel (~> 2.0.10)
|
32
|
-
tzinfo (~> 0.3.23)
|
33
|
-
activeresource (3.0.20)
|
34
|
-
activemodel (= 3.0.20)
|
35
|
-
activesupport (= 3.0.20)
|
36
|
-
activesupport (3.0.20)
|
37
|
-
appraisal (0.5.2)
|
38
|
-
bundler
|
39
|
-
rake
|
40
|
-
arel (2.0.10)
|
41
|
-
backports (3.3.1)
|
42
|
-
builder (2.1.2)
|
43
|
-
celluloid (0.14.1)
|
44
|
-
timers (>= 1.0.0)
|
45
|
-
climate_control (0.0.3)
|
46
|
-
activesupport (>= 3.0)
|
47
|
-
cocaine (0.5.1)
|
48
|
-
climate_control (>= 0.0.3, < 1.0)
|
49
|
-
connection_pool (1.0.0)
|
50
|
-
delayed_job (3.0.5)
|
51
|
-
activesupport (~> 3.0)
|
52
|
-
delayed_job_active_record (0.4.4)
|
53
|
-
activerecord (>= 2.1.0, < 4)
|
54
|
-
delayed_job (~> 3.0)
|
55
|
-
diff-lcs (1.2.4)
|
56
|
-
erubis (2.6.6)
|
57
|
-
abstract (>= 1.0.0)
|
58
|
-
i18n (0.5.0)
|
59
|
-
json (1.8.0)
|
60
|
-
mail (2.2.20)
|
61
|
-
activesupport (>= 2.3.6)
|
62
|
-
i18n (>= 0.4.0)
|
63
|
-
mime-types (~> 1.16)
|
64
|
-
treetop (~> 1.4.8)
|
65
|
-
metaclass (0.0.1)
|
66
|
-
mime-types (1.23)
|
67
|
-
mocha (0.14.0)
|
68
|
-
metaclass (~> 0.0.1)
|
69
|
-
mono_logger (1.1.0)
|
70
|
-
multi_json (1.7.5)
|
71
|
-
paperclip (3.5.0)
|
72
|
-
activemodel (>= 3.0.0)
|
73
|
-
activesupport (>= 3.0.0)
|
74
|
-
cocaine (~> 0.5.0)
|
75
|
-
mime-types
|
76
|
-
polyglot (0.3.3)
|
77
|
-
rack (1.2.8)
|
78
|
-
rack-mount (0.6.14)
|
79
|
-
rack (>= 1.0.0)
|
80
|
-
rack-test (0.5.7)
|
81
|
-
rack (>= 1.0)
|
82
|
-
rails (3.0.20)
|
83
|
-
actionmailer (= 3.0.20)
|
84
|
-
actionpack (= 3.0.20)
|
85
|
-
activerecord (= 3.0.20)
|
86
|
-
activeresource (= 3.0.20)
|
87
|
-
activesupport (= 3.0.20)
|
88
|
-
bundler (~> 1.0)
|
89
|
-
railties (= 3.0.20)
|
90
|
-
railties (3.0.20)
|
91
|
-
actionpack (= 3.0.20)
|
92
|
-
activesupport (= 3.0.20)
|
93
|
-
rake (>= 0.8.7)
|
94
|
-
rdoc (~> 3.4)
|
95
|
-
thor (~> 0.14.4)
|
96
|
-
rake (10.0.4)
|
97
|
-
rdoc (3.12.2)
|
98
|
-
json (~> 1.4)
|
99
|
-
redis (3.0.4)
|
100
|
-
redis-namespace (1.3.0)
|
101
|
-
redis (~> 3.0.0)
|
102
|
-
resque (1.24.1)
|
103
|
-
mono_logger (~> 1.0)
|
104
|
-
multi_json (~> 1.0)
|
105
|
-
redis-namespace (~> 1.2)
|
106
|
-
sinatra (>= 0.9.2)
|
107
|
-
vegas (~> 0.1.2)
|
108
|
-
rspec (2.14.1)
|
109
|
-
rspec-core (~> 2.14.0)
|
110
|
-
rspec-expectations (~> 2.14.0)
|
111
|
-
rspec-mocks (~> 2.14.0)
|
112
|
-
rspec-core (2.14.4)
|
113
|
-
rspec-expectations (2.14.0)
|
114
|
-
diff-lcs (>= 1.1.3, < 2.0)
|
115
|
-
rspec-mocks (2.14.1)
|
116
|
-
sidekiq (2.12.1)
|
117
|
-
celluloid (>= 0.14.1)
|
118
|
-
connection_pool (>= 1.0.0)
|
119
|
-
json
|
120
|
-
redis (>= 3.0)
|
121
|
-
redis-namespace
|
122
|
-
sinatra (1.2.9)
|
123
|
-
backports
|
124
|
-
rack (~> 1.1, < 1.5)
|
125
|
-
tilt (>= 1.2.2, < 2.0)
|
126
|
-
sqlite3 (1.3.7)
|
127
|
-
thor (0.14.6)
|
128
|
-
tilt (1.4.1)
|
129
|
-
timers (1.1.0)
|
130
|
-
treetop (1.4.12)
|
131
|
-
polyglot
|
132
|
-
polyglot (>= 0.3.1)
|
133
|
-
tzinfo (0.3.37)
|
134
|
-
vegas (0.1.11)
|
135
|
-
rack (>= 1.0.0)
|
136
|
-
|
137
|
-
PLATFORMS
|
138
|
-
ruby
|
139
|
-
|
140
|
-
DEPENDENCIES
|
141
|
-
appraisal
|
142
|
-
delayed_job
|
143
|
-
delayed_job_active_record
|
144
|
-
delayed_paperclip!
|
145
|
-
json
|
146
|
-
mocha
|
147
|
-
rails (~> 3.0.10)
|
148
|
-
resque
|
149
|
-
rspec
|
150
|
-
sidekiq
|
151
|
-
sqlite3
|