inst-jobs 0.13.4 → 0.13.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 53f1867b5ff621c85c51eee5d1c53cd03626c815
4
- data.tar.gz: da00939fdea142d9d8fd5039b1d0be3bef626753
3
+ metadata.gz: 6a6fbdeb269f4f69f782600a64e9f98eeb7c788b
4
+ data.tar.gz: ada970af5b83314a5c242c826f880af2808a16e7
5
5
  SHA512:
6
- metadata.gz: 26b36ac5aa3dfdc7361d13fc84e0c75f8afa767852317ff174c06ec2f79cdb1d82eb23318b712f1b20fc183bcbe074296046779677486669126d96657ddbb775
7
- data.tar.gz: fc0dcf2ea9f30756d08de2555c0e40cdad3fdeb997a863d69d01e9ab026d3ff3fc8143b89bc21fe56104fb7711006936f29cde3696901617f15f61e38bfca5a4
6
+ metadata.gz: c802d32a04ee4c5fc7c3000d0da1a16b4ac1f6badafa96b5163cf9683d02d777398504fd2b8e3649ce0313397e12c4e08aabedf21a41c58c0fdcd77af8b85a1c
7
+ data.tar.gz: bab3104244bfd19656440c748e17be05ecbde32064f92d600798475a78661e3c066f289f25fcb7ecab661e4a09ccaa343348dffe0e40ce9dd82e9a5a9135e5b4
@@ -1,3 +1,3 @@
1
1
  module Delayed
2
- VERSION = "0.13.4"
2
+ VERSION = "0.13.5"
3
3
  end
@@ -3,4 +3,5 @@ source "https://rubygems.org"
3
3
  gemspec :path=>"../../"
4
4
 
5
5
  gem "rails", "~> 4.2.5"
6
+ gem "after_transaction_commit", "<2"
6
7
  gem 'test_after_commit', '0.4.1'
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- inst-jobs (0.13.3)
5
- after_transaction_commit (~> 1.0)
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)
@@ -11,92 +11,90 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actionmailer (4.2.7.1)
15
- actionpack (= 4.2.7.1)
16
- actionview (= 4.2.7.1)
17
- activejob (= 4.2.7.1)
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.7.1)
21
- actionview (= 4.2.7.1)
22
- activesupport (= 4.2.7.1)
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.7.1)
28
- activesupport (= 4.2.7.1)
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
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
33
- activejob (4.2.7.1)
34
- activesupport (= 4.2.7.1)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
+ activejob (4.2.9)
34
+ activesupport (= 4.2.9)
35
35
  globalid (>= 0.3.0)
36
- activemodel (4.2.7.1)
37
- activesupport (= 4.2.7.1)
36
+ activemodel (4.2.9)
37
+ activesupport (= 4.2.9)
38
38
  builder (~> 3.1)
39
- activerecord (4.2.7.1)
40
- activemodel (= 4.2.7.1)
41
- activesupport (= 4.2.7.1)
39
+ activerecord (4.2.9)
40
+ activemodel (= 4.2.9)
41
+ activesupport (= 4.2.9)
42
42
  arel (~> 6.0)
43
- activesupport (4.2.7.1)
43
+ activesupport (4.2.9)
44
44
  i18n (~> 0.7)
45
- json (~> 1.7, >= 1.7.7)
46
45
  minitest (~> 5.1)
47
46
  thread_safe (~> 0.3, >= 0.3.4)
48
47
  tzinfo (~> 1.1)
49
48
  after_transaction_commit (1.1.2)
50
49
  activerecord (>= 4.0)
51
50
  arel (6.0.4)
52
- backports (3.6.8)
51
+ backports (3.8.0)
53
52
  builder (3.2.3)
54
- bump (0.5.3)
53
+ bump (0.5.4)
55
54
  byebug (9.0.6)
56
55
  coderay (1.1.1)
57
- concurrent-ruby (1.0.4)
56
+ concurrent-ruby (1.0.5)
58
57
  database_cleaner (1.6.1)
59
58
  diff-lcs (1.3)
60
59
  erubis (2.7.0)
61
- et-orbi (1.0.3)
60
+ et-orbi (1.0.5)
62
61
  tzinfo
63
- globalid (0.3.7)
64
- activesupport (>= 4.1.0)
65
- i18n (0.7.0)
66
- json (1.8.6)
62
+ globalid (0.4.0)
63
+ activesupport (>= 4.2.0)
64
+ i18n (0.8.6)
67
65
  loofah (2.0.3)
68
66
  nokogiri (>= 1.5.9)
69
- mail (2.6.4)
67
+ mail (2.6.6)
70
68
  mime-types (>= 1.16, < 4)
71
69
  method_source (0.8.2)
72
70
  mime-types (3.1)
73
71
  mime-types-data (~> 3.2015)
74
72
  mime-types-data (3.2016.0521)
75
- mini_portile2 (2.1.0)
76
- minitest (5.10.1)
73
+ mini_portile2 (2.2.0)
74
+ minitest (5.10.3)
77
75
  multi_json (1.12.1)
78
- nokogiri (1.7.0.1)
79
- mini_portile2 (~> 2.1.0)
80
- pg (0.19.0)
76
+ nokogiri (1.8.0)
77
+ mini_portile2 (~> 2.2.0)
78
+ pg (0.21.0)
81
79
  pry (0.10.4)
82
80
  coderay (~> 1.1.0)
83
81
  method_source (~> 0.8.1)
84
82
  slop (~> 3.4)
85
- rack (1.6.5)
83
+ rack (1.6.8)
86
84
  rack-protection (1.5.3)
87
85
  rack
88
86
  rack-test (0.6.3)
89
87
  rack (>= 1.0)
90
- rails (4.2.7.1)
91
- actionmailer (= 4.2.7.1)
92
- actionpack (= 4.2.7.1)
93
- actionview (= 4.2.7.1)
94
- activejob (= 4.2.7.1)
95
- activemodel (= 4.2.7.1)
96
- activerecord (= 4.2.7.1)
97
- activesupport (= 4.2.7.1)
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)
98
96
  bundler (>= 1.3.0, < 2.0)
99
- railties (= 4.2.7.1)
97
+ railties (= 4.2.9)
100
98
  sprockets-rails
101
99
  rails-deprecated_sanitizer (1.0.3)
102
100
  activesupport (>= 4.2.0.alpha)
@@ -106,9 +104,9 @@ GEM
106
104
  rails-deprecated_sanitizer (>= 1.0.1)
107
105
  rails-html-sanitizer (1.0.3)
108
106
  loofah (~> 2.0)
109
- railties (4.2.7.1)
110
- actionpack (= 4.2.7.1)
111
- activesupport (= 4.2.7.1)
107
+ railties (4.2.9)
108
+ actionpack (= 4.2.9)
109
+ activesupport (= 4.2.9)
112
110
  rake (>= 0.8.7)
113
111
  thor (>= 0.18.1, < 2.0)
114
112
  rake (12.0.0)
@@ -128,9 +126,9 @@ GEM
128
126
  diff-lcs (>= 1.2.0, < 2.0)
129
127
  rspec-support (~> 3.4.0)
130
128
  rspec-support (3.4.1)
131
- rufus-scheduler (3.4.0)
129
+ rufus-scheduler (3.4.2)
132
130
  et-orbi (~> 1.0)
133
- sinatra (1.4.7)
131
+ sinatra (1.4.8)
134
132
  rack (~> 1.5)
135
133
  rack-protection (~> 1.4)
136
134
  tilt (>= 1.3, < 3)
@@ -152,10 +150,10 @@ GEM
152
150
  test_after_commit (0.4.1)
153
151
  activerecord (>= 3.2)
154
152
  thor (0.19.4)
155
- thread_safe (0.3.5)
156
- tilt (2.0.5)
153
+ thread_safe (0.3.6)
154
+ tilt (2.0.8)
157
155
  timecop (0.7.1)
158
- tzinfo (1.2.2)
156
+ tzinfo (1.2.3)
159
157
  thread_safe (~> 0.1)
160
158
  wwtd (1.3.0)
161
159
 
@@ -163,6 +161,7 @@ PLATFORMS
163
161
  ruby
164
162
 
165
163
  DEPENDENCIES
164
+ after_transaction_commit (< 2)
166
165
  bump
167
166
  byebug
168
167
  database_cleaner (= 1.6.1)
@@ -180,4 +179,4 @@ DEPENDENCIES
180
179
  wwtd (~> 1.3.0)
181
180
 
182
181
  BUNDLED WITH
183
- 1.14.6
182
+ 1.15.3
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- inst-jobs (0.13.3)
5
- after_transaction_commit (~> 1.0)
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)
@@ -11,105 +11,105 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actioncable (5.0.1)
15
- actionpack (= 5.0.1)
16
- nio4r (~> 1.2)
14
+ actioncable (5.0.5)
15
+ actionpack (= 5.0.5)
16
+ nio4r (>= 1.2, < 3.0)
17
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)
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.1)
25
- actionview (= 5.0.1)
26
- activesupport (= 5.0.1)
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.1)
32
- activesupport (= 5.0.1)
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
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
- activejob (5.0.1)
38
- activesupport (= 5.0.1)
36
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
37
+ activejob (5.0.5)
38
+ activesupport (= 5.0.5)
39
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)
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.1)
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 (1.1.2)
52
- activerecord (>= 4.0)
51
+ after_transaction_commit (2.0.0)
52
+ activerecord (>= 5.0)
53
53
  arel (7.1.4)
54
- backports (3.6.8)
54
+ backports (3.8.0)
55
55
  builder (3.2.3)
56
- bump (0.5.3)
56
+ bump (0.5.4)
57
57
  byebug (9.0.6)
58
58
  coderay (1.1.1)
59
- concurrent-ruby (1.0.4)
59
+ concurrent-ruby (1.0.5)
60
60
  database_cleaner (1.6.1)
61
61
  diff-lcs (1.3)
62
62
  erubis (2.7.0)
63
- et-orbi (1.0.3)
63
+ et-orbi (1.0.5)
64
64
  tzinfo
65
- globalid (0.3.7)
66
- activesupport (>= 4.1.0)
67
- i18n (0.7.0)
65
+ globalid (0.4.0)
66
+ activesupport (>= 4.2.0)
67
+ i18n (0.8.6)
68
68
  loofah (2.0.3)
69
69
  nokogiri (>= 1.5.9)
70
- mail (2.6.4)
70
+ mail (2.6.6)
71
71
  mime-types (>= 1.16, < 4)
72
72
  method_source (0.8.2)
73
73
  mime-types (3.1)
74
74
  mime-types-data (~> 3.2015)
75
75
  mime-types-data (3.2016.0521)
76
- mini_portile2 (2.1.0)
77
- minitest (5.10.1)
76
+ mini_portile2 (2.2.0)
77
+ minitest (5.10.3)
78
78
  multi_json (1.12.1)
79
79
  mustermann (1.0.0.beta2)
80
- nio4r (1.2.1)
81
- nokogiri (1.7.0.1)
82
- mini_portile2 (~> 2.1.0)
83
- pg (0.19.0)
80
+ nio4r (2.1.0)
81
+ nokogiri (1.8.0)
82
+ mini_portile2 (~> 2.2.0)
83
+ pg (0.21.0)
84
84
  pry (0.10.4)
85
85
  coderay (~> 1.1.0)
86
86
  method_source (~> 0.8.1)
87
87
  slop (~> 3.4)
88
- rack (2.0.1)
88
+ rack (2.0.3)
89
89
  rack-protection (2.0.0.beta2)
90
90
  rack
91
91
  rack-test (0.6.3)
92
92
  rack (>= 1.0)
93
- rails (5.0.1)
94
- actioncable (= 5.0.1)
95
- actionmailer (= 5.0.1)
96
- actionpack (= 5.0.1)
97
- actionview (= 5.0.1)
98
- activejob (= 5.0.1)
99
- activemodel (= 5.0.1)
100
- activerecord (= 5.0.1)
101
- activesupport (= 5.0.1)
102
- bundler (>= 1.3.0, < 2.0)
103
- railties (= 5.0.1)
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)
104
104
  sprockets-rails (>= 2.0.0)
105
- rails-dom-testing (2.0.2)
106
- activesupport (>= 4.2.0, < 6.0)
107
- nokogiri (~> 1.6)
105
+ rails-dom-testing (2.0.3)
106
+ activesupport (>= 4.2.0)
107
+ nokogiri (>= 1.6)
108
108
  rails-html-sanitizer (1.0.3)
109
109
  loofah (~> 2.0)
110
- railties (5.0.1)
111
- actionpack (= 5.0.1)
112
- activesupport (= 5.0.1)
110
+ railties (5.0.5)
111
+ actionpack (= 5.0.5)
112
+ activesupport (= 5.0.5)
113
113
  method_source
114
114
  rake (>= 0.8.7)
115
115
  thor (>= 0.18.1, < 2.0)
@@ -130,7 +130,7 @@ GEM
130
130
  diff-lcs (>= 1.2.0, < 2.0)
131
131
  rspec-support (~> 3.4.0)
132
132
  rspec-support (3.4.1)
133
- rufus-scheduler (3.4.0)
133
+ rufus-scheduler (3.4.2)
134
134
  et-orbi (~> 1.0)
135
135
  sinatra (2.0.0.beta2)
136
136
  mustermann (= 1.0.0.beta2)
@@ -154,10 +154,10 @@ GEM
154
154
  activesupport (>= 4.0)
155
155
  sprockets (>= 3.0.0)
156
156
  thor (0.19.4)
157
- thread_safe (0.3.5)
158
- tilt (2.0.5)
157
+ thread_safe (0.3.6)
158
+ tilt (2.0.8)
159
159
  timecop (0.7.1)
160
- tzinfo (1.2.2)
160
+ tzinfo (1.2.3)
161
161
  thread_safe (~> 0.1)
162
162
  websocket-driver (0.6.5)
163
163
  websocket-extensions (>= 0.1.0)
@@ -184,4 +184,4 @@ DEPENDENCIES
184
184
  wwtd (~> 1.3.0)
185
185
 
186
186
  BUNDLED WITH
187
- 1.14.6
187
+ 1.15.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.13.4
4
+ version: 0.13.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Luetke
@@ -9,22 +9,28 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-06-16 00:00:00.000000000 Z
12
+ date: 2017-08-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: after_transaction_commit
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - "~>"
18
+ - - ">="
19
19
  - !ruby/object:Gem::Version
20
20
  version: '1.0'
21
+ - - "<"
22
+ - !ruby/object:Gem::Version
23
+ version: '3'
21
24
  type: :runtime
22
25
  prerelease: false
23
26
  version_requirements: !ruby/object:Gem::Requirement
24
27
  requirements:
25
- - - "~>"
28
+ - - ">="
26
29
  - !ruby/object:Gem::Version
27
30
  version: '1.0'
31
+ - - "<"
32
+ - !ruby/object:Gem::Version
33
+ version: '3'
28
34
  - !ruby/object:Gem::Dependency
29
35
  name: rails
30
36
  requirement: !ruby/object:Gem::Requirement