canvas-jobs 0.9.14 → 0.9.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd2ac418daa325d715cb4388d48f7f08c44fdea2
4
- data.tar.gz: 4cc439b8bea527dd524c45e5e82186af2d5352c0
3
+ metadata.gz: 089d54bcaa6fd72c6cb4ac2b682ffb1d77951c98
4
+ data.tar.gz: 07835003745259e07f104071ea12bdcdc10bad08
5
5
  SHA512:
6
- metadata.gz: 6daa755b75bbc555e0d87e6e7a6905462e3bf71ed64a238e99cec05cf583febd53f3d85429afafb2d9247f817302806179ab5444da2f0529571ff9991b2c64fa
7
- data.tar.gz: 55148fbafe336859c77fce7df57da578653acd15b18f0141c8a8f13817ca23ff9685221b0d0cff758469bc62ff055aef010e298504321153c62830aa84e752eb
6
+ metadata.gz: bc0ebc0109b69dc13937cba6d0c17cdfb20fbee9716852a9dc41692eb55afd47439f22f1ec6ad0ccb06a309e965407a29c0cb171aaad89eed79a6ca69c847118
7
+ data.tar.gz: 94000941a93a244da58d12ec202e95d4f3d93bc3df7d6dcf5ae3f416654da68caf581191c372c48b992487d3533238ac13d76310dd4691bae32271510d7d445b
@@ -144,7 +144,7 @@ module Delayed
144
144
  begin
145
145
  obj = payload_object
146
146
  obj.on_failure(error) if obj && obj.respond_to?(:on_failure)
147
- rescue DeserializationError
147
+ rescue
148
148
  # don't allow a failed deserialization to prevent rescheduling
149
149
  end
150
150
 
@@ -1,3 +1,3 @@
1
1
  module Delayed
2
- VERSION = "0.9.14"
2
+ VERSION = "0.9.15"
3
3
  end
@@ -1,22 +1,22 @@
1
1
  PATH
2
- remote: /Users/tpickett/src/canvas-jobs
2
+ remote: ../../
3
3
  specs:
4
- canvas-jobs (0.9.13)
4
+ canvas-jobs (0.9.7)
5
5
  after_transaction_commit (= 1.0.1)
6
6
  rails (>= 3.2)
7
7
  redis (> 3.0)
8
- redis-scripting (~> 1.0.1)
9
- rufus-scheduler (~> 3.1.2)
8
+ redis-scripting (= 1.0.1)
9
+ rufus-scheduler (= 2.0.6)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actionmailer (3.2.22)
15
- actionpack (= 3.2.22)
14
+ actionmailer (3.2.19)
15
+ actionpack (= 3.2.19)
16
16
  mail (~> 2.5.4)
17
- actionpack (3.2.22)
18
- activemodel (= 3.2.22)
19
- activesupport (= 3.2.22)
17
+ actionpack (3.2.19)
18
+ activemodel (= 3.2.19)
19
+ activesupport (= 3.2.19)
20
20
  builder (~> 3.0.0)
21
21
  erubis (~> 2.7.0)
22
22
  journey (~> 1.0.4)
@@ -24,71 +24,71 @@ GEM
24
24
  rack-cache (~> 1.2)
25
25
  rack-test (~> 0.6.1)
26
26
  sprockets (~> 2.2.1)
27
- activemodel (3.2.22)
28
- activesupport (= 3.2.22)
27
+ activemodel (3.2.19)
28
+ activesupport (= 3.2.19)
29
29
  builder (~> 3.0.0)
30
- activerecord (3.2.22)
31
- activemodel (= 3.2.22)
32
- activesupport (= 3.2.22)
30
+ activerecord (3.2.19)
31
+ activemodel (= 3.2.19)
32
+ activesupport (= 3.2.19)
33
33
  arel (~> 3.0.2)
34
34
  tzinfo (~> 0.3.29)
35
- activeresource (3.2.22)
36
- activemodel (= 3.2.22)
37
- activesupport (= 3.2.22)
38
- activesupport (3.2.22)
35
+ activeresource (3.2.19)
36
+ activemodel (= 3.2.19)
37
+ activesupport (= 3.2.19)
38
+ activesupport (3.2.19)
39
39
  i18n (~> 0.6, >= 0.6.4)
40
40
  multi_json (~> 1.0)
41
41
  after_transaction_commit (1.0.1)
42
42
  activerecord (>= 3.2)
43
43
  arel (3.0.3)
44
- builder (3.0.4)
45
- bump (0.5.2)
44
+ builder (3.0.0)
45
+ bump (0.5.0)
46
46
  coderay (1.1.0)
47
47
  database_cleaner (1.3.0)
48
48
  diff-lcs (1.2.5)
49
49
  erubis (2.7.0)
50
50
  hike (1.2.3)
51
- i18n (0.7.0)
51
+ i18n (0.6.11)
52
52
  journey (1.0.4)
53
- json (1.8.3)
53
+ json (1.8.1)
54
54
  mail (2.5.4)
55
55
  mime-types (~> 1.16)
56
56
  treetop (~> 1.4.8)
57
57
  method_source (0.8.2)
58
58
  mime-types (1.25.1)
59
- multi_json (1.11.2)
60
- pg (0.18.1)
59
+ multi_json (1.10.1)
60
+ pg (0.17.1)
61
61
  polyglot (0.3.5)
62
62
  pry (0.10.1)
63
63
  coderay (~> 1.1.0)
64
64
  method_source (~> 0.8.1)
65
65
  slop (~> 3.4)
66
- rack (1.4.7)
66
+ rack (1.4.5)
67
67
  rack-cache (1.2)
68
68
  rack (>= 0.4)
69
69
  rack-ssl (1.3.4)
70
70
  rack
71
- rack-test (0.6.3)
71
+ rack-test (0.6.2)
72
72
  rack (>= 1.0)
73
- rails (3.2.22)
74
- actionmailer (= 3.2.22)
75
- actionpack (= 3.2.22)
76
- activerecord (= 3.2.22)
77
- activeresource (= 3.2.22)
78
- activesupport (= 3.2.22)
73
+ rails (3.2.19)
74
+ actionmailer (= 3.2.19)
75
+ actionpack (= 3.2.19)
76
+ activerecord (= 3.2.19)
77
+ activeresource (= 3.2.19)
78
+ activesupport (= 3.2.19)
79
79
  bundler (~> 1.0)
80
- railties (= 3.2.22)
81
- railties (3.2.22)
82
- actionpack (= 3.2.22)
83
- activesupport (= 3.2.22)
80
+ railties (= 3.2.19)
81
+ railties (3.2.19)
82
+ actionpack (= 3.2.19)
83
+ activesupport (= 3.2.19)
84
84
  rack-ssl (~> 1.3.2)
85
85
  rake (>= 0.8.7)
86
86
  rdoc (~> 3.4)
87
87
  thor (>= 0.14.6, < 2.0)
88
- rake (10.4.2)
89
- rdoc (3.12.2)
88
+ rake (10.3.2)
89
+ rdoc (3.12)
90
90
  json (~> 1.4)
91
- redis (3.2.1)
91
+ redis (3.1.0)
92
92
  redis-scripting (1.0.1)
93
93
  redis (>= 3.0)
94
94
  rspec (3.1.0)
@@ -103,15 +103,15 @@ GEM
103
103
  rspec-mocks (3.1.3)
104
104
  rspec-support (~> 3.1.0)
105
105
  rspec-support (3.1.2)
106
- rufus-scheduler (3.1.3)
106
+ rufus-scheduler (2.0.6)
107
107
  slop (3.6.0)
108
- sprockets (2.2.3)
108
+ sprockets (2.2.2)
109
109
  hike (~> 1.2)
110
110
  multi_json (~> 1.0)
111
111
  rack (~> 1.0)
112
112
  tilt (~> 1.1, != 1.3.0)
113
- syck (1.0.5)
114
- test_after_commit (0.4.1)
113
+ syck (1.0.3)
114
+ test_after_commit (0.4.0)
115
115
  activerecord (>= 3.2)
116
116
  thor (0.19.1)
117
117
  tilt (1.4.1)
@@ -119,8 +119,8 @@ GEM
119
119
  treetop (1.4.15)
120
120
  polyglot
121
121
  polyglot (>= 0.3.1)
122
- tzinfo (0.3.44)
123
- wwtd (0.7.0)
122
+ tzinfo (0.3.39)
123
+ wwtd (0.5.5)
124
124
 
125
125
  PLATFORMS
126
126
  ruby
@@ -128,13 +128,13 @@ PLATFORMS
128
128
  DEPENDENCIES
129
129
  bump
130
130
  canvas-jobs!
131
- database_cleaner (= 1.3.0)
131
+ database_cleaner
132
132
  pg
133
133
  pry
134
134
  rails (~> 3.2.19)
135
135
  rake
136
- rspec (= 3.1.0)
136
+ rspec
137
137
  syck
138
- test_after_commit (= 0.4.1)
139
- timecop (= 0.7.1)
140
- wwtd (= 0.7.0)
138
+ test_after_commit
139
+ timecop
140
+ wwtd
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: canvas-jobs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.14
4
+ version: 0.9.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Luetke
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-07-24 00:00:00.000000000 Z
12
+ date: 2015-08-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: after_transaction_commit
@@ -312,17 +312,13 @@ files:
312
312
  - lib/delayed_job.rb
313
313
  - spec/active_record_job_spec.rb
314
314
  - spec/delayed/pool_spec.rb
315
- - spec/delayed/server/helpers_spec.rb
316
315
  - spec/delayed/server_spec.rb
317
316
  - spec/delayed/worker_spec.rb
318
317
  - spec/gemfiles/32.gemfile
319
318
  - spec/gemfiles/32.gemfile.lock
320
319
  - spec/gemfiles/40.gemfile
321
- - spec/gemfiles/40.gemfile.lock
322
320
  - spec/gemfiles/41.gemfile
323
- - spec/gemfiles/41.gemfile.lock
324
321
  - spec/gemfiles/42.gemfile
325
- - spec/gemfiles/42.gemfile.lock
326
322
  - spec/migrate/20140924140513_add_story_table.rb
327
323
  - spec/redis_job_spec.rb
328
324
  - spec/sample_jobs.rb
@@ -360,17 +356,13 @@ summary: Instructure-maintained fork of delayed_job
360
356
  test_files:
361
357
  - spec/active_record_job_spec.rb
362
358
  - spec/delayed/pool_spec.rb
363
- - spec/delayed/server/helpers_spec.rb
364
359
  - spec/delayed/server_spec.rb
365
360
  - spec/delayed/worker_spec.rb
366
361
  - spec/gemfiles/32.gemfile
367
362
  - spec/gemfiles/32.gemfile.lock
368
363
  - spec/gemfiles/40.gemfile
369
- - spec/gemfiles/40.gemfile.lock
370
364
  - spec/gemfiles/41.gemfile
371
- - spec/gemfiles/41.gemfile.lock
372
365
  - spec/gemfiles/42.gemfile
373
- - spec/gemfiles/42.gemfile.lock
374
366
  - spec/migrate/20140924140513_add_story_table.rb
375
367
  - spec/redis_job_spec.rb
376
368
  - spec/sample_jobs.rb
@@ -1,128 +0,0 @@
1
- PATH
2
- remote: /Users/tpickett/src/canvas-jobs
3
- specs:
4
- canvas-jobs (0.9.13)
5
- after_transaction_commit (= 1.0.1)
6
- rails (>= 3.2)
7
- redis (> 3.0)
8
- redis-scripting (~> 1.0.1)
9
- rufus-scheduler (~> 3.1.2)
10
-
11
- GEM
12
- remote: https://rubygems.org/
13
- specs:
14
- actionmailer (4.0.13)
15
- actionpack (= 4.0.13)
16
- mail (~> 2.5, >= 2.5.4)
17
- actionpack (4.0.13)
18
- activesupport (= 4.0.13)
19
- builder (~> 3.1.0)
20
- erubis (~> 2.7.0)
21
- rack (~> 1.5.2)
22
- rack-test (~> 0.6.2)
23
- activemodel (4.0.13)
24
- activesupport (= 4.0.13)
25
- builder (~> 3.1.0)
26
- activerecord (4.0.13)
27
- activemodel (= 4.0.13)
28
- activerecord-deprecated_finders (~> 1.0.2)
29
- activesupport (= 4.0.13)
30
- arel (~> 4.0.0)
31
- activerecord-deprecated_finders (1.0.4)
32
- activesupport (4.0.13)
33
- i18n (~> 0.6, >= 0.6.9)
34
- minitest (~> 4.2)
35
- multi_json (~> 1.3)
36
- thread_safe (~> 0.1)
37
- tzinfo (~> 0.3.37)
38
- after_transaction_commit (1.0.1)
39
- activerecord (>= 3.2)
40
- arel (4.0.2)
41
- builder (3.1.4)
42
- bump (0.5.2)
43
- coderay (1.1.0)
44
- database_cleaner (1.3.0)
45
- diff-lcs (1.2.5)
46
- erubis (2.7.0)
47
- hike (1.2.3)
48
- i18n (0.7.0)
49
- mail (2.6.3)
50
- mime-types (>= 1.16, < 3)
51
- method_source (0.8.2)
52
- mime-types (2.4.3)
53
- minitest (4.7.5)
54
- multi_json (1.11.0)
55
- pg (0.18.1)
56
- pry (0.10.1)
57
- coderay (~> 1.1.0)
58
- method_source (~> 0.8.1)
59
- slop (~> 3.4)
60
- rack (1.5.2)
61
- rack-test (0.6.3)
62
- rack (>= 1.0)
63
- rails (4.0.13)
64
- actionmailer (= 4.0.13)
65
- actionpack (= 4.0.13)
66
- activerecord (= 4.0.13)
67
- activesupport (= 4.0.13)
68
- bundler (>= 1.3.0, < 2.0)
69
- railties (= 4.0.13)
70
- sprockets-rails (~> 2.0)
71
- railties (4.0.13)
72
- actionpack (= 4.0.13)
73
- activesupport (= 4.0.13)
74
- rake (>= 0.8.7)
75
- thor (>= 0.18.1, < 2.0)
76
- rake (10.4.2)
77
- redis (3.2.1)
78
- redis-scripting (1.0.1)
79
- redis (>= 3.0)
80
- rspec (3.1.0)
81
- rspec-core (~> 3.1.0)
82
- rspec-expectations (~> 3.1.0)
83
- rspec-mocks (~> 3.1.0)
84
- rspec-core (3.1.7)
85
- rspec-support (~> 3.1.0)
86
- rspec-expectations (3.1.2)
87
- diff-lcs (>= 1.2.0, < 2.0)
88
- rspec-support (~> 3.1.0)
89
- rspec-mocks (3.1.3)
90
- rspec-support (~> 3.1.0)
91
- rspec-support (3.1.2)
92
- rufus-scheduler (3.1.3)
93
- slop (3.6.0)
94
- sprockets (2.12.3)
95
- hike (~> 1.2)
96
- multi_json (~> 1.0)
97
- rack (~> 1.0)
98
- tilt (~> 1.1, != 1.3.0)
99
- sprockets-rails (2.2.4)
100
- actionpack (>= 3.0)
101
- activesupport (>= 3.0)
102
- sprockets (>= 2.8, < 4.0)
103
- syck (1.0.5)
104
- test_after_commit (0.4.1)
105
- activerecord (>= 3.2)
106
- thor (0.19.1)
107
- thread_safe (0.3.5)
108
- tilt (1.4.1)
109
- timecop (0.7.1)
110
- tzinfo (0.3.43)
111
- wwtd (0.7.0)
112
-
113
- PLATFORMS
114
- ruby
115
-
116
- DEPENDENCIES
117
- bump
118
- canvas-jobs!
119
- database_cleaner (= 1.3.0)
120
- pg
121
- pry
122
- rails (~> 4.0.10)
123
- rake
124
- rspec (= 3.1.0)
125
- syck
126
- test_after_commit (= 0.4.1)
127
- timecop (= 0.7.1)
128
- wwtd (= 0.7.0)
@@ -1,134 +0,0 @@
1
- PATH
2
- remote: /Users/tpickett/src/canvas-jobs
3
- specs:
4
- canvas-jobs (0.9.13)
5
- after_transaction_commit (= 1.0.1)
6
- rails (>= 3.2)
7
- redis (> 3.0)
8
- redis-scripting (~> 1.0.1)
9
- rufus-scheduler (~> 3.1.2)
10
-
11
- GEM
12
- remote: https://rubygems.org/
13
- specs:
14
- actionmailer (4.1.10)
15
- actionpack (= 4.1.10)
16
- actionview (= 4.1.10)
17
- mail (~> 2.5, >= 2.5.4)
18
- actionpack (4.1.10)
19
- actionview (= 4.1.10)
20
- activesupport (= 4.1.10)
21
- rack (~> 1.5.2)
22
- rack-test (~> 0.6.2)
23
- actionview (4.1.10)
24
- activesupport (= 4.1.10)
25
- builder (~> 3.1)
26
- erubis (~> 2.7.0)
27
- activemodel (4.1.10)
28
- activesupport (= 4.1.10)
29
- builder (~> 3.1)
30
- activerecord (4.1.10)
31
- activemodel (= 4.1.10)
32
- activesupport (= 4.1.10)
33
- arel (~> 5.0.0)
34
- activesupport (4.1.10)
35
- i18n (~> 0.6, >= 0.6.9)
36
- json (~> 1.7, >= 1.7.7)
37
- minitest (~> 5.1)
38
- thread_safe (~> 0.1)
39
- tzinfo (~> 1.1)
40
- after_transaction_commit (1.0.1)
41
- activerecord (>= 3.2)
42
- arel (5.0.1.20140414130214)
43
- builder (3.2.2)
44
- bump (0.5.2)
45
- coderay (1.1.0)
46
- database_cleaner (1.3.0)
47
- diff-lcs (1.2.5)
48
- erubis (2.7.0)
49
- hike (1.2.3)
50
- i18n (0.7.0)
51
- json (1.8.2)
52
- mail (2.6.3)
53
- mime-types (>= 1.16, < 3)
54
- method_source (0.8.2)
55
- mime-types (2.4.3)
56
- minitest (5.5.1)
57
- multi_json (1.11.0)
58
- pg (0.18.1)
59
- pry (0.10.1)
60
- coderay (~> 1.1.0)
61
- method_source (~> 0.8.1)
62
- slop (~> 3.4)
63
- rack (1.5.2)
64
- rack-test (0.6.3)
65
- rack (>= 1.0)
66
- rails (4.1.10)
67
- actionmailer (= 4.1.10)
68
- actionpack (= 4.1.10)
69
- actionview (= 4.1.10)
70
- activemodel (= 4.1.10)
71
- activerecord (= 4.1.10)
72
- activesupport (= 4.1.10)
73
- bundler (>= 1.3.0, < 2.0)
74
- railties (= 4.1.10)
75
- sprockets-rails (~> 2.0)
76
- railties (4.1.10)
77
- actionpack (= 4.1.10)
78
- activesupport (= 4.1.10)
79
- rake (>= 0.8.7)
80
- thor (>= 0.18.1, < 2.0)
81
- rake (10.4.2)
82
- redis (3.2.1)
83
- redis-scripting (1.0.1)
84
- redis (>= 3.0)
85
- rspec (3.1.0)
86
- rspec-core (~> 3.1.0)
87
- rspec-expectations (~> 3.1.0)
88
- rspec-mocks (~> 3.1.0)
89
- rspec-core (3.1.7)
90
- rspec-support (~> 3.1.0)
91
- rspec-expectations (3.1.2)
92
- diff-lcs (>= 1.2.0, < 2.0)
93
- rspec-support (~> 3.1.0)
94
- rspec-mocks (3.1.3)
95
- rspec-support (~> 3.1.0)
96
- rspec-support (3.1.2)
97
- rufus-scheduler (3.1.3)
98
- slop (3.6.0)
99
- sprockets (2.12.3)
100
- hike (~> 1.2)
101
- multi_json (~> 1.0)
102
- rack (~> 1.0)
103
- tilt (~> 1.1, != 1.3.0)
104
- sprockets-rails (2.2.4)
105
- actionpack (>= 3.0)
106
- activesupport (>= 3.0)
107
- sprockets (>= 2.8, < 4.0)
108
- syck (1.0.5)
109
- test_after_commit (0.4.1)
110
- activerecord (>= 3.2)
111
- thor (0.19.1)
112
- thread_safe (0.3.5)
113
- tilt (1.4.1)
114
- timecop (0.7.1)
115
- tzinfo (1.2.2)
116
- thread_safe (~> 0.1)
117
- wwtd (0.7.0)
118
-
119
- PLATFORMS
120
- ruby
121
-
122
- DEPENDENCIES
123
- bump
124
- canvas-jobs!
125
- database_cleaner (= 1.3.0)
126
- pg
127
- pry
128
- rails (~> 4.1.6)
129
- rake
130
- rspec (= 3.1.0)
131
- syck
132
- test_after_commit (= 0.4.1)
133
- timecop (= 0.7.1)
134
- wwtd (= 0.7.0)
@@ -1,153 +0,0 @@
1
- PATH
2
- remote: ../../
3
- specs:
4
- canvas-jobs (0.9.13)
5
- after_transaction_commit (= 1.0.1)
6
- rails (>= 3.2)
7
- redis (> 3.0)
8
- redis-scripting (~> 1.0.1)
9
- rufus-scheduler (~> 3.1.2)
10
-
11
- GEM
12
- remote: https://rubygems.org/
13
- specs:
14
- actionmailer (4.2.3)
15
- actionpack (= 4.2.3)
16
- actionview (= 4.2.3)
17
- activejob (= 4.2.3)
18
- mail (~> 2.5, >= 2.5.4)
19
- rails-dom-testing (~> 1.0, >= 1.0.5)
20
- actionpack (4.2.3)
21
- actionview (= 4.2.3)
22
- activesupport (= 4.2.3)
23
- rack (~> 1.6)
24
- rack-test (~> 0.6.2)
25
- rails-dom-testing (~> 1.0, >= 1.0.5)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (4.2.3)
28
- activesupport (= 4.2.3)
29
- builder (~> 3.1)
30
- erubis (~> 2.7.0)
31
- rails-dom-testing (~> 1.0, >= 1.0.5)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
33
- activejob (4.2.3)
34
- activesupport (= 4.2.3)
35
- globalid (>= 0.3.0)
36
- activemodel (4.2.3)
37
- activesupport (= 4.2.3)
38
- builder (~> 3.1)
39
- activerecord (4.2.3)
40
- activemodel (= 4.2.3)
41
- activesupport (= 4.2.3)
42
- arel (~> 6.0)
43
- activesupport (4.2.3)
44
- i18n (~> 0.7)
45
- json (~> 1.7, >= 1.7.7)
46
- minitest (~> 5.1)
47
- thread_safe (~> 0.3, >= 0.3.4)
48
- tzinfo (~> 1.1)
49
- after_transaction_commit (1.0.1)
50
- activerecord (>= 3.2)
51
- arel (6.0.0)
52
- builder (3.2.2)
53
- bump (0.5.2)
54
- coderay (1.1.0)
55
- database_cleaner (1.3.0)
56
- diff-lcs (1.2.5)
57
- erubis (2.7.0)
58
- globalid (0.3.5)
59
- activesupport (>= 4.1.0)
60
- i18n (0.7.0)
61
- json (1.8.3)
62
- loofah (2.0.2)
63
- nokogiri (>= 1.5.9)
64
- mail (2.6.3)
65
- mime-types (>= 1.16, < 3)
66
- method_source (0.8.2)
67
- mime-types (2.6.1)
68
- mini_portile (0.6.2)
69
- minitest (5.7.0)
70
- nokogiri (1.6.6.2)
71
- mini_portile (~> 0.6.0)
72
- pg (0.18.2)
73
- pry (0.10.1)
74
- coderay (~> 1.1.0)
75
- method_source (~> 0.8.1)
76
- slop (~> 3.4)
77
- rack (1.6.4)
78
- rack-test (0.6.3)
79
- rack (>= 1.0)
80
- rails (4.2.3)
81
- actionmailer (= 4.2.3)
82
- actionpack (= 4.2.3)
83
- actionview (= 4.2.3)
84
- activejob (= 4.2.3)
85
- activemodel (= 4.2.3)
86
- activerecord (= 4.2.3)
87
- activesupport (= 4.2.3)
88
- bundler (>= 1.3.0, < 2.0)
89
- railties (= 4.2.3)
90
- sprockets-rails
91
- rails-deprecated_sanitizer (1.0.3)
92
- activesupport (>= 4.2.0.alpha)
93
- rails-dom-testing (1.0.6)
94
- activesupport (>= 4.2.0.beta, < 5.0)
95
- nokogiri (~> 1.6.0)
96
- rails-deprecated_sanitizer (>= 1.0.1)
97
- rails-html-sanitizer (1.0.2)
98
- loofah (~> 2.0)
99
- railties (4.2.3)
100
- actionpack (= 4.2.3)
101
- activesupport (= 4.2.3)
102
- rake (>= 0.8.7)
103
- thor (>= 0.18.1, < 2.0)
104
- rake (10.4.2)
105
- redis (3.2.1)
106
- redis-scripting (1.0.1)
107
- redis (>= 3.0)
108
- rspec (3.1.0)
109
- rspec-core (~> 3.1.0)
110
- rspec-expectations (~> 3.1.0)
111
- rspec-mocks (~> 3.1.0)
112
- rspec-core (3.1.7)
113
- rspec-support (~> 3.1.0)
114
- rspec-expectations (3.1.2)
115
- diff-lcs (>= 1.2.0, < 2.0)
116
- rspec-support (~> 3.1.0)
117
- rspec-mocks (3.1.3)
118
- rspec-support (~> 3.1.0)
119
- rspec-support (3.1.2)
120
- rufus-scheduler (3.1.3)
121
- slop (3.6.0)
122
- sprockets (3.2.0)
123
- rack (~> 1.0)
124
- sprockets-rails (2.3.2)
125
- actionpack (>= 3.0)
126
- activesupport (>= 3.0)
127
- sprockets (>= 2.8, < 4.0)
128
- syck (1.0.5)
129
- test_after_commit (0.4.1)
130
- activerecord (>= 3.2)
131
- thor (0.19.1)
132
- thread_safe (0.3.5)
133
- timecop (0.7.1)
134
- tzinfo (1.2.2)
135
- thread_safe (~> 0.1)
136
- wwtd (0.7.0)
137
-
138
- PLATFORMS
139
- ruby
140
-
141
- DEPENDENCIES
142
- bump
143
- canvas-jobs!
144
- database_cleaner (= 1.3.0)
145
- pg
146
- pry
147
- rails (~> 4.2.0.beta2)
148
- rake
149
- rspec (= 3.1.0)
150
- syck
151
- test_after_commit (= 0.4.1)
152
- timecop (= 0.7.1)
153
- wwtd (= 0.7.0)