canvas-jobs 0.10.4 → 0.10.5

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: ea184ada62d200cf570338a65865761d2b168569
4
- data.tar.gz: d11e965301438b83d7616bb76b98d42f4f6a5474
3
+ metadata.gz: 1a1dcbb68bb9d5945b79b3806d27b6a7a3c05688
4
+ data.tar.gz: fc3aaa3d27c040360abbcf76f4a24db2390384ec
5
5
  SHA512:
6
- metadata.gz: 376142657bad6c98367b711f03b7c9a269eb1b00545933ba367875c85e5e745ea46bf9ec5c37e17760f4fbb5758c80584b931b384fb3ff6e11bd3d2830de59b0
7
- data.tar.gz: c56ed66abde1f4fe3dac5320d5c4e6406cfed5f20b62c465b8406ec1599ec312433af2341c1a60574d17573411eb03ef537c651bca10a029a0e2de7816a5a91f
6
+ metadata.gz: cdef99a4e43b2cde8ff73fdbb9b7e7f3148acac67f7016ae3fa6895dc9337ecb706afa0ace9fe92538465c3340a35ad2ed1be956c3b8e6d3fe7d69e11b4832f0
7
+ data.tar.gz: 8c88f6fd42e35a134c1511e2137037766642a83fd2b700ac6253344e33520801654b42306af7e8d4c7982e34fc05fd727935f7cca89f0514cfa5c69a15d2159a
@@ -10,6 +10,10 @@ class Periodic
10
10
  YAML.quick_emit(self.object_id, opts) { |out| out.scalar(taguri, @name) }
11
11
  end
12
12
 
13
+ def encode_with(coder)
14
+ coder.scalar("!ruby/Delayed::Periodic", @name)
15
+ end
16
+
13
17
  def self.yaml_new(klass, tag, val)
14
18
  self.scheduled[val] || raise(NameError, "job #{val} is no longer scheduled")
15
19
  end
@@ -1,3 +1,3 @@
1
1
  module Delayed
2
- VERSION = "0.10.4"
2
+ VERSION = "0.10.5"
3
3
  end
@@ -81,7 +81,7 @@ module Delayed
81
81
  rescue ActiveRecord::RecordNotFound
82
82
  raise Delayed::Backend::RecordNotFound, "Couldn't find #{klass} with id #{object.value.inspect}"
83
83
  end
84
- when "tag:ruby.yaml.org,2002:Delayed::Periodic"
84
+ when "tag:ruby.yaml.org,2002:Delayed::Periodic", "!ruby/Delayed::Periodic"
85
85
  Delayed::Periodic.scheduled[object.value] || raise(NameError, "job #{object.value} is no longer scheduled")
86
86
  else
87
87
  super
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../../
3
3
  specs:
4
- canvas-jobs (0.10.1)
4
+ canvas-jobs (0.9.14)
5
5
  after_transaction_commit (= 1.0.1)
6
6
  rails (>= 3.2)
7
7
  redis (> 3.0)
@@ -11,12 +11,12 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actionmailer (3.2.19)
15
- actionpack (= 3.2.19)
14
+ actionmailer (3.2.22)
15
+ actionpack (= 3.2.22)
16
16
  mail (~> 2.5.4)
17
- actionpack (3.2.19)
18
- activemodel (= 3.2.19)
19
- activesupport (= 3.2.19)
17
+ actionpack (3.2.22)
18
+ activemodel (= 3.2.22)
19
+ activesupport (= 3.2.22)
20
20
  builder (~> 3.0.0)
21
21
  erubis (~> 2.7.0)
22
22
  journey (~> 1.0.4)
@@ -24,72 +24,72 @@ GEM
24
24
  rack-cache (~> 1.2)
25
25
  rack-test (~> 0.6.1)
26
26
  sprockets (~> 2.2.1)
27
- activemodel (3.2.19)
28
- activesupport (= 3.2.19)
27
+ activemodel (3.2.22)
28
+ activesupport (= 3.2.22)
29
29
  builder (~> 3.0.0)
30
- activerecord (3.2.19)
31
- activemodel (= 3.2.19)
32
- activesupport (= 3.2.19)
30
+ activerecord (3.2.22)
31
+ activemodel (= 3.2.22)
32
+ activesupport (= 3.2.22)
33
33
  arel (~> 3.0.2)
34
34
  tzinfo (~> 0.3.29)
35
- activeresource (3.2.19)
36
- activemodel (= 3.2.19)
37
- activesupport (= 3.2.19)
38
- activesupport (3.2.19)
35
+ activeresource (3.2.22)
36
+ activemodel (= 3.2.22)
37
+ activesupport (= 3.2.22)
38
+ activesupport (3.2.22)
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
44
  backports (3.6.6)
45
- builder (3.0.0)
46
- bump (0.5.0)
45
+ builder (3.0.4)
46
+ bump (0.5.2)
47
47
  coderay (1.1.0)
48
48
  database_cleaner (1.3.0)
49
49
  diff-lcs (1.2.5)
50
50
  erubis (2.7.0)
51
51
  hike (1.2.3)
52
- i18n (0.6.11)
52
+ i18n (0.7.0)
53
53
  journey (1.0.4)
54
- json (1.8.1)
54
+ json (1.8.3)
55
55
  mail (2.5.4)
56
56
  mime-types (~> 1.16)
57
57
  treetop (~> 1.4.8)
58
58
  method_source (0.8.2)
59
59
  mime-types (1.25.1)
60
- multi_json (1.10.1)
61
- pg (0.17.1)
60
+ multi_json (1.11.2)
61
+ pg (0.18.2)
62
62
  polyglot (0.3.5)
63
63
  pry (0.10.1)
64
64
  coderay (~> 1.1.0)
65
65
  method_source (~> 0.8.1)
66
66
  slop (~> 3.4)
67
- rack (1.4.5)
67
+ rack (1.4.7)
68
68
  rack-cache (1.2)
69
69
  rack (>= 0.4)
70
70
  rack-protection (1.5.3)
71
71
  rack
72
72
  rack-ssl (1.3.4)
73
73
  rack
74
- rack-test (0.6.2)
74
+ rack-test (0.6.3)
75
75
  rack (>= 1.0)
76
- rails (3.2.19)
77
- actionmailer (= 3.2.19)
78
- actionpack (= 3.2.19)
79
- activerecord (= 3.2.19)
80
- activeresource (= 3.2.19)
81
- activesupport (= 3.2.19)
76
+ rails (3.2.22)
77
+ actionmailer (= 3.2.22)
78
+ actionpack (= 3.2.22)
79
+ activerecord (= 3.2.22)
80
+ activeresource (= 3.2.22)
81
+ activesupport (= 3.2.22)
82
82
  bundler (~> 1.0)
83
- railties (= 3.2.19)
84
- railties (3.2.19)
85
- actionpack (= 3.2.19)
86
- activesupport (= 3.2.19)
83
+ railties (= 3.2.22)
84
+ railties (3.2.22)
85
+ actionpack (= 3.2.22)
86
+ activesupport (= 3.2.22)
87
87
  rack-ssl (~> 1.3.2)
88
88
  rake (>= 0.8.7)
89
89
  rdoc (~> 3.4)
90
90
  thor (>= 0.14.6, < 2.0)
91
- rake (10.3.2)
92
- rdoc (3.12)
91
+ rake (10.4.2)
92
+ rdoc (3.12.2)
93
93
  json (~> 1.4)
94
94
  redis (3.2.1)
95
95
  redis-scripting (1.0.1)
@@ -106,7 +106,7 @@ GEM
106
106
  rspec-mocks (3.1.3)
107
107
  rspec-support (~> 3.1.0)
108
108
  rspec-support (3.1.2)
109
- rufus-scheduler (3.1.7)
109
+ rufus-scheduler (3.1.3)
110
110
  sinatra (1.4.6)
111
111
  rack (~> 1.4)
112
112
  rack-protection (~> 1.4)
@@ -119,12 +119,11 @@ GEM
119
119
  sinatra (~> 1.4.0)
120
120
  tilt (>= 1.3, < 3)
121
121
  slop (3.6.0)
122
- sprockets (2.2.2)
122
+ sprockets (2.2.3)
123
123
  hike (~> 1.2)
124
124
  multi_json (~> 1.0)
125
125
  rack (~> 1.0)
126
126
  tilt (~> 1.1, != 1.3.0)
127
- syck (1.0.5)
128
127
  test_after_commit (0.4.1)
129
128
  activerecord (>= 3.2)
130
129
  thor (0.19.1)
@@ -133,8 +132,8 @@ GEM
133
132
  treetop (1.4.15)
134
133
  polyglot
135
134
  polyglot (>= 0.3.1)
136
- tzinfo (0.3.39)
137
- wwtd (1.1.1)
135
+ tzinfo (0.3.44)
136
+ wwtd (0.7.0)
138
137
 
139
138
  PLATFORMS
140
139
  ruby
@@ -151,7 +150,6 @@ DEPENDENCIES
151
150
  rspec (= 3.1.0)
152
151
  sinatra
153
152
  sinatra-contrib
154
- syck (>= 1.0.4)
155
153
  test_after_commit (= 0.4.1)
156
154
  timecop (= 0.7.1)
157
- wwtd (~> 1.1.1)
155
+ wwtd (= 0.7.0)
@@ -3,7 +3,3 @@ source "https://rubygems.org"
3
3
  gemspec :path=>"../../"
4
4
 
5
5
  gem "rails", "~> 4.0.10"
6
-
7
- platforms :ruby_20, :ruby_21, :ruby_22 do
8
- gem 'byebug'
9
- end
@@ -2,4 +2,4 @@ source "https://rubygems.org"
2
2
 
3
3
  gemspec :path=>"../../"
4
4
 
5
- gem "rails", "~> 4.2.0.beta2"
5
+ gem "rails", "~> 4.2.5"
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.10.4
4
+ version: 0.10.5
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: 2016-01-20 00:00:00.000000000 Z
12
+ date: 2016-02-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: after_transaction_commit
@@ -199,14 +199,14 @@ dependencies:
199
199
  requirements:
200
200
  - - "~>"
201
201
  - !ruby/object:Gem::Version
202
- version: 1.1.1
202
+ version: 1.3.0
203
203
  type: :development
204
204
  prerelease: false
205
205
  version_requirements: !ruby/object:Gem::Requirement
206
206
  requirements:
207
207
  - - "~>"
208
208
  - !ruby/object:Gem::Version
209
- version: 1.1.1
209
+ version: 1.3.0
210
210
  - !ruby/object:Gem::Dependency
211
211
  name: sinatra
212
212
  requirement: !ruby/object:Gem::Requirement
@@ -320,11 +320,8 @@ files:
320
320
  - spec/gemfiles/32.gemfile
321
321
  - spec/gemfiles/32.gemfile.lock
322
322
  - spec/gemfiles/40.gemfile
323
- - spec/gemfiles/40.gemfile.lock
324
323
  - spec/gemfiles/41.gemfile
325
- - spec/gemfiles/41.gemfile.lock
326
324
  - spec/gemfiles/42.gemfile
327
- - spec/gemfiles/42.gemfile.lock
328
325
  - spec/migrate/20140924140513_add_story_table.rb
329
326
  - spec/redis_job_spec.rb
330
327
  - spec/sample_jobs.rb
@@ -355,7 +352,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
355
352
  version: '0'
356
353
  requirements: []
357
354
  rubyforge_project:
358
- rubygems_version: 2.5.1
355
+ rubygems_version: 2.4.7
359
356
  signing_key:
360
357
  specification_version: 4
361
358
  summary: Instructure-maintained fork of delayed_job
@@ -367,11 +364,8 @@ test_files:
367
364
  - spec/gemfiles/32.gemfile
368
365
  - spec/gemfiles/32.gemfile.lock
369
366
  - spec/gemfiles/40.gemfile
370
- - spec/gemfiles/40.gemfile.lock
371
367
  - spec/gemfiles/41.gemfile
372
- - spec/gemfiles/41.gemfile.lock
373
368
  - spec/gemfiles/42.gemfile
374
- - spec/gemfiles/42.gemfile.lock
375
369
  - spec/migrate/20140924140513_add_story_table.rb
376
370
  - spec/redis_job_spec.rb
377
371
  - spec/sample_jobs.rb
@@ -1,146 +0,0 @@
1
- PATH
2
- remote: ../../
3
- specs:
4
- canvas-jobs (0.10.1)
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
- backports (3.6.6)
42
- builder (3.1.4)
43
- bump (0.5.2)
44
- byebug (8.2.1)
45
- coderay (1.1.0)
46
- database_cleaner (1.3.0)
47
- diff-lcs (1.2.5)
48
- erubis (2.7.0)
49
- i18n (0.7.0)
50
- mail (2.6.3)
51
- mime-types (>= 1.16, < 3)
52
- method_source (0.8.2)
53
- mime-types (2.6.2)
54
- minitest (4.7.5)
55
- multi_json (1.11.2)
56
- pg (0.18.3)
57
- pry (0.10.3)
58
- coderay (~> 1.1.0)
59
- method_source (~> 0.8.1)
60
- slop (~> 3.4)
61
- rack (1.5.5)
62
- rack-protection (1.5.3)
63
- rack
64
- rack-test (0.6.3)
65
- rack (>= 1.0)
66
- rails (4.0.13)
67
- actionmailer (= 4.0.13)
68
- actionpack (= 4.0.13)
69
- activerecord (= 4.0.13)
70
- activesupport (= 4.0.13)
71
- bundler (>= 1.3.0, < 2.0)
72
- railties (= 4.0.13)
73
- sprockets-rails (~> 2.0)
74
- railties (4.0.13)
75
- actionpack (= 4.0.13)
76
- activesupport (= 4.0.13)
77
- rake (>= 0.8.7)
78
- thor (>= 0.18.1, < 2.0)
79
- rake (10.4.2)
80
- redis (3.2.1)
81
- redis-scripting (1.0.1)
82
- redis (>= 3.0)
83
- rspec (3.1.0)
84
- rspec-core (~> 3.1.0)
85
- rspec-expectations (~> 3.1.0)
86
- rspec-mocks (~> 3.1.0)
87
- rspec-core (3.1.7)
88
- rspec-support (~> 3.1.0)
89
- rspec-expectations (3.1.2)
90
- diff-lcs (>= 1.2.0, < 2.0)
91
- rspec-support (~> 3.1.0)
92
- rspec-mocks (3.1.3)
93
- rspec-support (~> 3.1.0)
94
- rspec-support (3.1.2)
95
- rufus-scheduler (3.1.7)
96
- sinatra (1.4.6)
97
- rack (~> 1.4)
98
- rack-protection (~> 1.4)
99
- tilt (>= 1.3, < 3)
100
- sinatra-contrib (1.4.6)
101
- backports (>= 2.0)
102
- multi_json
103
- rack-protection
104
- rack-test
105
- sinatra (~> 1.4.0)
106
- tilt (>= 1.3, < 3)
107
- slop (3.6.0)
108
- sprockets (3.4.0)
109
- rack (> 1, < 3)
110
- sprockets-rails (2.3.3)
111
- actionpack (>= 3.0)
112
- activesupport (>= 3.0)
113
- sprockets (>= 2.8, < 4.0)
114
- syck (1.0.5)
115
- test_after_commit (0.4.1)
116
- activerecord (>= 3.2)
117
- thor (0.19.1)
118
- thread_safe (0.3.5)
119
- tilt (2.0.1)
120
- timecop (0.7.1)
121
- tzinfo (0.3.45)
122
- wwtd (1.1.1)
123
-
124
- PLATFORMS
125
- ruby
126
-
127
- DEPENDENCIES
128
- bump
129
- byebug
130
- canvas-jobs!
131
- database_cleaner (= 1.3.0)
132
- pg
133
- pry
134
- rack-test
135
- rails (~> 4.0.10)
136
- rake
137
- rspec (= 3.1.0)
138
- sinatra
139
- sinatra-contrib
140
- syck
141
- test_after_commit (= 0.4.1)
142
- timecop (= 0.7.1)
143
- wwtd (~> 1.1.1)
144
-
145
- BUNDLED WITH
146
- 1.10.6
@@ -1,147 +0,0 @@
1
- PATH
2
- remote: ../../
3
- specs:
4
- canvas-jobs (0.9.15)
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.13)
15
- actionpack (= 4.1.13)
16
- actionview (= 4.1.13)
17
- mail (~> 2.5, >= 2.5.4)
18
- actionpack (4.1.13)
19
- actionview (= 4.1.13)
20
- activesupport (= 4.1.13)
21
- rack (~> 1.5.2)
22
- rack-test (~> 0.6.2)
23
- actionview (4.1.13)
24
- activesupport (= 4.1.13)
25
- builder (~> 3.1)
26
- erubis (~> 2.7.0)
27
- activemodel (4.1.13)
28
- activesupport (= 4.1.13)
29
- builder (~> 3.1)
30
- activerecord (4.1.13)
31
- activemodel (= 4.1.13)
32
- activesupport (= 4.1.13)
33
- arel (~> 5.0.0)
34
- activesupport (4.1.13)
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
- backports (3.6.6)
44
- builder (3.2.2)
45
- bump (0.5.2)
46
- coderay (1.1.0)
47
- database_cleaner (1.3.0)
48
- diff-lcs (1.2.5)
49
- erubis (2.7.0)
50
- i18n (0.7.0)
51
- json (1.8.3)
52
- mail (2.6.3)
53
- mime-types (>= 1.16, < 3)
54
- method_source (0.8.2)
55
- mime-types (2.6.2)
56
- minitest (5.8.1)
57
- multi_json (1.11.2)
58
- pg (0.18.3)
59
- pry (0.10.3)
60
- coderay (~> 1.1.0)
61
- method_source (~> 0.8.1)
62
- slop (~> 3.4)
63
- rack (1.5.5)
64
- rack-protection (1.5.3)
65
- rack
66
- rack-test (0.6.3)
67
- rack (>= 1.0)
68
- rails (4.1.13)
69
- actionmailer (= 4.1.13)
70
- actionpack (= 4.1.13)
71
- actionview (= 4.1.13)
72
- activemodel (= 4.1.13)
73
- activerecord (= 4.1.13)
74
- activesupport (= 4.1.13)
75
- bundler (>= 1.3.0, < 2.0)
76
- railties (= 4.1.13)
77
- sprockets-rails (~> 2.0)
78
- railties (4.1.13)
79
- actionpack (= 4.1.13)
80
- activesupport (= 4.1.13)
81
- rake (>= 0.8.7)
82
- thor (>= 0.18.1, < 2.0)
83
- rake (10.4.2)
84
- redis (3.2.1)
85
- redis-scripting (1.0.1)
86
- redis (>= 3.0)
87
- rspec (3.1.0)
88
- rspec-core (~> 3.1.0)
89
- rspec-expectations (~> 3.1.0)
90
- rspec-mocks (~> 3.1.0)
91
- rspec-core (3.1.7)
92
- rspec-support (~> 3.1.0)
93
- rspec-expectations (3.1.2)
94
- diff-lcs (>= 1.2.0, < 2.0)
95
- rspec-support (~> 3.1.0)
96
- rspec-mocks (3.1.3)
97
- rspec-support (~> 3.1.0)
98
- rspec-support (3.1.2)
99
- rufus-scheduler (3.1.7)
100
- sinatra (1.4.6)
101
- rack (~> 1.4)
102
- rack-protection (~> 1.4)
103
- tilt (>= 1.3, < 3)
104
- sinatra-contrib (1.4.6)
105
- backports (>= 2.0)
106
- multi_json
107
- rack-protection
108
- rack-test
109
- sinatra (~> 1.4.0)
110
- tilt (>= 1.3, < 3)
111
- slop (3.6.0)
112
- sprockets (3.4.0)
113
- rack (> 1, < 3)
114
- sprockets-rails (2.3.3)
115
- actionpack (>= 3.0)
116
- activesupport (>= 3.0)
117
- sprockets (>= 2.8, < 4.0)
118
- syck (1.0.5)
119
- test_after_commit (0.4.1)
120
- activerecord (>= 3.2)
121
- thor (0.19.1)
122
- thread_safe (0.3.5)
123
- tilt (2.0.1)
124
- timecop (0.7.1)
125
- tzinfo (1.2.2)
126
- thread_safe (~> 0.1)
127
- wwtd (1.1.1)
128
-
129
- PLATFORMS
130
- ruby
131
-
132
- DEPENDENCIES
133
- bump
134
- canvas-jobs!
135
- database_cleaner (= 1.3.0)
136
- pg
137
- pry
138
- rack-test
139
- rails (~> 4.1.6)
140
- rake
141
- rspec (= 3.1.0)
142
- sinatra
143
- sinatra-contrib
144
- syck (>= 1.0.4)
145
- test_after_commit (= 0.4.1)
146
- timecop (= 0.7.1)
147
- wwtd (~> 1.1.1)
@@ -1,172 +0,0 @@
1
- PATH
2
- remote: ../../
3
- specs:
4
- canvas-jobs (0.9.15)
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.4)
15
- actionpack (= 4.2.4)
16
- actionview (= 4.2.4)
17
- activejob (= 4.2.4)
18
- mail (~> 2.5, >= 2.5.4)
19
- rails-dom-testing (~> 1.0, >= 1.0.5)
20
- actionpack (4.2.4)
21
- actionview (= 4.2.4)
22
- activesupport (= 4.2.4)
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.4)
28
- activesupport (= 4.2.4)
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.4)
34
- activesupport (= 4.2.4)
35
- globalid (>= 0.3.0)
36
- activemodel (4.2.4)
37
- activesupport (= 4.2.4)
38
- builder (~> 3.1)
39
- activerecord (4.2.4)
40
- activemodel (= 4.2.4)
41
- activesupport (= 4.2.4)
42
- arel (~> 6.0)
43
- activesupport (4.2.4)
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.3)
52
- backports (3.6.6)
53
- builder (3.2.2)
54
- bump (0.5.2)
55
- coderay (1.1.0)
56
- database_cleaner (1.3.0)
57
- diff-lcs (1.2.5)
58
- erubis (2.7.0)
59
- globalid (0.3.6)
60
- activesupport (>= 4.1.0)
61
- i18n (0.7.0)
62
- json (1.8.3)
63
- loofah (2.0.3)
64
- nokogiri (>= 1.5.9)
65
- mail (2.6.3)
66
- mime-types (>= 1.16, < 3)
67
- method_source (0.8.2)
68
- mime-types (2.6.2)
69
- mini_portile (0.6.2)
70
- minitest (5.8.1)
71
- multi_json (1.11.2)
72
- nokogiri (1.6.6.2)
73
- mini_portile (~> 0.6.0)
74
- pg (0.18.3)
75
- pry (0.10.3)
76
- coderay (~> 1.1.0)
77
- method_source (~> 0.8.1)
78
- slop (~> 3.4)
79
- rack (1.6.4)
80
- rack-protection (1.5.3)
81
- rack
82
- rack-test (0.6.3)
83
- rack (>= 1.0)
84
- rails (4.2.4)
85
- actionmailer (= 4.2.4)
86
- actionpack (= 4.2.4)
87
- actionview (= 4.2.4)
88
- activejob (= 4.2.4)
89
- activemodel (= 4.2.4)
90
- activerecord (= 4.2.4)
91
- activesupport (= 4.2.4)
92
- bundler (>= 1.3.0, < 2.0)
93
- railties (= 4.2.4)
94
- sprockets-rails
95
- rails-deprecated_sanitizer (1.0.3)
96
- activesupport (>= 4.2.0.alpha)
97
- rails-dom-testing (1.0.7)
98
- activesupport (>= 4.2.0.beta, < 5.0)
99
- nokogiri (~> 1.6.0)
100
- rails-deprecated_sanitizer (>= 1.0.1)
101
- rails-html-sanitizer (1.0.2)
102
- loofah (~> 2.0)
103
- railties (4.2.4)
104
- actionpack (= 4.2.4)
105
- activesupport (= 4.2.4)
106
- rake (>= 0.8.7)
107
- thor (>= 0.18.1, < 2.0)
108
- rake (10.4.2)
109
- redis (3.2.1)
110
- redis-scripting (1.0.1)
111
- redis (>= 3.0)
112
- rspec (3.1.0)
113
- rspec-core (~> 3.1.0)
114
- rspec-expectations (~> 3.1.0)
115
- rspec-mocks (~> 3.1.0)
116
- rspec-core (3.1.7)
117
- rspec-support (~> 3.1.0)
118
- rspec-expectations (3.1.2)
119
- diff-lcs (>= 1.2.0, < 2.0)
120
- rspec-support (~> 3.1.0)
121
- rspec-mocks (3.1.3)
122
- rspec-support (~> 3.1.0)
123
- rspec-support (3.1.2)
124
- rufus-scheduler (3.1.7)
125
- sinatra (1.4.6)
126
- rack (~> 1.4)
127
- rack-protection (~> 1.4)
128
- tilt (>= 1.3, < 3)
129
- sinatra-contrib (1.4.6)
130
- backports (>= 2.0)
131
- multi_json
132
- rack-protection
133
- rack-test
134
- sinatra (~> 1.4.0)
135
- tilt (>= 1.3, < 3)
136
- slop (3.6.0)
137
- sprockets (3.4.0)
138
- rack (> 1, < 3)
139
- sprockets-rails (2.3.3)
140
- actionpack (>= 3.0)
141
- activesupport (>= 3.0)
142
- sprockets (>= 2.8, < 4.0)
143
- syck (1.0.5)
144
- test_after_commit (0.4.1)
145
- activerecord (>= 3.2)
146
- thor (0.19.1)
147
- thread_safe (0.3.5)
148
- tilt (2.0.1)
149
- timecop (0.7.1)
150
- tzinfo (1.2.2)
151
- thread_safe (~> 0.1)
152
- wwtd (1.1.1)
153
-
154
- PLATFORMS
155
- ruby
156
-
157
- DEPENDENCIES
158
- bump
159
- canvas-jobs!
160
- database_cleaner (= 1.3.0)
161
- pg
162
- pry
163
- rack-test
164
- rails (~> 4.2.0.beta2)
165
- rake
166
- rspec (= 3.1.0)
167
- sinatra
168
- sinatra-contrib
169
- syck (>= 1.0.4)
170
- test_after_commit (= 0.4.1)
171
- timecop (= 0.7.1)
172
- wwtd (~> 1.1.1)