Skip to content
This repository was archived by the owner on Oct 5, 2018. It is now read-only.

Commit d8f46d8

Browse files
author
Scott Carleton
committed
new gemfile for paperclip 3.5
1 parent 1e27167 commit d8f46d8

8 files changed

+192
-23
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2.6.1
2+
* Wrote Unit tests
3+
* Rewrote Integration tests in rspec
4+
* Paperclip 3.5 compatibility

delayed_paperclip.gemspec

+8-14
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,16 @@
1+
$:.push File.expand_path("../lib", __FILE__)
2+
require "delayed_paperclip/version"
13

2-
include_files = ["README*", "LICENSE", "Rakefile", "init.rb", "{lib,tasks,test,rails,generators,shoulda_macros}/**/*"].map do |glob|
3-
Dir[glob]
4-
end.flatten
5-
exclude_files = ["**/*.rbc", "test/s3.yml", "test/debug.log", "test/paperclip.db", "test/doc", "test/doc/*", "test/pkg", "test/pkg/*", "test/tmp", "test/tmp/*"].map do |glob|
6-
Dir[glob]
7-
end.flatten
8-
9-
spec = Gem::Specification.new do |s|
4+
Gem::Specification.new do |s|
105
s.name = %q{delayed_paperclip}
11-
s.version = "2.6.0.0"
6+
s.version = DelayedPaperclip::VERSION
127

13-
s.authors = ["Jesse Storimer", "Bert Goethals", "James Gifford"]
8+
s.authors = ["Jesse Storimer", "Bert Goethals", "James Gifford", "Scott Carleton"]
149
s.summary = %q{Process your Paperclip attachments in the background.}
1510
s.description = %q{Process your Paperclip attachments in the background with delayed_job, Resque or your own processor.}
1611
s.email = %q{[email protected]}
1712
s.homepage = %q{http://github.com/jrgifford/delayed_paperclip}
1813

19-
s.files = include_files - exclude_files
20-
21-
s.test_files = Dir["test/**/*,rb"] + Dir['test/features/*']
22-
2314
s.add_dependency 'paperclip', [">= 3.3.0"]
2415

2516
s.add_development_dependency 'mocha'
@@ -28,5 +19,8 @@ spec = Gem::Specification.new do |s|
2819
s.add_development_dependency 'delayed_job'
2920
s.add_development_dependency 'resque'
3021
s.add_development_dependency 'sidekiq'
22+
23+
s.files = `git ls-files`.split("\n")
24+
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
3125
end
3226

gemfiles/paperclip3_5.gemfile

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This file was generated by Appraisal
2+
3+
source "http://rubygems.org"
4+
5+
gem "appraisal"
6+
gem "json", :platforms=>:ruby_18
7+
gem "delayed_job_active_record", :require=>false
8+
gem "rails"
9+
gem "paperclip", "~> 3.5"
10+
11+
gemspec :path=>"../"

gemfiles/paperclip3_5.gemfile.lock

+160
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,160 @@
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+
actionmailer (3.2.14)
11+
actionpack (= 3.2.14)
12+
mail (~> 2.5.4)
13+
actionpack (3.2.14)
14+
activemodel (= 3.2.14)
15+
activesupport (= 3.2.14)
16+
builder (~> 3.0.0)
17+
erubis (~> 2.7.0)
18+
journey (~> 1.0.4)
19+
rack (~> 1.4.5)
20+
rack-cache (~> 1.2)
21+
rack-test (~> 0.6.1)
22+
sprockets (~> 2.2.1)
23+
activemodel (3.2.14)
24+
activesupport (= 3.2.14)
25+
builder (~> 3.0.0)
26+
activerecord (3.2.14)
27+
activemodel (= 3.2.14)
28+
activesupport (= 3.2.14)
29+
arel (~> 3.0.2)
30+
tzinfo (~> 0.3.29)
31+
activeresource (3.2.14)
32+
activemodel (= 3.2.14)
33+
activesupport (= 3.2.14)
34+
activesupport (3.2.14)
35+
i18n (~> 0.6, >= 0.6.4)
36+
multi_json (~> 1.0)
37+
appraisal (0.5.2)
38+
bundler
39+
rake
40+
arel (3.0.2)
41+
builder (3.0.4)
42+
celluloid (0.14.1)
43+
timers (>= 1.0.0)
44+
climate_control (0.0.3)
45+
activesupport (>= 3.0)
46+
cocaine (0.5.1)
47+
climate_control (>= 0.0.3, < 1.0)
48+
connection_pool (1.0.0)
49+
delayed_job (3.0.5)
50+
activesupport (~> 3.0)
51+
delayed_job_active_record (0.4.4)
52+
activerecord (>= 2.1.0, < 4)
53+
delayed_job (~> 3.0)
54+
diff-lcs (1.2.4)
55+
erubis (2.7.0)
56+
hike (1.2.3)
57+
i18n (0.6.4)
58+
journey (1.0.4)
59+
json (1.8.0)
60+
mail (2.5.4)
61+
mime-types (~> 1.16)
62+
treetop (~> 1.4.8)
63+
metaclass (0.0.1)
64+
mime-types (1.23)
65+
mocha (0.14.0)
66+
metaclass (~> 0.0.1)
67+
mono_logger (1.1.0)
68+
multi_json (1.7.7)
69+
paperclip (3.5.0)
70+
activemodel (>= 3.0.0)
71+
activesupport (>= 3.0.0)
72+
cocaine (~> 0.5.0)
73+
mime-types
74+
polyglot (0.3.3)
75+
rack (1.4.5)
76+
rack-cache (1.2)
77+
rack (>= 0.4)
78+
rack-protection (1.5.0)
79+
rack
80+
rack-ssl (1.3.3)
81+
rack
82+
rack-test (0.6.2)
83+
rack (>= 1.0)
84+
rails (3.2.14)
85+
actionmailer (= 3.2.14)
86+
actionpack (= 3.2.14)
87+
activerecord (= 3.2.14)
88+
activeresource (= 3.2.14)
89+
activesupport (= 3.2.14)
90+
bundler (~> 1.0)
91+
railties (= 3.2.14)
92+
railties (3.2.14)
93+
actionpack (= 3.2.14)
94+
activesupport (= 3.2.14)
95+
rack-ssl (~> 1.3.2)
96+
rake (>= 0.8.7)
97+
rdoc (~> 3.4)
98+
thor (>= 0.14.6, < 2.0)
99+
rake (10.0.4)
100+
rdoc (3.12.2)
101+
json (~> 1.4)
102+
redis (3.0.4)
103+
redis-namespace (1.3.0)
104+
redis (~> 3.0.0)
105+
resque (1.24.1)
106+
mono_logger (~> 1.0)
107+
multi_json (~> 1.0)
108+
redis-namespace (~> 1.2)
109+
sinatra (>= 0.9.2)
110+
vegas (~> 0.1.2)
111+
rspec (2.14.1)
112+
rspec-core (~> 2.14.0)
113+
rspec-expectations (~> 2.14.0)
114+
rspec-mocks (~> 2.14.0)
115+
rspec-core (2.14.4)
116+
rspec-expectations (2.14.0)
117+
diff-lcs (>= 1.1.3, < 2.0)
118+
rspec-mocks (2.14.1)
119+
sidekiq (2.12.1)
120+
celluloid (>= 0.14.1)
121+
connection_pool (>= 1.0.0)
122+
json
123+
redis (>= 3.0)
124+
redis-namespace
125+
sinatra (1.3.6)
126+
rack (~> 1.4)
127+
rack-protection (~> 1.3)
128+
tilt (~> 1.3, >= 1.3.3)
129+
sprockets (2.2.2)
130+
hike (~> 1.2)
131+
multi_json (~> 1.0)
132+
rack (~> 1.0)
133+
tilt (~> 1.1, != 1.3.0)
134+
sqlite3 (1.3.7)
135+
thor (0.18.1)
136+
tilt (1.4.1)
137+
timers (1.1.0)
138+
treetop (1.4.14)
139+
polyglot
140+
polyglot (>= 0.3.1)
141+
tzinfo (0.3.37)
142+
vegas (0.1.11)
143+
rack (>= 1.0.0)
144+
145+
PLATFORMS
146+
ruby
147+
148+
DEPENDENCIES
149+
appraisal
150+
delayed_job
151+
delayed_job_active_record
152+
delayed_paperclip!
153+
json
154+
mocha
155+
paperclip (~> 3.5)
156+
rails
157+
resque
158+
rspec
159+
sidekiq
160+
sqlite3

gemfiles/rails3.gemfile.lock

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
delayed_paperclip (2.6.0.0)
4+
delayed_paperclip (2.6.1)
55
paperclip (>= 3.3.0)
66

77
GEM
@@ -68,9 +68,8 @@ GEM
6868
metaclass (~> 0.0.1)
6969
mono_logger (1.1.0)
7070
multi_json (1.7.5)
71-
paperclip (3.4.2)
71+
paperclip (3.5.0)
7272
activemodel (>= 3.0.0)
73-
activerecord (>= 3.0.0)
7473
activesupport (>= 3.0.0)
7574
cocaine (~> 0.5.0)
7675
mime-types

gemfiles/rails3_1.gemfile.lock

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
delayed_paperclip (2.6.0.0)
4+
delayed_paperclip (2.6.1)
55
paperclip (>= 3.3.0)
66

77
GEM
@@ -67,9 +67,8 @@ GEM
6767
metaclass (~> 0.0.1)
6868
mono_logger (1.1.0)
6969
multi_json (1.2.0)
70-
paperclip (3.4.2)
70+
paperclip (3.5.0)
7171
activemodel (>= 3.0.0)
72-
activerecord (>= 3.0.0)
7372
activesupport (>= 3.0.0)
7473
cocaine (~> 0.5.0)
7574
mime-types

gemfiles/rails3_2.gemfile.lock

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
delayed_paperclip (2.6.0.0)
4+
delayed_paperclip (2.6.1)
55
paperclip (>= 3.3.0)
66

77
GEM
@@ -66,9 +66,8 @@ GEM
6666
metaclass (~> 0.0.1)
6767
mono_logger (1.1.0)
6868
multi_json (1.7.5)
69-
paperclip (3.4.2)
69+
paperclip (3.5.0)
7070
activemodel (>= 3.0.0)
71-
activerecord (>= 3.0.0)
7271
activesupport (>= 3.0.0)
7372
cocaine (~> 0.5.0)
7473
mime-types

lib/delayed_paperclip/version.rb

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module DelayedPaperclip
2+
VERSION = "2.6.1"
3+
end

0 commit comments

Comments
 (0)