inst-jobs 0.11.9 → 0.11.10

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: 6fc1b53dbd69b8847b9a87b9605899225659e6bd
4
- data.tar.gz: 05ff57cb08b532ddadb1cf82f0490820847ad466
3
+ metadata.gz: bdf2f15ca59c19c16c8b53114e75e5045bf1d99e
4
+ data.tar.gz: 0c4a1922a47c1f8863fee40b07e8d7107cc40c39
5
5
  SHA512:
6
- metadata.gz: a96b91c87fc000b003523e61cabe07ef7d433a7054423c9c50ecb96338a0e96c53d3de4589d6cb5baab91af2b81a6a2b8e9fca421f83bcd1b41cebde2a7cae6b
7
- data.tar.gz: 0ed8814fa280e81da6e7d0632f91be46aaa4f09a34d9bfe715af0fd7f4b191433e59bf87400c2956f51d23dcceda3a59b83c13532bfd63f02e0d8e01c53be220
6
+ metadata.gz: 46668863017e11a8a23c1e4b4b9296544c822018e815bfe108b5fa966e5c517a62290599efff86fae10ce16eed3c84b434c46a35e94886fcaf1b18a44b7c42e6
7
+ data.tar.gz: e2f327ea9c7a48258442c4b9c6c0c5907f98e6273e2e7b3c5fe1f1b13c9e58362ede45c62d68c8458a09c13908ff3370671db3ea86fb7c15019d1c7de0bc4fd2
@@ -49,7 +49,7 @@ class Periodic
49
49
  end
50
50
 
51
51
  def enqueue
52
- Delayed::Job.enqueue(self, @job_args.merge(:max_attempts => 1, :run_at => @cron.next_time(Delayed::Periodic.now), :singleton => tag))
52
+ Delayed::Job.enqueue(self, @job_args.merge(:max_attempts => 1, :run_at => @cron.next_time(Delayed::Periodic.now).utc.to_time, :singleton => tag))
53
53
  end
54
54
 
55
55
  def perform
@@ -1,3 +1,3 @@
1
1
  module Delayed
2
- VERSION = "0.11.9"
2
+ VERSION = "0.11.10"
3
3
  end
@@ -1,23 +1,22 @@
1
1
  PATH
2
- remote: ../../
2
+ remote: ../..
3
3
  specs:
4
- inst-jobs (0.11.3)
5
- after_transaction_commit (= 1.0.1)
4
+ inst-jobs (0.11.9)
5
+ after_transaction_commit (~> 1.0)
6
6
  rails (>= 3.2)
7
7
  redis (> 3.0)
8
8
  redis-scripting (~> 1.0.1)
9
- rufus-scheduler (~> 3.1.2)
10
- thor (>= 0.14.6, < 2.0)
9
+ rufus-scheduler (~> 3.3.2)
11
10
 
12
11
  GEM
13
12
  remote: https://rubygems.org/
14
13
  specs:
15
- actionmailer (3.2.22.2)
16
- actionpack (= 3.2.22.2)
14
+ actionmailer (3.2.22.5)
15
+ actionpack (= 3.2.22.5)
17
16
  mail (~> 2.5.4)
18
- actionpack (3.2.22.2)
19
- activemodel (= 3.2.22.2)
20
- activesupport (= 3.2.22.2)
17
+ actionpack (3.2.22.5)
18
+ activemodel (= 3.2.22.5)
19
+ activesupport (= 3.2.22.5)
21
20
  builder (~> 3.0.0)
22
21
  erubis (~> 2.7.0)
23
22
  journey (~> 1.0.4)
@@ -25,18 +24,18 @@ GEM
25
24
  rack-cache (~> 1.2)
26
25
  rack-test (~> 0.6.1)
27
26
  sprockets (~> 2.2.1)
28
- activemodel (3.2.22.2)
29
- activesupport (= 3.2.22.2)
27
+ activemodel (3.2.22.5)
28
+ activesupport (= 3.2.22.5)
30
29
  builder (~> 3.0.0)
31
- activerecord (3.2.22.2)
32
- activemodel (= 3.2.22.2)
33
- activesupport (= 3.2.22.2)
30
+ activerecord (3.2.22.5)
31
+ activemodel (= 3.2.22.5)
32
+ activesupport (= 3.2.22.5)
34
33
  arel (~> 3.0.2)
35
34
  tzinfo (~> 0.3.29)
36
- activeresource (3.2.22.2)
37
- activemodel (= 3.2.22.2)
38
- activesupport (= 3.2.22.2)
39
- activesupport (3.2.22.2)
35
+ activeresource (3.2.22.5)
36
+ activemodel (= 3.2.22.5)
37
+ activesupport (= 3.2.22.5)
38
+ activesupport (3.2.22.5)
40
39
  i18n (~> 0.6, >= 0.6.4)
41
40
  multi_json (~> 1.0)
42
41
  after_transaction_commit (1.0.1)
@@ -47,26 +46,26 @@ GEM
47
46
  bump (0.5.3)
48
47
  coderay (1.1.1)
49
48
  database_cleaner (1.3.0)
50
- diff-lcs (1.2.5)
49
+ diff-lcs (1.3)
51
50
  erubis (2.7.0)
52
51
  hike (1.2.3)
53
52
  i18n (0.7.0)
54
53
  journey (1.0.4)
55
- json (1.8.3)
54
+ json (1.8.6)
56
55
  mail (2.5.4)
57
56
  mime-types (~> 1.16)
58
57
  treetop (~> 1.4.8)
59
58
  method_source (0.8.2)
60
59
  mime-types (1.25.1)
61
60
  multi_json (1.12.1)
62
- pg (0.18.4)
61
+ pg (0.19.0)
63
62
  polyglot (0.3.5)
64
63
  pry (0.10.4)
65
64
  coderay (~> 1.1.0)
66
65
  method_source (~> 0.8.1)
67
66
  slop (~> 3.4)
68
67
  rack (1.4.7)
69
- rack-cache (1.6.1)
68
+ rack-cache (1.7.0)
70
69
  rack (>= 0.4)
71
70
  rack-protection (1.5.3)
72
71
  rack
@@ -74,25 +73,25 @@ GEM
74
73
  rack
75
74
  rack-test (0.6.3)
76
75
  rack (>= 1.0)
77
- rails (3.2.22.2)
78
- actionmailer (= 3.2.22.2)
79
- actionpack (= 3.2.22.2)
80
- activerecord (= 3.2.22.2)
81
- activeresource (= 3.2.22.2)
82
- activesupport (= 3.2.22.2)
76
+ rails (3.2.22.5)
77
+ actionmailer (= 3.2.22.5)
78
+ actionpack (= 3.2.22.5)
79
+ activerecord (= 3.2.22.5)
80
+ activeresource (= 3.2.22.5)
81
+ activesupport (= 3.2.22.5)
83
82
  bundler (~> 1.0)
84
- railties (= 3.2.22.2)
85
- railties (3.2.22.2)
86
- actionpack (= 3.2.22.2)
87
- activesupport (= 3.2.22.2)
83
+ railties (= 3.2.22.5)
84
+ railties (3.2.22.5)
85
+ actionpack (= 3.2.22.5)
86
+ activesupport (= 3.2.22.5)
88
87
  rack-ssl (~> 1.3.2)
89
88
  rake (>= 0.8.7)
90
89
  rdoc (~> 3.4)
91
90
  thor (>= 0.14.6, < 2.0)
92
- rake (11.2.2)
91
+ rake (12.0.0)
93
92
  rdoc (3.12.2)
94
93
  json (~> 1.4)
95
- redis (3.3.1)
94
+ redis (3.3.3)
96
95
  redis-scripting (1.0.1)
97
96
  redis (>= 3.0)
98
97
  rspec (3.4.0)
@@ -108,7 +107,8 @@ GEM
108
107
  diff-lcs (>= 1.2.0, < 2.0)
109
108
  rspec-support (~> 3.4.0)
110
109
  rspec-support (3.4.1)
111
- rufus-scheduler (3.1.10)
110
+ rufus-scheduler (3.3.2)
111
+ tzinfo
112
112
  sinatra (1.4.6)
113
113
  rack (~> 1.4)
114
114
  rack-protection (~> 1.4)
@@ -128,13 +128,13 @@ GEM
128
128
  tilt (~> 1.1, != 1.3.0)
129
129
  test_after_commit (0.4.1)
130
130
  activerecord (>= 3.2)
131
- thor (0.19.1)
131
+ thor (0.19.4)
132
132
  tilt (1.4.1)
133
133
  timecop (0.7.1)
134
134
  treetop (1.4.15)
135
135
  polyglot
136
136
  polyglot (>= 0.3.1)
137
- tzinfo (0.3.51)
137
+ tzinfo (0.3.52)
138
138
  wwtd (1.3.0)
139
139
 
140
140
  PLATFORMS
@@ -157,4 +157,4 @@ DEPENDENCIES
157
157
  wwtd (~> 1.3.0)
158
158
 
159
159
  BUNDLED WITH
160
- 1.12.5
160
+ 1.14.3
@@ -1,13 +1,12 @@
1
1
  PATH
2
- remote: ../../
2
+ remote: ../..
3
3
  specs:
4
- inst-jobs (0.11.3)
5
- after_transaction_commit (= 1.0.1)
4
+ inst-jobs (0.11.6)
5
+ after_transaction_commit (~> 1.0)
6
6
  rails (>= 3.2)
7
7
  redis (> 3.0)
8
8
  redis-scripting (~> 1.0.1)
9
- rufus-scheduler (~> 3.1.2)
10
- thor (>= 0.14.6, < 2.0)
9
+ rufus-scheduler (~> 3.2.0)
11
10
 
12
11
  GEM
13
12
  remote: https://rubygems.org/
@@ -36,16 +35,16 @@ GEM
36
35
  multi_json (~> 1.3)
37
36
  thread_safe (~> 0.1)
38
37
  tzinfo (~> 0.3.37)
39
- after_transaction_commit (1.0.1)
40
- activerecord (>= 3.2)
38
+ after_transaction_commit (1.1.0)
39
+ activerecord (>= 4.0)
41
40
  arel (4.0.2)
42
41
  backports (3.6.8)
43
42
  builder (3.1.4)
44
43
  bump (0.5.3)
45
44
  coderay (1.1.1)
46
- concurrent-ruby (1.0.2)
45
+ concurrent-ruby (1.0.4)
47
46
  database_cleaner (1.3.0)
48
- diff-lcs (1.2.5)
47
+ diff-lcs (1.3)
49
48
  erubis (2.7.0)
50
49
  i18n (0.7.0)
51
50
  mail (2.6.4)
@@ -56,7 +55,7 @@ GEM
56
55
  mime-types-data (3.2016.0521)
57
56
  minitest (4.7.5)
58
57
  multi_json (1.12.1)
59
- pg (0.18.4)
58
+ pg (0.19.0)
60
59
  pry (0.10.4)
61
60
  coderay (~> 1.1.0)
62
61
  method_source (~> 0.8.1)
@@ -79,8 +78,8 @@ GEM
79
78
  activesupport (= 4.0.13)
80
79
  rake (>= 0.8.7)
81
80
  thor (>= 0.18.1, < 2.0)
82
- rake (11.2.2)
83
- redis (3.3.1)
81
+ rake (12.0.0)
82
+ redis (3.3.3)
84
83
  redis-scripting (1.0.1)
85
84
  redis (>= 3.0)
86
85
  rspec (3.4.0)
@@ -96,7 +95,7 @@ GEM
96
95
  diff-lcs (>= 1.2.0, < 2.0)
97
96
  rspec-support (~> 3.4.0)
98
97
  rspec-support (3.4.1)
99
- rufus-scheduler (3.1.10)
98
+ rufus-scheduler (3.2.2)
100
99
  sinatra (1.4.7)
101
100
  rack (~> 1.5)
102
101
  rack-protection (~> 1.4)
@@ -109,7 +108,7 @@ GEM
109
108
  sinatra (~> 1.4.0)
110
109
  tilt (>= 1.3, < 3)
111
110
  slop (3.6.0)
112
- sprockets (3.6.3)
111
+ sprockets (3.7.1)
113
112
  concurrent-ruby (~> 1.0)
114
113
  rack (> 1, < 3)
115
114
  sprockets-rails (2.3.3)
@@ -118,11 +117,11 @@ GEM
118
117
  sprockets (>= 2.8, < 4.0)
119
118
  test_after_commit (0.4.1)
120
119
  activerecord (>= 3.2)
121
- thor (0.19.1)
120
+ thor (0.19.4)
122
121
  thread_safe (0.3.5)
123
122
  tilt (2.0.5)
124
123
  timecop (0.7.1)
125
- tzinfo (0.3.51)
124
+ tzinfo (0.3.52)
126
125
  wwtd (1.3.0)
127
126
 
128
127
  PLATFORMS
@@ -145,4 +144,4 @@ DEPENDENCIES
145
144
  wwtd (~> 1.3.0)
146
145
 
147
146
  BUNDLED WITH
148
- 1.12.5
147
+ 1.14.3
@@ -1,13 +1,12 @@
1
1
  PATH
2
- remote: ../../
2
+ remote: ../..
3
3
  specs:
4
- inst-jobs (0.11.3)
5
- after_transaction_commit (= 1.0.1)
4
+ inst-jobs (0.11.6)
5
+ after_transaction_commit (~> 1.0)
6
6
  rails (>= 3.2)
7
7
  redis (> 3.0)
8
8
  redis-scripting (~> 1.0.1)
9
- rufus-scheduler (~> 3.1.2)
10
- thor (>= 0.14.6, < 2.0)
9
+ rufus-scheduler (~> 3.2.0)
11
10
 
12
11
  GEM
13
12
  remote: https://rubygems.org/
@@ -38,28 +37,28 @@ GEM
38
37
  minitest (~> 5.1)
39
38
  thread_safe (~> 0.1)
40
39
  tzinfo (~> 1.1)
41
- after_transaction_commit (1.0.1)
42
- activerecord (>= 3.2)
40
+ after_transaction_commit (1.1.0)
41
+ activerecord (>= 4.0)
43
42
  arel (5.0.1.20140414130214)
44
43
  backports (3.6.8)
45
- builder (3.2.2)
44
+ builder (3.2.3)
46
45
  bump (0.5.3)
47
46
  coderay (1.1.1)
48
- concurrent-ruby (1.0.2)
47
+ concurrent-ruby (1.0.4)
49
48
  database_cleaner (1.3.0)
50
- diff-lcs (1.2.5)
49
+ diff-lcs (1.3)
51
50
  erubis (2.7.0)
52
51
  i18n (0.7.0)
53
- json (1.8.3)
52
+ json (1.8.6)
54
53
  mail (2.6.4)
55
54
  mime-types (>= 1.16, < 4)
56
55
  method_source (0.8.2)
57
56
  mime-types (3.1)
58
57
  mime-types-data (~> 3.2015)
59
58
  mime-types-data (3.2016.0521)
60
- minitest (5.9.0)
59
+ minitest (5.10.1)
61
60
  multi_json (1.12.1)
62
- pg (0.18.4)
61
+ pg (0.19.0)
63
62
  pry (0.10.4)
64
63
  coderay (~> 1.1.0)
65
64
  method_source (~> 0.8.1)
@@ -84,8 +83,8 @@ GEM
84
83
  activesupport (= 4.1.16)
85
84
  rake (>= 0.8.7)
86
85
  thor (>= 0.18.1, < 2.0)
87
- rake (11.2.2)
88
- redis (3.3.1)
86
+ rake (12.0.0)
87
+ redis (3.3.3)
89
88
  redis-scripting (1.0.1)
90
89
  redis (>= 3.0)
91
90
  rspec (3.4.0)
@@ -101,7 +100,7 @@ GEM
101
100
  diff-lcs (>= 1.2.0, < 2.0)
102
101
  rspec-support (~> 3.4.0)
103
102
  rspec-support (3.4.1)
104
- rufus-scheduler (3.1.10)
103
+ rufus-scheduler (3.2.2)
105
104
  sinatra (1.4.7)
106
105
  rack (~> 1.5)
107
106
  rack-protection (~> 1.4)
@@ -114,7 +113,7 @@ GEM
114
113
  sinatra (~> 1.4.0)
115
114
  tilt (>= 1.3, < 3)
116
115
  slop (3.6.0)
117
- sprockets (3.7.0)
116
+ sprockets (3.7.1)
118
117
  concurrent-ruby (~> 1.0)
119
118
  rack (> 1, < 3)
120
119
  sprockets-rails (2.3.3)
@@ -123,7 +122,7 @@ GEM
123
122
  sprockets (>= 2.8, < 4.0)
124
123
  test_after_commit (0.4.1)
125
124
  activerecord (>= 3.2)
126
- thor (0.19.1)
125
+ thor (0.19.4)
127
126
  thread_safe (0.3.5)
128
127
  tilt (2.0.5)
129
128
  timecop (0.7.1)
@@ -151,4 +150,4 @@ DEPENDENCIES
151
150
  wwtd (~> 1.3.0)
152
151
 
153
152
  BUNDLED WITH
154
- 1.12.5
153
+ 1.14.3
@@ -1,67 +1,66 @@
1
1
  PATH
2
- remote: ../../
2
+ remote: ../..
3
3
  specs:
4
- inst-jobs (0.11.3)
5
- after_transaction_commit (= 1.0.1)
4
+ inst-jobs (0.11.6)
5
+ after_transaction_commit (~> 1.0)
6
6
  rails (>= 3.2)
7
7
  redis (> 3.0)
8
8
  redis-scripting (~> 1.0.1)
9
- rufus-scheduler (~> 3.1.2)
10
- thor (>= 0.14.6, < 2.0)
9
+ rufus-scheduler (~> 3.2.0)
11
10
 
12
11
  GEM
13
12
  remote: https://rubygems.org/
14
13
  specs:
15
- actionmailer (4.2.7)
16
- actionpack (= 4.2.7)
17
- actionview (= 4.2.7)
18
- activejob (= 4.2.7)
14
+ actionmailer (4.2.7.1)
15
+ actionpack (= 4.2.7.1)
16
+ actionview (= 4.2.7.1)
17
+ activejob (= 4.2.7.1)
19
18
  mail (~> 2.5, >= 2.5.4)
20
19
  rails-dom-testing (~> 1.0, >= 1.0.5)
21
- actionpack (4.2.7)
22
- actionview (= 4.2.7)
23
- activesupport (= 4.2.7)
20
+ actionpack (4.2.7.1)
21
+ actionview (= 4.2.7.1)
22
+ activesupport (= 4.2.7.1)
24
23
  rack (~> 1.6)
25
24
  rack-test (~> 0.6.2)
26
25
  rails-dom-testing (~> 1.0, >= 1.0.5)
27
26
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (4.2.7)
29
- activesupport (= 4.2.7)
27
+ actionview (4.2.7.1)
28
+ activesupport (= 4.2.7.1)
30
29
  builder (~> 3.1)
31
30
  erubis (~> 2.7.0)
32
31
  rails-dom-testing (~> 1.0, >= 1.0.5)
33
32
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
34
- activejob (4.2.7)
35
- activesupport (= 4.2.7)
33
+ activejob (4.2.7.1)
34
+ activesupport (= 4.2.7.1)
36
35
  globalid (>= 0.3.0)
37
- activemodel (4.2.7)
38
- activesupport (= 4.2.7)
36
+ activemodel (4.2.7.1)
37
+ activesupport (= 4.2.7.1)
39
38
  builder (~> 3.1)
40
- activerecord (4.2.7)
41
- activemodel (= 4.2.7)
42
- activesupport (= 4.2.7)
39
+ activerecord (4.2.7.1)
40
+ activemodel (= 4.2.7.1)
41
+ activesupport (= 4.2.7.1)
43
42
  arel (~> 6.0)
44
- activesupport (4.2.7)
43
+ activesupport (4.2.7.1)
45
44
  i18n (~> 0.7)
46
45
  json (~> 1.7, >= 1.7.7)
47
46
  minitest (~> 5.1)
48
47
  thread_safe (~> 0.3, >= 0.3.4)
49
48
  tzinfo (~> 1.1)
50
- after_transaction_commit (1.0.1)
51
- activerecord (>= 3.2)
52
- arel (6.0.3)
49
+ after_transaction_commit (1.1.0)
50
+ activerecord (>= 4.0)
51
+ arel (6.0.4)
53
52
  backports (3.6.8)
54
- builder (3.2.2)
53
+ builder (3.2.3)
55
54
  bump (0.5.3)
56
55
  coderay (1.1.1)
57
- concurrent-ruby (1.0.2)
56
+ concurrent-ruby (1.0.4)
58
57
  database_cleaner (1.3.0)
59
- diff-lcs (1.2.5)
58
+ diff-lcs (1.3)
60
59
  erubis (2.7.0)
61
- globalid (0.3.6)
60
+ globalid (0.3.7)
62
61
  activesupport (>= 4.1.0)
63
62
  i18n (0.7.0)
64
- json (1.8.3)
63
+ json (1.8.6)
65
64
  loofah (2.0.3)
66
65
  nokogiri (>= 1.5.9)
67
66
  mail (2.6.4)
@@ -71,48 +70,46 @@ GEM
71
70
  mime-types-data (~> 3.2015)
72
71
  mime-types-data (3.2016.0521)
73
72
  mini_portile2 (2.1.0)
74
- minitest (5.9.0)
73
+ minitest (5.10.1)
75
74
  multi_json (1.12.1)
76
- nokogiri (1.6.8)
75
+ nokogiri (1.7.0.1)
77
76
  mini_portile2 (~> 2.1.0)
78
- pkg-config (~> 1.1.7)
79
- pg (0.18.4)
80
- pkg-config (1.1.7)
77
+ pg (0.19.0)
81
78
  pry (0.10.4)
82
79
  coderay (~> 1.1.0)
83
80
  method_source (~> 0.8.1)
84
81
  slop (~> 3.4)
85
- rack (1.6.4)
82
+ rack (1.6.5)
86
83
  rack-protection (1.5.3)
87
84
  rack
88
85
  rack-test (0.6.3)
89
86
  rack (>= 1.0)
90
- rails (4.2.7)
91
- actionmailer (= 4.2.7)
92
- actionpack (= 4.2.7)
93
- actionview (= 4.2.7)
94
- activejob (= 4.2.7)
95
- activemodel (= 4.2.7)
96
- activerecord (= 4.2.7)
97
- activesupport (= 4.2.7)
87
+ rails (4.2.7.1)
88
+ actionmailer (= 4.2.7.1)
89
+ actionpack (= 4.2.7.1)
90
+ actionview (= 4.2.7.1)
91
+ activejob (= 4.2.7.1)
92
+ activemodel (= 4.2.7.1)
93
+ activerecord (= 4.2.7.1)
94
+ activesupport (= 4.2.7.1)
98
95
  bundler (>= 1.3.0, < 2.0)
99
- railties (= 4.2.7)
96
+ railties (= 4.2.7.1)
100
97
  sprockets-rails
101
98
  rails-deprecated_sanitizer (1.0.3)
102
99
  activesupport (>= 4.2.0.alpha)
103
- rails-dom-testing (1.0.7)
100
+ rails-dom-testing (1.0.8)
104
101
  activesupport (>= 4.2.0.beta, < 5.0)
105
- nokogiri (~> 1.6.0)
102
+ nokogiri (~> 1.6)
106
103
  rails-deprecated_sanitizer (>= 1.0.1)
107
104
  rails-html-sanitizer (1.0.3)
108
105
  loofah (~> 2.0)
109
- railties (4.2.7)
110
- actionpack (= 4.2.7)
111
- activesupport (= 4.2.7)
106
+ railties (4.2.7.1)
107
+ actionpack (= 4.2.7.1)
108
+ activesupport (= 4.2.7.1)
112
109
  rake (>= 0.8.7)
113
110
  thor (>= 0.18.1, < 2.0)
114
- rake (11.2.2)
115
- redis (3.3.1)
111
+ rake (12.0.0)
112
+ redis (3.3.3)
116
113
  redis-scripting (1.0.1)
117
114
  redis (>= 3.0)
118
115
  rspec (3.4.0)
@@ -128,7 +125,7 @@ GEM
128
125
  diff-lcs (>= 1.2.0, < 2.0)
129
126
  rspec-support (~> 3.4.0)
130
127
  rspec-support (3.4.1)
131
- rufus-scheduler (3.1.10)
128
+ rufus-scheduler (3.2.2)
132
129
  sinatra (1.4.7)
133
130
  rack (~> 1.5)
134
131
  rack-protection (~> 1.4)
@@ -141,16 +138,16 @@ GEM
141
138
  sinatra (~> 1.4.0)
142
139
  tilt (>= 1.3, < 3)
143
140
  slop (3.6.0)
144
- sprockets (3.7.0)
141
+ sprockets (3.7.1)
145
142
  concurrent-ruby (~> 1.0)
146
143
  rack (> 1, < 3)
147
- sprockets-rails (3.1.1)
144
+ sprockets-rails (3.2.0)
148
145
  actionpack (>= 4.0)
149
146
  activesupport (>= 4.0)
150
147
  sprockets (>= 3.0.0)
151
148
  test_after_commit (0.4.1)
152
149
  activerecord (>= 3.2)
153
- thor (0.19.1)
150
+ thor (0.19.4)
154
151
  thread_safe (0.3.5)
155
152
  tilt (2.0.5)
156
153
  timecop (0.7.1)
@@ -178,4 +175,4 @@ DEPENDENCIES
178
175
  wwtd (~> 1.3.0)
179
176
 
180
177
  BUNDLED WITH
181
- 1.12.5
178
+ 1.14.3
@@ -0,0 +1,185 @@
1
+ PATH
2
+ remote: ../..
3
+ specs:
4
+ inst-jobs (0.11.6)
5
+ after_transaction_commit (~> 1.0)
6
+ rails (>= 3.2)
7
+ redis (> 3.0)
8
+ redis-scripting (~> 1.0.1)
9
+ rufus-scheduler (~> 3.2.0)
10
+
11
+ GEM
12
+ remote: https://rubygems.org/
13
+ specs:
14
+ actioncable (5.0.1)
15
+ actionpack (= 5.0.1)
16
+ nio4r (~> 1.2)
17
+ websocket-driver (~> 0.6.1)
18
+ actionmailer (5.0.1)
19
+ actionpack (= 5.0.1)
20
+ actionview (= 5.0.1)
21
+ activejob (= 5.0.1)
22
+ mail (~> 2.5, >= 2.5.4)
23
+ rails-dom-testing (~> 2.0)
24
+ actionpack (5.0.1)
25
+ actionview (= 5.0.1)
26
+ activesupport (= 5.0.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.0.1)
32
+ activesupport (= 5.0.1)
33
+ builder (~> 3.1)
34
+ erubis (~> 2.7.0)
35
+ rails-dom-testing (~> 2.0)
36
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
+ activejob (5.0.1)
38
+ activesupport (= 5.0.1)
39
+ globalid (>= 0.3.6)
40
+ activemodel (5.0.1)
41
+ activesupport (= 5.0.1)
42
+ activerecord (5.0.1)
43
+ activemodel (= 5.0.1)
44
+ activesupport (= 5.0.1)
45
+ arel (~> 7.0)
46
+ activesupport (5.0.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.0)
52
+ activerecord (>= 4.0)
53
+ arel (7.1.4)
54
+ backports (3.6.8)
55
+ builder (3.2.3)
56
+ bump (0.5.3)
57
+ coderay (1.1.1)
58
+ concurrent-ruby (1.0.4)
59
+ database_cleaner (1.3.0)
60
+ diff-lcs (1.3)
61
+ erubis (2.7.0)
62
+ globalid (0.3.7)
63
+ activesupport (>= 4.1.0)
64
+ i18n (0.7.0)
65
+ loofah (2.0.3)
66
+ nokogiri (>= 1.5.9)
67
+ mail (2.6.4)
68
+ mime-types (>= 1.16, < 4)
69
+ method_source (0.8.2)
70
+ mime-types (3.1)
71
+ mime-types-data (~> 3.2015)
72
+ mime-types-data (3.2016.0521)
73
+ mini_portile2 (2.1.0)
74
+ minitest (5.10.1)
75
+ multi_json (1.12.1)
76
+ mustermann (1.0.0.beta2)
77
+ nio4r (1.2.1)
78
+ nokogiri (1.7.0.1)
79
+ mini_portile2 (~> 2.1.0)
80
+ pg (0.19.0)
81
+ pry (0.10.4)
82
+ coderay (~> 1.1.0)
83
+ method_source (~> 0.8.1)
84
+ slop (~> 3.4)
85
+ rack (2.0.1)
86
+ rack-protection (2.0.0.beta2)
87
+ rack
88
+ rack-test (0.6.3)
89
+ rack (>= 1.0)
90
+ rails (5.0.1)
91
+ actioncable (= 5.0.1)
92
+ actionmailer (= 5.0.1)
93
+ actionpack (= 5.0.1)
94
+ actionview (= 5.0.1)
95
+ activejob (= 5.0.1)
96
+ activemodel (= 5.0.1)
97
+ activerecord (= 5.0.1)
98
+ activesupport (= 5.0.1)
99
+ bundler (>= 1.3.0, < 2.0)
100
+ railties (= 5.0.1)
101
+ sprockets-rails (>= 2.0.0)
102
+ rails-dom-testing (2.0.2)
103
+ activesupport (>= 4.2.0, < 6.0)
104
+ nokogiri (~> 1.6)
105
+ rails-html-sanitizer (1.0.3)
106
+ loofah (~> 2.0)
107
+ railties (5.0.1)
108
+ actionpack (= 5.0.1)
109
+ activesupport (= 5.0.1)
110
+ method_source
111
+ rake (>= 0.8.7)
112
+ thor (>= 0.18.1, < 2.0)
113
+ rake (12.0.0)
114
+ redis (3.3.3)
115
+ redis-scripting (1.0.1)
116
+ redis (>= 3.0)
117
+ rspec (3.4.0)
118
+ rspec-core (~> 3.4.0)
119
+ rspec-expectations (~> 3.4.0)
120
+ rspec-mocks (~> 3.4.0)
121
+ rspec-core (3.4.4)
122
+ rspec-support (~> 3.4.0)
123
+ rspec-expectations (3.4.0)
124
+ diff-lcs (>= 1.2.0, < 2.0)
125
+ rspec-support (~> 3.4.0)
126
+ rspec-mocks (3.4.1)
127
+ diff-lcs (>= 1.2.0, < 2.0)
128
+ rspec-support (~> 3.4.0)
129
+ rspec-support (3.4.1)
130
+ rufus-scheduler (3.2.2)
131
+ sinatra (2.0.0.beta2)
132
+ mustermann (= 1.0.0.beta2)
133
+ rack (~> 2.0)
134
+ rack-protection (= 2.0.0.beta2)
135
+ tilt (~> 2.0)
136
+ sinatra-contrib (2.0.0.beta2)
137
+ backports (>= 2.0)
138
+ multi_json
139
+ mustermann (= 1.0.0.beta2)
140
+ rack-protection (= 2.0.0.beta2)
141
+ rack-test
142
+ sinatra (= 2.0.0.beta2)
143
+ tilt (>= 1.3, < 3)
144
+ slop (3.6.0)
145
+ sprockets (3.7.1)
146
+ concurrent-ruby (~> 1.0)
147
+ rack (> 1, < 3)
148
+ sprockets-rails (3.2.0)
149
+ actionpack (>= 4.0)
150
+ activesupport (>= 4.0)
151
+ sprockets (>= 3.0.0)
152
+ test_after_commit (0.4.1)
153
+ activerecord (>= 3.2)
154
+ thor (0.19.4)
155
+ thread_safe (0.3.5)
156
+ tilt (2.0.5)
157
+ timecop (0.7.1)
158
+ tzinfo (1.2.2)
159
+ thread_safe (~> 0.1)
160
+ websocket-driver (0.6.5)
161
+ websocket-extensions (>= 0.1.0)
162
+ websocket-extensions (0.1.2)
163
+ wwtd (1.3.0)
164
+
165
+ PLATFORMS
166
+ ruby
167
+
168
+ DEPENDENCIES
169
+ bump
170
+ database_cleaner (= 1.3.0)
171
+ inst-jobs!
172
+ pg
173
+ pry
174
+ rack-test
175
+ rails (~> 5.0.0)
176
+ rake
177
+ rspec (= 3.4.0)
178
+ sinatra (= 2.0.0.beta2)
179
+ sinatra-contrib (= 2.0.0.beta2)
180
+ test_after_commit (= 0.4.1)
181
+ timecop (= 0.7.1)
182
+ wwtd (~> 1.3.0)
183
+
184
+ BUNDLED WITH
185
+ 1.14.3
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.11.9
4
+ version: 0.11.10
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: 2017-01-23 00:00:00.000000000 Z
12
+ date: 2017-01-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: after_transaction_commit
@@ -45,14 +45,14 @@ dependencies:
45
45
  requirements:
46
46
  - - "~>"
47
47
  - !ruby/object:Gem::Version
48
- version: 3.2.0
48
+ version: 3.3.2
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
- version: 3.2.0
55
+ version: 3.3.2
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: redis
58
58
  requirement: !ruby/object:Gem::Requirement
@@ -81,6 +81,20 @@ dependencies:
81
81
  - - "~>"
82
82
  - !ruby/object:Gem::Version
83
83
  version: 1.0.1
84
+ - !ruby/object:Gem::Dependency
85
+ name: byebug
86
+ requirement: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: '0'
91
+ type: :development
92
+ prerelease: false
93
+ version_requirements: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ version: '0'
84
98
  - !ruby/object:Gem::Dependency
85
99
  name: bump
86
100
  requirement: !ruby/object:Gem::Requirement
@@ -336,6 +350,7 @@ files:
336
350
  - spec/gemfiles/42.gemfile
337
351
  - spec/gemfiles/42.gemfile.lock
338
352
  - spec/gemfiles/50.gemfile
353
+ - spec/gemfiles/50.gemfile.lock
339
354
  - spec/migrate/20140924140513_add_story_table.rb
340
355
  - spec/redis_job_spec.rb
341
356
  - spec/sample_jobs.rb
@@ -366,7 +381,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
366
381
  version: '0'
367
382
  requirements: []
368
383
  rubyforge_project:
369
- rubygems_version: 2.5.1
384
+ rubygems_version: 2.6.10
370
385
  signing_key:
371
386
  specification_version: 4
372
387
  summary: Instructure-maintained fork of delayed_job
@@ -388,6 +403,7 @@ test_files:
388
403
  - spec/gemfiles/42.gemfile
389
404
  - spec/gemfiles/42.gemfile.lock
390
405
  - spec/gemfiles/50.gemfile
406
+ - spec/gemfiles/50.gemfile.lock
391
407
  - spec/migrate/20140924140513_add_story_table.rb
392
408
  - spec/redis_job_spec.rb
393
409
  - spec/sample_jobs.rb