inst-jobs 0.14.4 → 0.14.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/delayed/version.rb +1 -1
- data/lib/delayed_job.rb +1 -0
- data/spec/gemfiles/42.gemfile.lock +45 -53
- data/spec/gemfiles/50.gemfile.lock +60 -61
- data/spec/gemfiles/51.gemfile.lock +187 -0
- data/spec/spec_helper.rb +0 -2
- metadata +26 -24
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: afb2060fc8a5a5ba5724c02d19dba2287388e69cbc02dd849411d1dd02536706
|
4
|
+
data.tar.gz: c8a06d1dd7e2288cba2448765cab9087b8c03e4513208a11ffc2f655bed60060
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd4e7039b6fe919c5ad12dd12c47406e7914c7506ca1eeed3caa949b13a539ca175303efdac97e40a0fdf7b40fe585e7b953b0cff7ae6de436bb656e21dec6fa
|
7
|
+
data.tar.gz: 244b0c7db436ee17cb73dd0ebfd856b180c991427d38a339430fa85c57dddb696dc6eddba984f6d5c2765fd9c908abce98710acf568cfef1ce832e66878ac1bc
|
data/lib/delayed/version.rb
CHANGED
data/lib/delayed_job.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../..
|
3
3
|
specs:
|
4
|
-
inst-jobs (0.
|
4
|
+
inst-jobs (0.13.4)
|
5
5
|
after_transaction_commit (>= 1.0, < 3)
|
6
6
|
rails (>= 4.2)
|
7
7
|
redis (> 3.0)
|
@@ -11,97 +11,90 @@ PATH
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
actionmailer (4.2.
|
15
|
-
actionpack (= 4.2.
|
16
|
-
actionview (= 4.2.
|
17
|
-
activejob (= 4.2.
|
14
|
+
actionmailer (4.2.9)
|
15
|
+
actionpack (= 4.2.9)
|
16
|
+
actionview (= 4.2.9)
|
17
|
+
activejob (= 4.2.9)
|
18
18
|
mail (~> 2.5, >= 2.5.4)
|
19
19
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
20
|
-
actionpack (4.2.
|
21
|
-
actionview (= 4.2.
|
22
|
-
activesupport (= 4.2.
|
20
|
+
actionpack (4.2.9)
|
21
|
+
actionview (= 4.2.9)
|
22
|
+
activesupport (= 4.2.9)
|
23
23
|
rack (~> 1.6)
|
24
24
|
rack-test (~> 0.6.2)
|
25
25
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
26
26
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
27
|
-
actionview (4.2.
|
28
|
-
activesupport (= 4.2.
|
27
|
+
actionview (4.2.9)
|
28
|
+
activesupport (= 4.2.9)
|
29
29
|
builder (~> 3.1)
|
30
30
|
erubis (~> 2.7.0)
|
31
31
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
32
32
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
33
|
-
activejob (4.2.
|
34
|
-
activesupport (= 4.2.
|
33
|
+
activejob (4.2.9)
|
34
|
+
activesupport (= 4.2.9)
|
35
35
|
globalid (>= 0.3.0)
|
36
|
-
activemodel (4.2.
|
37
|
-
activesupport (= 4.2.
|
36
|
+
activemodel (4.2.9)
|
37
|
+
activesupport (= 4.2.9)
|
38
38
|
builder (~> 3.1)
|
39
|
-
activerecord (4.2.
|
40
|
-
activemodel (= 4.2.
|
41
|
-
activesupport (= 4.2.
|
39
|
+
activerecord (4.2.9)
|
40
|
+
activemodel (= 4.2.9)
|
41
|
+
activesupport (= 4.2.9)
|
42
42
|
arel (~> 6.0)
|
43
|
-
activesupport (4.2.
|
43
|
+
activesupport (4.2.9)
|
44
44
|
i18n (~> 0.7)
|
45
45
|
minitest (~> 5.1)
|
46
46
|
thread_safe (~> 0.3, >= 0.3.4)
|
47
47
|
tzinfo (~> 1.1)
|
48
|
-
|
49
|
-
public_suffix (>= 2.0.2, < 4.0)
|
50
|
-
after_transaction_commit (1.1.1)
|
48
|
+
after_transaction_commit (1.1.2)
|
51
49
|
activerecord (>= 4.0)
|
52
50
|
arel (6.0.4)
|
53
|
-
backports (3.
|
51
|
+
backports (3.8.0)
|
54
52
|
builder (3.2.3)
|
55
|
-
bump (0.5.
|
53
|
+
bump (0.5.4)
|
56
54
|
byebug (9.0.6)
|
57
55
|
coderay (1.1.1)
|
58
56
|
concurrent-ruby (1.0.5)
|
59
57
|
database_cleaner (1.6.1)
|
60
58
|
diff-lcs (1.3)
|
61
59
|
erubis (2.7.0)
|
62
|
-
et-orbi (1.0.
|
60
|
+
et-orbi (1.0.5)
|
63
61
|
tzinfo
|
64
62
|
globalid (0.4.0)
|
65
63
|
activesupport (>= 4.2.0)
|
66
|
-
|
67
|
-
i18n (0.8.1)
|
68
|
-
imperium (0.2.4)
|
69
|
-
addressable (~> 2.5.0)
|
70
|
-
httpclient (~> 2.8)
|
64
|
+
i18n (0.8.6)
|
71
65
|
loofah (2.0.3)
|
72
66
|
nokogiri (>= 1.5.9)
|
73
|
-
mail (2.6.
|
67
|
+
mail (2.6.6)
|
74
68
|
mime-types (>= 1.16, < 4)
|
75
69
|
method_source (0.8.2)
|
76
70
|
mime-types (3.1)
|
77
71
|
mime-types-data (~> 3.2015)
|
78
72
|
mime-types-data (3.2016.0521)
|
79
|
-
mini_portile2 (2.
|
80
|
-
minitest (5.10.
|
73
|
+
mini_portile2 (2.2.0)
|
74
|
+
minitest (5.10.3)
|
81
75
|
multi_json (1.12.1)
|
82
|
-
nokogiri (1.
|
83
|
-
mini_portile2 (~> 2.
|
84
|
-
pg (0.
|
76
|
+
nokogiri (1.8.0)
|
77
|
+
mini_portile2 (~> 2.2.0)
|
78
|
+
pg (0.21.0)
|
85
79
|
pry (0.10.4)
|
86
80
|
coderay (~> 1.1.0)
|
87
81
|
method_source (~> 0.8.1)
|
88
82
|
slop (~> 3.4)
|
89
|
-
|
90
|
-
rack (1.6.5)
|
83
|
+
rack (1.6.8)
|
91
84
|
rack-protection (1.5.3)
|
92
85
|
rack
|
93
86
|
rack-test (0.6.3)
|
94
87
|
rack (>= 1.0)
|
95
|
-
rails (4.2.
|
96
|
-
actionmailer (= 4.2.
|
97
|
-
actionpack (= 4.2.
|
98
|
-
actionview (= 4.2.
|
99
|
-
activejob (= 4.2.
|
100
|
-
activemodel (= 4.2.
|
101
|
-
activerecord (= 4.2.
|
102
|
-
activesupport (= 4.2.
|
88
|
+
rails (4.2.9)
|
89
|
+
actionmailer (= 4.2.9)
|
90
|
+
actionpack (= 4.2.9)
|
91
|
+
actionview (= 4.2.9)
|
92
|
+
activejob (= 4.2.9)
|
93
|
+
activemodel (= 4.2.9)
|
94
|
+
activerecord (= 4.2.9)
|
95
|
+
activesupport (= 4.2.9)
|
103
96
|
bundler (>= 1.3.0, < 2.0)
|
104
|
-
railties (= 4.2.
|
97
|
+
railties (= 4.2.9)
|
105
98
|
sprockets-rails
|
106
99
|
rails-deprecated_sanitizer (1.0.3)
|
107
100
|
activesupport (>= 4.2.0.alpha)
|
@@ -111,13 +104,13 @@ GEM
|
|
111
104
|
rails-deprecated_sanitizer (>= 1.0.1)
|
112
105
|
rails-html-sanitizer (1.0.3)
|
113
106
|
loofah (~> 2.0)
|
114
|
-
railties (4.2.
|
115
|
-
actionpack (= 4.2.
|
116
|
-
activesupport (= 4.2.
|
107
|
+
railties (4.2.9)
|
108
|
+
actionpack (= 4.2.9)
|
109
|
+
activesupport (= 4.2.9)
|
117
110
|
rake (>= 0.8.7)
|
118
111
|
thor (>= 0.18.1, < 2.0)
|
119
112
|
rake (12.0.0)
|
120
|
-
redis (
|
113
|
+
redis (3.3.3)
|
121
114
|
redis-scripting (1.0.1)
|
122
115
|
redis (>= 3.0)
|
123
116
|
rspec (3.4.0)
|
@@ -158,7 +151,7 @@ GEM
|
|
158
151
|
activerecord (>= 3.2)
|
159
152
|
thor (0.19.4)
|
160
153
|
thread_safe (0.3.6)
|
161
|
-
tilt (2.0.
|
154
|
+
tilt (2.0.8)
|
162
155
|
timecop (0.7.1)
|
163
156
|
tzinfo (1.2.3)
|
164
157
|
thread_safe (~> 0.1)
|
@@ -172,7 +165,6 @@ DEPENDENCIES
|
|
172
165
|
bump
|
173
166
|
byebug
|
174
167
|
database_cleaner (= 1.6.1)
|
175
|
-
imperium (>= 0.2.3)
|
176
168
|
inst-jobs!
|
177
169
|
pg
|
178
170
|
pry
|
@@ -187,4 +179,4 @@ DEPENDENCIES
|
|
187
179
|
wwtd (~> 1.3.0)
|
188
180
|
|
189
181
|
BUNDLED WITH
|
190
|
-
1.
|
182
|
+
1.15.3
|
@@ -1,113 +1,115 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../..
|
3
3
|
specs:
|
4
|
-
inst-jobs (0.
|
5
|
-
after_transaction_commit (
|
4
|
+
inst-jobs (0.13.4)
|
5
|
+
after_transaction_commit (>= 1.0, < 3)
|
6
6
|
rails (>= 4.2)
|
7
7
|
redis (> 3.0)
|
8
8
|
redis-scripting (~> 1.0.1)
|
9
|
-
rufus-scheduler (~> 3.
|
9
|
+
rufus-scheduler (~> 3.4)
|
10
10
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
actioncable (5.0.
|
15
|
-
actionpack (= 5.0.
|
14
|
+
actioncable (5.0.5)
|
15
|
+
actionpack (= 5.0.5)
|
16
16
|
nio4r (>= 1.2, < 3.0)
|
17
17
|
websocket-driver (~> 0.6.1)
|
18
|
-
actionmailer (5.0.
|
19
|
-
actionpack (= 5.0.
|
20
|
-
actionview (= 5.0.
|
21
|
-
activejob (= 5.0.
|
18
|
+
actionmailer (5.0.5)
|
19
|
+
actionpack (= 5.0.5)
|
20
|
+
actionview (= 5.0.5)
|
21
|
+
activejob (= 5.0.5)
|
22
22
|
mail (~> 2.5, >= 2.5.4)
|
23
23
|
rails-dom-testing (~> 2.0)
|
24
|
-
actionpack (5.0.
|
25
|
-
actionview (= 5.0.
|
26
|
-
activesupport (= 5.0.
|
24
|
+
actionpack (5.0.5)
|
25
|
+
actionview (= 5.0.5)
|
26
|
+
activesupport (= 5.0.5)
|
27
27
|
rack (~> 2.0)
|
28
28
|
rack-test (~> 0.6.3)
|
29
29
|
rails-dom-testing (~> 2.0)
|
30
30
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
31
|
-
actionview (5.0.
|
32
|
-
activesupport (= 5.0.
|
31
|
+
actionview (5.0.5)
|
32
|
+
activesupport (= 5.0.5)
|
33
33
|
builder (~> 3.1)
|
34
34
|
erubis (~> 2.7.0)
|
35
35
|
rails-dom-testing (~> 2.0)
|
36
36
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
37
|
-
activejob (5.0.
|
38
|
-
activesupport (= 5.0.
|
37
|
+
activejob (5.0.5)
|
38
|
+
activesupport (= 5.0.5)
|
39
39
|
globalid (>= 0.3.6)
|
40
|
-
activemodel (5.0.
|
41
|
-
activesupport (= 5.0.
|
42
|
-
activerecord (5.0.
|
43
|
-
activemodel (= 5.0.
|
44
|
-
activesupport (= 5.0.
|
40
|
+
activemodel (5.0.5)
|
41
|
+
activesupport (= 5.0.5)
|
42
|
+
activerecord (5.0.5)
|
43
|
+
activemodel (= 5.0.5)
|
44
|
+
activesupport (= 5.0.5)
|
45
45
|
arel (~> 7.0)
|
46
|
-
activesupport (5.0.
|
46
|
+
activesupport (5.0.5)
|
47
47
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
48
48
|
i18n (~> 0.7)
|
49
49
|
minitest (~> 5.1)
|
50
50
|
tzinfo (~> 1.1)
|
51
|
-
after_transaction_commit (
|
52
|
-
activerecord (>=
|
51
|
+
after_transaction_commit (2.0.0)
|
52
|
+
activerecord (>= 5.0)
|
53
53
|
arel (7.1.4)
|
54
|
-
backports (3.
|
54
|
+
backports (3.8.0)
|
55
55
|
builder (3.2.3)
|
56
|
-
bump (0.5.
|
56
|
+
bump (0.5.4)
|
57
57
|
byebug (9.0.6)
|
58
58
|
coderay (1.1.1)
|
59
59
|
concurrent-ruby (1.0.5)
|
60
|
-
database_cleaner (1.
|
60
|
+
database_cleaner (1.6.1)
|
61
61
|
diff-lcs (1.3)
|
62
62
|
erubis (2.7.0)
|
63
|
+
et-orbi (1.0.5)
|
64
|
+
tzinfo
|
63
65
|
globalid (0.4.0)
|
64
66
|
activesupport (>= 4.2.0)
|
65
|
-
i18n (0.8.
|
67
|
+
i18n (0.8.6)
|
66
68
|
loofah (2.0.3)
|
67
69
|
nokogiri (>= 1.5.9)
|
68
|
-
mail (2.6.
|
70
|
+
mail (2.6.6)
|
69
71
|
mime-types (>= 1.16, < 4)
|
70
72
|
method_source (0.8.2)
|
71
73
|
mime-types (3.1)
|
72
74
|
mime-types-data (~> 3.2015)
|
73
75
|
mime-types-data (3.2016.0521)
|
74
|
-
mini_portile2 (2.
|
75
|
-
minitest (5.10.
|
76
|
+
mini_portile2 (2.2.0)
|
77
|
+
minitest (5.10.3)
|
76
78
|
multi_json (1.12.1)
|
77
79
|
mustermann (1.0.0.beta2)
|
78
|
-
nio4r (2.
|
79
|
-
nokogiri (1.
|
80
|
-
mini_portile2 (~> 2.
|
81
|
-
pg (0.
|
80
|
+
nio4r (2.1.0)
|
81
|
+
nokogiri (1.8.0)
|
82
|
+
mini_portile2 (~> 2.2.0)
|
83
|
+
pg (0.21.0)
|
82
84
|
pry (0.10.4)
|
83
85
|
coderay (~> 1.1.0)
|
84
86
|
method_source (~> 0.8.1)
|
85
87
|
slop (~> 3.4)
|
86
|
-
rack (2.0.
|
88
|
+
rack (2.0.3)
|
87
89
|
rack-protection (2.0.0.beta2)
|
88
90
|
rack
|
89
91
|
rack-test (0.6.3)
|
90
92
|
rack (>= 1.0)
|
91
|
-
rails (5.0.
|
92
|
-
actioncable (= 5.0.
|
93
|
-
actionmailer (= 5.0.
|
94
|
-
actionpack (= 5.0.
|
95
|
-
actionview (= 5.0.
|
96
|
-
activejob (= 5.0.
|
97
|
-
activemodel (= 5.0.
|
98
|
-
activerecord (= 5.0.
|
99
|
-
activesupport (= 5.0.
|
100
|
-
bundler (>= 1.3.0
|
101
|
-
railties (= 5.0.
|
93
|
+
rails (5.0.5)
|
94
|
+
actioncable (= 5.0.5)
|
95
|
+
actionmailer (= 5.0.5)
|
96
|
+
actionpack (= 5.0.5)
|
97
|
+
actionview (= 5.0.5)
|
98
|
+
activejob (= 5.0.5)
|
99
|
+
activemodel (= 5.0.5)
|
100
|
+
activerecord (= 5.0.5)
|
101
|
+
activesupport (= 5.0.5)
|
102
|
+
bundler (>= 1.3.0)
|
103
|
+
railties (= 5.0.5)
|
102
104
|
sprockets-rails (>= 2.0.0)
|
103
|
-
rails-dom-testing (2.0.
|
104
|
-
activesupport (>= 4.2.0
|
105
|
-
nokogiri (
|
105
|
+
rails-dom-testing (2.0.3)
|
106
|
+
activesupport (>= 4.2.0)
|
107
|
+
nokogiri (>= 1.6)
|
106
108
|
rails-html-sanitizer (1.0.3)
|
107
109
|
loofah (~> 2.0)
|
108
|
-
railties (5.0.
|
109
|
-
actionpack (= 5.0.
|
110
|
-
activesupport (= 5.0.
|
110
|
+
railties (5.0.5)
|
111
|
+
actionpack (= 5.0.5)
|
112
|
+
activesupport (= 5.0.5)
|
111
113
|
method_source
|
112
114
|
rake (>= 0.8.7)
|
113
115
|
thor (>= 0.18.1, < 2.0)
|
@@ -128,8 +130,8 @@ GEM
|
|
128
130
|
diff-lcs (>= 1.2.0, < 2.0)
|
129
131
|
rspec-support (~> 3.4.0)
|
130
132
|
rspec-support (3.4.1)
|
131
|
-
rufus-scheduler (3.
|
132
|
-
|
133
|
+
rufus-scheduler (3.4.2)
|
134
|
+
et-orbi (~> 1.0)
|
133
135
|
sinatra (2.0.0.beta2)
|
134
136
|
mustermann (= 1.0.0.beta2)
|
135
137
|
rack (~> 2.0)
|
@@ -151,11 +153,9 @@ GEM
|
|
151
153
|
actionpack (>= 4.0)
|
152
154
|
activesupport (>= 4.0)
|
153
155
|
sprockets (>= 3.0.0)
|
154
|
-
test_after_commit (0.4.1)
|
155
|
-
activerecord (>= 3.2)
|
156
156
|
thor (0.19.4)
|
157
157
|
thread_safe (0.3.6)
|
158
|
-
tilt (2.0.
|
158
|
+
tilt (2.0.8)
|
159
159
|
timecop (0.7.1)
|
160
160
|
tzinfo (1.2.3)
|
161
161
|
thread_safe (~> 0.1)
|
@@ -170,7 +170,7 @@ PLATFORMS
|
|
170
170
|
DEPENDENCIES
|
171
171
|
bump
|
172
172
|
byebug
|
173
|
-
database_cleaner (= 1.
|
173
|
+
database_cleaner (= 1.6.1)
|
174
174
|
inst-jobs!
|
175
175
|
pg
|
176
176
|
pry
|
@@ -180,9 +180,8 @@ DEPENDENCIES
|
|
180
180
|
rspec (= 3.4.0)
|
181
181
|
sinatra (= 2.0.0.beta2)
|
182
182
|
sinatra-contrib (= 2.0.0.beta2)
|
183
|
-
test_after_commit (= 0.4.1)
|
184
183
|
timecop (= 0.7.1)
|
185
184
|
wwtd (~> 1.3.0)
|
186
185
|
|
187
186
|
BUNDLED WITH
|
188
|
-
1.
|
187
|
+
1.15.3
|
@@ -0,0 +1,187 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ../..
|
3
|
+
specs:
|
4
|
+
inst-jobs (0.13.3)
|
5
|
+
after_transaction_commit (~> 1.0)
|
6
|
+
rails (>= 4.2)
|
7
|
+
redis (> 3.0)
|
8
|
+
redis-scripting (~> 1.0.1)
|
9
|
+
rufus-scheduler (~> 3.4)
|
10
|
+
|
11
|
+
GEM
|
12
|
+
remote: https://rubygems.org/
|
13
|
+
specs:
|
14
|
+
actioncable (5.1.1)
|
15
|
+
actionpack (= 5.1.1)
|
16
|
+
nio4r (~> 2.0)
|
17
|
+
websocket-driver (~> 0.6.1)
|
18
|
+
actionmailer (5.1.1)
|
19
|
+
actionpack (= 5.1.1)
|
20
|
+
actionview (= 5.1.1)
|
21
|
+
activejob (= 5.1.1)
|
22
|
+
mail (~> 2.5, >= 2.5.4)
|
23
|
+
rails-dom-testing (~> 2.0)
|
24
|
+
actionpack (5.1.1)
|
25
|
+
actionview (= 5.1.1)
|
26
|
+
activesupport (= 5.1.1)
|
27
|
+
rack (~> 2.0)
|
28
|
+
rack-test (~> 0.6.3)
|
29
|
+
rails-dom-testing (~> 2.0)
|
30
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
31
|
+
actionview (5.1.1)
|
32
|
+
activesupport (= 5.1.1)
|
33
|
+
builder (~> 3.1)
|
34
|
+
erubi (~> 1.4)
|
35
|
+
rails-dom-testing (~> 2.0)
|
36
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
37
|
+
activejob (5.1.1)
|
38
|
+
activesupport (= 5.1.1)
|
39
|
+
globalid (>= 0.3.6)
|
40
|
+
activemodel (5.1.1)
|
41
|
+
activesupport (= 5.1.1)
|
42
|
+
activerecord (5.1.1)
|
43
|
+
activemodel (= 5.1.1)
|
44
|
+
activesupport (= 5.1.1)
|
45
|
+
arel (~> 8.0)
|
46
|
+
activesupport (5.1.1)
|
47
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
48
|
+
i18n (~> 0.7)
|
49
|
+
minitest (~> 5.1)
|
50
|
+
tzinfo (~> 1.1)
|
51
|
+
after_transaction_commit (1.1.2)
|
52
|
+
activerecord (>= 4.0)
|
53
|
+
arel (8.0.0)
|
54
|
+
backports (3.7.0)
|
55
|
+
builder (3.2.3)
|
56
|
+
bump (0.5.3)
|
57
|
+
byebug (9.0.6)
|
58
|
+
coderay (1.1.1)
|
59
|
+
concurrent-ruby (1.0.5)
|
60
|
+
database_cleaner (1.6.1)
|
61
|
+
diff-lcs (1.3)
|
62
|
+
erubi (1.6.0)
|
63
|
+
et-orbi (1.0.3)
|
64
|
+
tzinfo
|
65
|
+
globalid (0.4.0)
|
66
|
+
activesupport (>= 4.2.0)
|
67
|
+
i18n (0.8.4)
|
68
|
+
loofah (2.0.3)
|
69
|
+
nokogiri (>= 1.5.9)
|
70
|
+
mail (2.6.6)
|
71
|
+
mime-types (>= 1.16, < 4)
|
72
|
+
method_source (0.8.2)
|
73
|
+
mime-types (3.1)
|
74
|
+
mime-types-data (~> 3.2015)
|
75
|
+
mime-types-data (3.2016.0521)
|
76
|
+
mini_portile2 (2.2.0)
|
77
|
+
minitest (5.10.2)
|
78
|
+
multi_json (1.12.1)
|
79
|
+
mustermann (1.0.0.beta2)
|
80
|
+
nio4r (2.1.0)
|
81
|
+
nokogiri (1.8.0)
|
82
|
+
mini_portile2 (~> 2.2.0)
|
83
|
+
pg (0.21.0)
|
84
|
+
pry (0.10.4)
|
85
|
+
coderay (~> 1.1.0)
|
86
|
+
method_source (~> 0.8.1)
|
87
|
+
slop (~> 3.4)
|
88
|
+
rack (2.0.3)
|
89
|
+
rack-protection (2.0.0.beta2)
|
90
|
+
rack
|
91
|
+
rack-test (0.6.3)
|
92
|
+
rack (>= 1.0)
|
93
|
+
rails (5.1.1)
|
94
|
+
actioncable (= 5.1.1)
|
95
|
+
actionmailer (= 5.1.1)
|
96
|
+
actionpack (= 5.1.1)
|
97
|
+
actionview (= 5.1.1)
|
98
|
+
activejob (= 5.1.1)
|
99
|
+
activemodel (= 5.1.1)
|
100
|
+
activerecord (= 5.1.1)
|
101
|
+
activesupport (= 5.1.1)
|
102
|
+
bundler (>= 1.3.0, < 2.0)
|
103
|
+
railties (= 5.1.1)
|
104
|
+
sprockets-rails (>= 2.0.0)
|
105
|
+
rails-dom-testing (2.0.3)
|
106
|
+
activesupport (>= 4.2.0)
|
107
|
+
nokogiri (>= 1.6)
|
108
|
+
rails-html-sanitizer (1.0.3)
|
109
|
+
loofah (~> 2.0)
|
110
|
+
railties (5.1.1)
|
111
|
+
actionpack (= 5.1.1)
|
112
|
+
activesupport (= 5.1.1)
|
113
|
+
method_source
|
114
|
+
rake (>= 0.8.7)
|
115
|
+
thor (>= 0.18.1, < 2.0)
|
116
|
+
rake (12.0.0)
|
117
|
+
redis (3.3.3)
|
118
|
+
redis-scripting (1.0.1)
|
119
|
+
redis (>= 3.0)
|
120
|
+
rspec (3.4.0)
|
121
|
+
rspec-core (~> 3.4.0)
|
122
|
+
rspec-expectations (~> 3.4.0)
|
123
|
+
rspec-mocks (~> 3.4.0)
|
124
|
+
rspec-core (3.4.4)
|
125
|
+
rspec-support (~> 3.4.0)
|
126
|
+
rspec-expectations (3.4.0)
|
127
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
128
|
+
rspec-support (~> 3.4.0)
|
129
|
+
rspec-mocks (3.4.1)
|
130
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
131
|
+
rspec-support (~> 3.4.0)
|
132
|
+
rspec-support (3.4.1)
|
133
|
+
rufus-scheduler (3.4.0)
|
134
|
+
et-orbi (~> 1.0)
|
135
|
+
sinatra (2.0.0.beta2)
|
136
|
+
mustermann (= 1.0.0.beta2)
|
137
|
+
rack (~> 2.0)
|
138
|
+
rack-protection (= 2.0.0.beta2)
|
139
|
+
tilt (~> 2.0)
|
140
|
+
sinatra-contrib (2.0.0.beta2)
|
141
|
+
backports (>= 2.0)
|
142
|
+
multi_json
|
143
|
+
mustermann (= 1.0.0.beta2)
|
144
|
+
rack-protection (= 2.0.0.beta2)
|
145
|
+
rack-test
|
146
|
+
sinatra (= 2.0.0.beta2)
|
147
|
+
tilt (>= 1.3, < 3)
|
148
|
+
slop (3.6.0)
|
149
|
+
sprockets (3.7.1)
|
150
|
+
concurrent-ruby (~> 1.0)
|
151
|
+
rack (> 1, < 3)
|
152
|
+
sprockets-rails (3.2.0)
|
153
|
+
actionpack (>= 4.0)
|
154
|
+
activesupport (>= 4.0)
|
155
|
+
sprockets (>= 3.0.0)
|
156
|
+
thor (0.19.4)
|
157
|
+
thread_safe (0.3.6)
|
158
|
+
tilt (2.0.7)
|
159
|
+
timecop (0.7.1)
|
160
|
+
tzinfo (1.2.3)
|
161
|
+
thread_safe (~> 0.1)
|
162
|
+
websocket-driver (0.6.5)
|
163
|
+
websocket-extensions (>= 0.1.0)
|
164
|
+
websocket-extensions (0.1.2)
|
165
|
+
wwtd (1.3.0)
|
166
|
+
|
167
|
+
PLATFORMS
|
168
|
+
ruby
|
169
|
+
|
170
|
+
DEPENDENCIES
|
171
|
+
bump
|
172
|
+
byebug
|
173
|
+
database_cleaner (= 1.6.1)
|
174
|
+
inst-jobs!
|
175
|
+
pg
|
176
|
+
pry
|
177
|
+
rack-test
|
178
|
+
rails (~> 5.1.0)
|
179
|
+
rake
|
180
|
+
rspec (= 3.4.0)
|
181
|
+
sinatra (= 2.0.0.beta2)
|
182
|
+
sinatra-contrib (= 2.0.0.beta2)
|
183
|
+
timecop (= 0.7.1)
|
184
|
+
wwtd (~> 1.3.0)
|
185
|
+
|
186
|
+
BUNDLED WITH
|
187
|
+
1.14.6
|
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: inst-jobs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.14.
|
4
|
+
version: 0.14.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tobias Luetke
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-
|
12
|
+
date: 2018-03-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activerecord
|
@@ -404,6 +404,7 @@ files:
|
|
404
404
|
- spec/gemfiles/50.gemfile
|
405
405
|
- spec/gemfiles/50.gemfile.lock
|
406
406
|
- spec/gemfiles/51.gemfile
|
407
|
+
- spec/gemfiles/51.gemfile.lock
|
407
408
|
- spec/migrate/20140924140513_add_story_table.rb
|
408
409
|
- spec/redis_job_spec.rb
|
409
410
|
- spec/sample_jobs.rb
|
@@ -434,36 +435,37 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
434
435
|
version: '0'
|
435
436
|
requirements: []
|
436
437
|
rubyforge_project:
|
437
|
-
rubygems_version: 2.
|
438
|
+
rubygems_version: 2.7.3
|
438
439
|
signing_key:
|
439
440
|
specification_version: 4
|
440
441
|
summary: Instructure-maintained fork of delayed_job
|
441
442
|
test_files:
|
442
|
-
- spec/
|
443
|
+
- spec/sample_jobs.rb
|
444
|
+
- spec/spec_helper.rb
|
445
|
+
- spec/redis_job_spec.rb
|
446
|
+
- spec/gemfiles/51.gemfile.lock
|
447
|
+
- spec/gemfiles/42.gemfile.lock
|
448
|
+
- spec/gemfiles/50.gemfile.lock
|
449
|
+
- spec/gemfiles/42.gemfile
|
450
|
+
- spec/gemfiles/50.gemfile
|
451
|
+
- spec/gemfiles/51.gemfile
|
452
|
+
- spec/shared_jobs_specs.rb
|
453
|
+
- spec/shared/performable_method.rb
|
454
|
+
- spec/shared/testing.rb
|
455
|
+
- spec/shared/delayed_batch.rb
|
456
|
+
- spec/shared/worker.rb
|
457
|
+
- spec/shared/delayed_method.rb
|
458
|
+
- spec/shared/shared_backend.rb
|
459
|
+
- spec/migrate/20140924140513_add_story_table.rb
|
460
|
+
- spec/delayed/server_spec.rb
|
443
461
|
- spec/delayed/cli_spec.rb
|
444
462
|
- spec/delayed/daemon_spec.rb
|
445
|
-
- spec/delayed/
|
463
|
+
- spec/delayed/worker_spec.rb
|
446
464
|
- spec/delayed/settings_spec.rb
|
447
465
|
- spec/delayed/work_queue/in_process_spec.rb
|
466
|
+
- spec/delayed/work_queue/parent_process_spec.rb
|
448
467
|
- spec/delayed/work_queue/parent_process/client_spec.rb
|
449
468
|
- spec/delayed/work_queue/parent_process/server_spec.rb
|
450
|
-
- spec/delayed/work_queue/parent_process_spec.rb
|
451
|
-
- spec/delayed/worker/consul_health_check_spec.rb
|
452
469
|
- spec/delayed/worker/health_check_spec.rb
|
453
|
-
- spec/delayed/
|
454
|
-
- spec/
|
455
|
-
- spec/gemfiles/42.gemfile.lock
|
456
|
-
- spec/gemfiles/50.gemfile
|
457
|
-
- spec/gemfiles/50.gemfile.lock
|
458
|
-
- spec/gemfiles/51.gemfile
|
459
|
-
- spec/migrate/20140924140513_add_story_table.rb
|
460
|
-
- spec/redis_job_spec.rb
|
461
|
-
- spec/sample_jobs.rb
|
462
|
-
- spec/shared/delayed_batch.rb
|
463
|
-
- spec/shared/delayed_method.rb
|
464
|
-
- spec/shared/performable_method.rb
|
465
|
-
- spec/shared/shared_backend.rb
|
466
|
-
- spec/shared/testing.rb
|
467
|
-
- spec/shared/worker.rb
|
468
|
-
- spec/shared_jobs_specs.rb
|
469
|
-
- spec/spec_helper.rb
|
470
|
+
- spec/delayed/worker/consul_health_check_spec.rb
|
471
|
+
- spec/active_record_job_spec.rb
|