inst-jobs-statsd 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/inst_jobs_statsd/naming.rb +6 -3
- data/lib/inst_jobs_statsd/version.rb +1 -1
- data/spec/gemfiles/42.gemfile.lock +71 -69
- data/spec/gemfiles/50.gemfile.lock +76 -74
- data/spec/gemfiles/51.gemfile.lock +82 -80
- metadata +22 -22
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: daa09756d979dec45fda1d0c3a7cf7f8a9d3f1ff
|
4
|
+
data.tar.gz: 6cf8a8509696f99e7bbdbede8f405ab6b88bb5f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5c2a28480d49071e39f6fc55a63310a2f4837093ff6c573281d34b026783cac0a3bc6ff139e44681e0fc48633ac26167b5b5f018a95ba7d72871642035acfd4
|
7
|
+
data.tar.gz: d02a33ba5c422b227a7e2f532e3fe4ed714949d35b6c7cf3d09dbb6211f7479833d16a1b90dc94fec717f5533eb507adb19f1d18ab0ba7c95937067e9698eba8
|
@@ -52,9 +52,12 @@ module InstJobsStatsd
|
|
52
52
|
def self.region_tags(stat_names)
|
53
53
|
return unless ENV['INST_JOBS_STATSD_NAMESPACE']
|
54
54
|
|
55
|
-
|
56
|
-
|
57
|
-
|
55
|
+
stat_names.map do |name|
|
56
|
+
name
|
57
|
+
.split('.')
|
58
|
+
.insert(2, ENV['INST_JOBS_STATSD_NAMESPACE'])
|
59
|
+
.join('.')
|
60
|
+
end
|
58
61
|
end
|
59
62
|
end
|
60
63
|
end
|
@@ -1,43 +1,43 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../..
|
3
3
|
specs:
|
4
|
-
inst-jobs-statsd (1.
|
5
|
-
inst-jobs (>= 0.13, < 0.
|
4
|
+
inst-jobs-statsd (1.1.0)
|
5
|
+
inst-jobs (>= 0.13, < 0.16)
|
6
6
|
inst_statsd (~> 2.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actionmailer (4.2.
|
12
|
-
actionpack (= 4.2.
|
13
|
-
actionview (= 4.2.
|
14
|
-
activejob (= 4.2.
|
11
|
+
actionmailer (4.2.9)
|
12
|
+
actionpack (= 4.2.9)
|
13
|
+
actionview (= 4.2.9)
|
14
|
+
activejob (= 4.2.9)
|
15
15
|
mail (~> 2.5, >= 2.5.4)
|
16
16
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
17
|
-
actionpack (4.2.
|
18
|
-
actionview (= 4.2.
|
19
|
-
activesupport (= 4.2.
|
17
|
+
actionpack (4.2.9)
|
18
|
+
actionview (= 4.2.9)
|
19
|
+
activesupport (= 4.2.9)
|
20
20
|
rack (~> 1.6)
|
21
21
|
rack-test (~> 0.6.2)
|
22
22
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
23
23
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
24
|
-
actionview (4.2.
|
25
|
-
activesupport (= 4.2.
|
24
|
+
actionview (4.2.9)
|
25
|
+
activesupport (= 4.2.9)
|
26
26
|
builder (~> 3.1)
|
27
27
|
erubis (~> 2.7.0)
|
28
28
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
29
29
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
30
|
-
activejob (4.2.
|
31
|
-
activesupport (= 4.2.
|
30
|
+
activejob (4.2.9)
|
31
|
+
activesupport (= 4.2.9)
|
32
32
|
globalid (>= 0.3.0)
|
33
|
-
activemodel (4.2.
|
34
|
-
activesupport (= 4.2.
|
33
|
+
activemodel (4.2.9)
|
34
|
+
activesupport (= 4.2.9)
|
35
35
|
builder (~> 3.1)
|
36
|
-
activerecord (4.2.
|
37
|
-
activemodel (= 4.2.
|
38
|
-
activesupport (= 4.2.
|
36
|
+
activerecord (4.2.9)
|
37
|
+
activemodel (= 4.2.9)
|
38
|
+
activesupport (= 4.2.9)
|
39
39
|
arel (~> 6.0)
|
40
|
-
activesupport (4.2.
|
40
|
+
activesupport (4.2.9)
|
41
41
|
i18n (~> 0.7)
|
42
42
|
minitest (~> 5.1)
|
43
43
|
thread_safe (~> 0.3, >= 0.3.4)
|
@@ -50,23 +50,21 @@ GEM
|
|
50
50
|
ast (2.3.0)
|
51
51
|
builder (3.2.3)
|
52
52
|
bump (0.5.4)
|
53
|
-
byebug (9.
|
54
|
-
coderay (1.1.
|
53
|
+
byebug (9.0.6)
|
54
|
+
coderay (1.1.1)
|
55
55
|
concurrent-ruby (1.0.5)
|
56
|
-
crass (1.0.3)
|
57
56
|
database_cleaner (1.6.1)
|
58
57
|
diff-lcs (1.3)
|
59
58
|
docile (1.1.5)
|
60
59
|
erubis (2.7.0)
|
61
|
-
et-orbi (1.0.
|
60
|
+
et-orbi (1.0.5)
|
62
61
|
tzinfo
|
63
|
-
factory_girl (4.
|
62
|
+
factory_girl (4.8.1)
|
64
63
|
activesupport (>= 3.0.0)
|
65
|
-
globalid (0.4.
|
64
|
+
globalid (0.4.0)
|
66
65
|
activesupport (>= 4.2.0)
|
67
|
-
i18n (0.
|
68
|
-
|
69
|
-
inst-jobs (0.14.2)
|
66
|
+
i18n (0.8.6)
|
67
|
+
inst-jobs (0.14.0)
|
70
68
|
after_transaction_commit (>= 1.0, < 3)
|
71
69
|
rails (>= 4.2)
|
72
70
|
redis (> 3.0)
|
@@ -76,54 +74,57 @@ GEM
|
|
76
74
|
aroi (~> 0.0.4)
|
77
75
|
statsd-ruby (~> 1.0)
|
78
76
|
json (2.1.0)
|
79
|
-
loofah (2.
|
80
|
-
crass (~> 1.0.2)
|
77
|
+
loofah (2.0.3)
|
81
78
|
nokogiri (>= 1.5.9)
|
82
|
-
mail (2.
|
83
|
-
|
84
|
-
method_source (0.
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
79
|
+
mail (2.6.6)
|
80
|
+
mime-types (>= 1.16, < 4)
|
81
|
+
method_source (0.8.2)
|
82
|
+
mime-types (3.1)
|
83
|
+
mime-types-data (~> 3.2015)
|
84
|
+
mime-types-data (3.2016.0521)
|
85
|
+
mini_portile2 (2.2.0)
|
86
|
+
minitest (5.10.3)
|
87
|
+
nokogiri (1.8.0)
|
88
|
+
mini_portile2 (~> 2.2.0)
|
89
|
+
parallel (1.12.0)
|
90
|
+
parser (2.4.0.0)
|
91
|
+
ast (~> 2.2)
|
92
|
+
pg (0.21.0)
|
94
93
|
powerpack (0.1.1)
|
95
|
-
pry (0.
|
94
|
+
pry (0.10.4)
|
96
95
|
coderay (~> 1.1.0)
|
97
|
-
method_source (~> 0.
|
96
|
+
method_source (~> 0.8.1)
|
97
|
+
slop (~> 3.4)
|
98
98
|
rack (1.6.8)
|
99
99
|
rack-test (0.6.3)
|
100
100
|
rack (>= 1.0)
|
101
|
-
rails (4.2.
|
102
|
-
actionmailer (= 4.2.
|
103
|
-
actionpack (= 4.2.
|
104
|
-
actionview (= 4.2.
|
105
|
-
activejob (= 4.2.
|
106
|
-
activemodel (= 4.2.
|
107
|
-
activerecord (= 4.2.
|
108
|
-
activesupport (= 4.2.
|
101
|
+
rails (4.2.9)
|
102
|
+
actionmailer (= 4.2.9)
|
103
|
+
actionpack (= 4.2.9)
|
104
|
+
actionview (= 4.2.9)
|
105
|
+
activejob (= 4.2.9)
|
106
|
+
activemodel (= 4.2.9)
|
107
|
+
activerecord (= 4.2.9)
|
108
|
+
activesupport (= 4.2.9)
|
109
109
|
bundler (>= 1.3.0, < 2.0)
|
110
|
-
railties (= 4.2.
|
110
|
+
railties (= 4.2.9)
|
111
111
|
sprockets-rails
|
112
112
|
rails-deprecated_sanitizer (1.0.3)
|
113
113
|
activesupport (>= 4.2.0.alpha)
|
114
|
-
rails-dom-testing (1.0.
|
115
|
-
activesupport (>= 4.2.0, < 5.0)
|
114
|
+
rails-dom-testing (1.0.8)
|
115
|
+
activesupport (>= 4.2.0.beta, < 5.0)
|
116
116
|
nokogiri (~> 1.6)
|
117
117
|
rails-deprecated_sanitizer (>= 1.0.1)
|
118
118
|
rails-html-sanitizer (1.0.3)
|
119
119
|
loofah (~> 2.0)
|
120
|
-
railties (4.2.
|
121
|
-
actionpack (= 4.2.
|
122
|
-
activesupport (= 4.2.
|
120
|
+
railties (4.2.9)
|
121
|
+
actionpack (= 4.2.9)
|
122
|
+
activesupport (= 4.2.9)
|
123
123
|
rake (>= 0.8.7)
|
124
124
|
thor (>= 0.18.1, < 2.0)
|
125
|
-
rainbow (
|
126
|
-
|
125
|
+
rainbow (2.2.2)
|
126
|
+
rake
|
127
|
+
rake (12.0.0)
|
127
128
|
redis (4.0.1)
|
128
129
|
redis-scripting (1.0.1)
|
129
130
|
redis (>= 3.0)
|
@@ -140,11 +141,11 @@ GEM
|
|
140
141
|
diff-lcs (>= 1.2.0, < 2.0)
|
141
142
|
rspec-support (~> 3.4.0)
|
142
143
|
rspec-support (3.4.1)
|
143
|
-
rubocop (0.
|
144
|
+
rubocop (0.50.0)
|
144
145
|
parallel (~> 1.10)
|
145
|
-
parser (>= 2.
|
146
|
+
parser (>= 2.3.3.1, < 3.0)
|
146
147
|
powerpack (~> 0.1)
|
147
|
-
rainbow (>= 2.2.2, <
|
148
|
+
rainbow (>= 2.2.2, < 3.0)
|
148
149
|
ruby-progressbar (~> 1.7)
|
149
150
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
150
151
|
ruby-progressbar (1.9.0)
|
@@ -155,20 +156,21 @@ GEM
|
|
155
156
|
json (>= 1.8, < 3)
|
156
157
|
simplecov-html (~> 0.10.0)
|
157
158
|
simplecov-html (0.10.2)
|
159
|
+
slop (3.6.0)
|
158
160
|
sprockets (3.7.1)
|
159
161
|
concurrent-ruby (~> 1.0)
|
160
162
|
rack (> 1, < 3)
|
161
|
-
sprockets-rails (3.2.
|
163
|
+
sprockets-rails (3.2.0)
|
162
164
|
actionpack (>= 4.0)
|
163
165
|
activesupport (>= 4.0)
|
164
166
|
sprockets (>= 3.0.0)
|
165
167
|
statsd-ruby (1.4.0)
|
166
168
|
test_after_commit (0.4.1)
|
167
169
|
activerecord (>= 3.2)
|
168
|
-
thor (0.
|
170
|
+
thor (0.19.4)
|
169
171
|
thread_safe (0.3.6)
|
170
|
-
timecop (0.
|
171
|
-
tzinfo (1.2.
|
172
|
+
timecop (0.7.1)
|
173
|
+
tzinfo (1.2.3)
|
172
174
|
thread_safe (~> 0.1)
|
173
175
|
unicode-display_width (1.3.0)
|
174
176
|
wwtd (1.3.0)
|
@@ -184,7 +186,7 @@ DEPENDENCIES
|
|
184
186
|
database_cleaner (= 1.6.1)
|
185
187
|
factory_girl
|
186
188
|
inst-jobs-statsd!
|
187
|
-
pg
|
189
|
+
pg (= 0.21.0)
|
188
190
|
pry
|
189
191
|
rails (~> 4.2.5)
|
190
192
|
rake
|
@@ -196,4 +198,4 @@ DEPENDENCIES
|
|
196
198
|
wwtd (~> 1.3.0)
|
197
199
|
|
198
200
|
BUNDLED WITH
|
199
|
-
1.
|
201
|
+
1.15.4
|
@@ -1,46 +1,46 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../..
|
3
3
|
specs:
|
4
|
-
inst-jobs-statsd (1.
|
5
|
-
inst-jobs (>= 0.13, < 0.
|
4
|
+
inst-jobs-statsd (1.1.0)
|
5
|
+
inst-jobs (>= 0.13, < 0.16)
|
6
6
|
inst_statsd (~> 2.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (5.0.
|
12
|
-
actionpack (= 5.0.
|
11
|
+
actioncable (5.0.4)
|
12
|
+
actionpack (= 5.0.4)
|
13
13
|
nio4r (>= 1.2, < 3.0)
|
14
14
|
websocket-driver (~> 0.6.1)
|
15
|
-
actionmailer (5.0.
|
16
|
-
actionpack (= 5.0.
|
17
|
-
actionview (= 5.0.
|
18
|
-
activejob (= 5.0.
|
15
|
+
actionmailer (5.0.4)
|
16
|
+
actionpack (= 5.0.4)
|
17
|
+
actionview (= 5.0.4)
|
18
|
+
activejob (= 5.0.4)
|
19
19
|
mail (~> 2.5, >= 2.5.4)
|
20
20
|
rails-dom-testing (~> 2.0)
|
21
|
-
actionpack (5.0.
|
22
|
-
actionview (= 5.0.
|
23
|
-
activesupport (= 5.0.
|
21
|
+
actionpack (5.0.4)
|
22
|
+
actionview (= 5.0.4)
|
23
|
+
activesupport (= 5.0.4)
|
24
24
|
rack (~> 2.0)
|
25
25
|
rack-test (~> 0.6.3)
|
26
26
|
rails-dom-testing (~> 2.0)
|
27
27
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
28
|
-
actionview (5.0.
|
29
|
-
activesupport (= 5.0.
|
28
|
+
actionview (5.0.4)
|
29
|
+
activesupport (= 5.0.4)
|
30
30
|
builder (~> 3.1)
|
31
31
|
erubis (~> 2.7.0)
|
32
32
|
rails-dom-testing (~> 2.0)
|
33
33
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
-
activejob (5.0.
|
35
|
-
activesupport (= 5.0.
|
34
|
+
activejob (5.0.4)
|
35
|
+
activesupport (= 5.0.4)
|
36
36
|
globalid (>= 0.3.6)
|
37
|
-
activemodel (5.0.
|
38
|
-
activesupport (= 5.0.
|
39
|
-
activerecord (5.0.
|
40
|
-
activemodel (= 5.0.
|
41
|
-
activesupport (= 5.0.
|
37
|
+
activemodel (5.0.4)
|
38
|
+
activesupport (= 5.0.4)
|
39
|
+
activerecord (5.0.4)
|
40
|
+
activemodel (= 5.0.4)
|
41
|
+
activesupport (= 5.0.4)
|
42
42
|
arel (~> 7.0)
|
43
|
-
activesupport (5.0.
|
43
|
+
activesupport (5.0.4)
|
44
44
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
45
45
|
i18n (~> 0.7)
|
46
46
|
minitest (~> 5.1)
|
@@ -51,26 +51,24 @@ GEM
|
|
51
51
|
aroi (0.0.5)
|
52
52
|
rails (>= 3.2, < 5.2)
|
53
53
|
ast (2.3.0)
|
54
|
-
backports (3.
|
54
|
+
backports (3.8.0)
|
55
55
|
builder (3.2.3)
|
56
56
|
bump (0.5.4)
|
57
|
-
byebug (9.
|
58
|
-
coderay (1.1.
|
57
|
+
byebug (9.0.6)
|
58
|
+
coderay (1.1.1)
|
59
59
|
concurrent-ruby (1.0.5)
|
60
|
-
crass (1.0.3)
|
61
60
|
database_cleaner (1.6.1)
|
62
61
|
diff-lcs (1.3)
|
63
62
|
docile (1.1.5)
|
64
63
|
erubis (2.7.0)
|
65
|
-
et-orbi (1.0.
|
64
|
+
et-orbi (1.0.5)
|
66
65
|
tzinfo
|
67
|
-
factory_girl (4.
|
66
|
+
factory_girl (4.8.1)
|
68
67
|
activesupport (>= 3.0.0)
|
69
|
-
globalid (0.4.
|
68
|
+
globalid (0.4.0)
|
70
69
|
activesupport (>= 4.2.0)
|
71
|
-
i18n (0.
|
72
|
-
|
73
|
-
inst-jobs (0.14.2)
|
70
|
+
i18n (0.8.6)
|
71
|
+
inst-jobs (0.14.0)
|
74
72
|
after_transaction_commit (>= 1.0, < 3)
|
75
73
|
rails (>= 4.2)
|
76
74
|
redis (> 3.0)
|
@@ -80,58 +78,61 @@ GEM
|
|
80
78
|
aroi (~> 0.0.4)
|
81
79
|
statsd-ruby (~> 1.0)
|
82
80
|
json (2.1.0)
|
83
|
-
loofah (2.
|
84
|
-
crass (~> 1.0.2)
|
81
|
+
loofah (2.0.3)
|
85
82
|
nokogiri (>= 1.5.9)
|
86
|
-
mail (2.
|
87
|
-
|
88
|
-
method_source (0.
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
83
|
+
mail (2.6.6)
|
84
|
+
mime-types (>= 1.16, < 4)
|
85
|
+
method_source (0.8.2)
|
86
|
+
mime-types (3.1)
|
87
|
+
mime-types-data (~> 3.2015)
|
88
|
+
mime-types-data (3.2016.0521)
|
89
|
+
mini_portile2 (2.2.0)
|
90
|
+
minitest (5.10.3)
|
91
|
+
multi_json (1.12.1)
|
93
92
|
mustermann (1.0.0.beta2)
|
94
|
-
nio4r (2.
|
95
|
-
nokogiri (1.8.
|
96
|
-
mini_portile2 (~> 2.
|
97
|
-
parallel (1.12.
|
98
|
-
parser (2.4.0.
|
99
|
-
ast (~> 2.
|
93
|
+
nio4r (2.1.0)
|
94
|
+
nokogiri (1.8.0)
|
95
|
+
mini_portile2 (~> 2.2.0)
|
96
|
+
parallel (1.12.0)
|
97
|
+
parser (2.4.0.0)
|
98
|
+
ast (~> 2.2)
|
100
99
|
pg (0.21.0)
|
101
100
|
powerpack (0.1.1)
|
102
|
-
pry (0.
|
101
|
+
pry (0.10.4)
|
103
102
|
coderay (~> 1.1.0)
|
104
|
-
method_source (~> 0.
|
103
|
+
method_source (~> 0.8.1)
|
104
|
+
slop (~> 3.4)
|
105
105
|
rack (2.0.3)
|
106
106
|
rack-protection (2.0.0.beta2)
|
107
107
|
rack
|
108
108
|
rack-test (0.6.3)
|
109
109
|
rack (>= 1.0)
|
110
|
-
rails (5.0.
|
111
|
-
actioncable (= 5.0.
|
112
|
-
actionmailer (= 5.0.
|
113
|
-
actionpack (= 5.0.
|
114
|
-
actionview (= 5.0.
|
115
|
-
activejob (= 5.0.
|
116
|
-
activemodel (= 5.0.
|
117
|
-
activerecord (= 5.0.
|
118
|
-
activesupport (= 5.0.
|
119
|
-
bundler (>= 1.3.0)
|
120
|
-
railties (= 5.0.
|
110
|
+
rails (5.0.4)
|
111
|
+
actioncable (= 5.0.4)
|
112
|
+
actionmailer (= 5.0.4)
|
113
|
+
actionpack (= 5.0.4)
|
114
|
+
actionview (= 5.0.4)
|
115
|
+
activejob (= 5.0.4)
|
116
|
+
activemodel (= 5.0.4)
|
117
|
+
activerecord (= 5.0.4)
|
118
|
+
activesupport (= 5.0.4)
|
119
|
+
bundler (>= 1.3.0, < 2.0)
|
120
|
+
railties (= 5.0.4)
|
121
121
|
sprockets-rails (>= 2.0.0)
|
122
122
|
rails-dom-testing (2.0.3)
|
123
123
|
activesupport (>= 4.2.0)
|
124
124
|
nokogiri (>= 1.6)
|
125
125
|
rails-html-sanitizer (1.0.3)
|
126
126
|
loofah (~> 2.0)
|
127
|
-
railties (5.0.
|
128
|
-
actionpack (= 5.0.
|
129
|
-
activesupport (= 5.0.
|
127
|
+
railties (5.0.4)
|
128
|
+
actionpack (= 5.0.4)
|
129
|
+
activesupport (= 5.0.4)
|
130
130
|
method_source
|
131
131
|
rake (>= 0.8.7)
|
132
132
|
thor (>= 0.18.1, < 2.0)
|
133
|
-
rainbow (
|
134
|
-
|
133
|
+
rainbow (2.2.2)
|
134
|
+
rake
|
135
|
+
rake (12.0.0)
|
135
136
|
redis (4.0.1)
|
136
137
|
redis-scripting (1.0.1)
|
137
138
|
redis (>= 3.0)
|
@@ -148,11 +149,11 @@ GEM
|
|
148
149
|
diff-lcs (>= 1.2.0, < 2.0)
|
149
150
|
rspec-support (~> 3.4.0)
|
150
151
|
rspec-support (3.4.1)
|
151
|
-
rubocop (0.
|
152
|
+
rubocop (0.50.0)
|
152
153
|
parallel (~> 1.10)
|
153
|
-
parser (>= 2.
|
154
|
+
parser (>= 2.3.3.1, < 3.0)
|
154
155
|
powerpack (~> 0.1)
|
155
|
-
rainbow (>= 2.2.2, <
|
156
|
+
rainbow (>= 2.2.2, < 3.0)
|
156
157
|
ruby-progressbar (~> 1.7)
|
157
158
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
158
159
|
ruby-progressbar (1.9.0)
|
@@ -176,24 +177,25 @@ GEM
|
|
176
177
|
rack-test
|
177
178
|
sinatra (= 2.0.0.beta2)
|
178
179
|
tilt (>= 1.3, < 3)
|
180
|
+
slop (3.6.0)
|
179
181
|
sprockets (3.7.1)
|
180
182
|
concurrent-ruby (~> 1.0)
|
181
183
|
rack (> 1, < 3)
|
182
|
-
sprockets-rails (3.2.
|
184
|
+
sprockets-rails (3.2.0)
|
183
185
|
actionpack (>= 4.0)
|
184
186
|
activesupport (>= 4.0)
|
185
187
|
sprockets (>= 3.0.0)
|
186
188
|
statsd-ruby (1.4.0)
|
187
|
-
thor (0.
|
189
|
+
thor (0.19.4)
|
188
190
|
thread_safe (0.3.6)
|
189
|
-
tilt (2.0.
|
190
|
-
timecop (0.
|
191
|
-
tzinfo (1.2.
|
191
|
+
tilt (2.0.7)
|
192
|
+
timecop (0.7.1)
|
193
|
+
tzinfo (1.2.3)
|
192
194
|
thread_safe (~> 0.1)
|
193
195
|
unicode-display_width (1.3.0)
|
194
196
|
websocket-driver (0.6.5)
|
195
197
|
websocket-extensions (>= 0.1.0)
|
196
|
-
websocket-extensions (0.1.
|
198
|
+
websocket-extensions (0.1.2)
|
197
199
|
wwtd (1.3.0)
|
198
200
|
|
199
201
|
PLATFORMS
|
@@ -219,4 +221,4 @@ DEPENDENCIES
|
|
219
221
|
wwtd (~> 1.3.0)
|
220
222
|
|
221
223
|
BUNDLED WITH
|
222
|
-
1.
|
224
|
+
1.15.4
|
@@ -1,46 +1,46 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../..
|
3
3
|
specs:
|
4
|
-
inst-jobs-statsd (1.
|
5
|
-
inst-jobs (>= 0.13, < 0.
|
4
|
+
inst-jobs-statsd (1.1.0)
|
5
|
+
inst-jobs (>= 0.13, < 0.16)
|
6
6
|
inst_statsd (~> 2.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (5.1.
|
12
|
-
actionpack (= 5.1.
|
11
|
+
actioncable (5.1.2)
|
12
|
+
actionpack (= 5.1.2)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (~> 0.6.1)
|
15
|
-
actionmailer (5.1.
|
16
|
-
actionpack (= 5.1.
|
17
|
-
actionview (= 5.1.
|
18
|
-
activejob (= 5.1.
|
15
|
+
actionmailer (5.1.2)
|
16
|
+
actionpack (= 5.1.2)
|
17
|
+
actionview (= 5.1.2)
|
18
|
+
activejob (= 5.1.2)
|
19
19
|
mail (~> 2.5, >= 2.5.4)
|
20
20
|
rails-dom-testing (~> 2.0)
|
21
|
-
actionpack (5.1.
|
22
|
-
actionview (= 5.1.
|
23
|
-
activesupport (= 5.1.
|
21
|
+
actionpack (5.1.2)
|
22
|
+
actionview (= 5.1.2)
|
23
|
+
activesupport (= 5.1.2)
|
24
24
|
rack (~> 2.0)
|
25
|
-
rack-test (
|
25
|
+
rack-test (~> 0.6.3)
|
26
26
|
rails-dom-testing (~> 2.0)
|
27
27
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
28
|
-
actionview (5.1.
|
29
|
-
activesupport (= 5.1.
|
28
|
+
actionview (5.1.2)
|
29
|
+
activesupport (= 5.1.2)
|
30
30
|
builder (~> 3.1)
|
31
31
|
erubi (~> 1.4)
|
32
32
|
rails-dom-testing (~> 2.0)
|
33
33
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
-
activejob (5.1.
|
35
|
-
activesupport (= 5.1.
|
34
|
+
activejob (5.1.2)
|
35
|
+
activesupport (= 5.1.2)
|
36
36
|
globalid (>= 0.3.6)
|
37
|
-
activemodel (5.1.
|
38
|
-
activesupport (= 5.1.
|
39
|
-
activerecord (5.1.
|
40
|
-
activemodel (= 5.1.
|
41
|
-
activesupport (= 5.1.
|
37
|
+
activemodel (5.1.2)
|
38
|
+
activesupport (= 5.1.2)
|
39
|
+
activerecord (5.1.2)
|
40
|
+
activemodel (= 5.1.2)
|
41
|
+
activesupport (= 5.1.2)
|
42
42
|
arel (~> 8.0)
|
43
|
-
activesupport (5.1.
|
43
|
+
activesupport (5.1.2)
|
44
44
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
45
45
|
i18n (~> 0.7)
|
46
46
|
minitest (~> 5.1)
|
@@ -51,26 +51,24 @@ GEM
|
|
51
51
|
aroi (0.0.5)
|
52
52
|
rails (>= 3.2, < 5.2)
|
53
53
|
ast (2.3.0)
|
54
|
-
backports (3.
|
54
|
+
backports (3.8.0)
|
55
55
|
builder (3.2.3)
|
56
56
|
bump (0.5.4)
|
57
|
-
byebug (9.
|
58
|
-
coderay (1.1.
|
57
|
+
byebug (9.0.6)
|
58
|
+
coderay (1.1.1)
|
59
59
|
concurrent-ruby (1.0.5)
|
60
|
-
crass (1.0.3)
|
61
60
|
database_cleaner (1.6.1)
|
62
61
|
diff-lcs (1.3)
|
63
62
|
docile (1.1.5)
|
64
|
-
erubi (1.
|
65
|
-
et-orbi (1.0.
|
63
|
+
erubi (1.6.1)
|
64
|
+
et-orbi (1.0.5)
|
66
65
|
tzinfo
|
67
|
-
factory_girl (4.
|
66
|
+
factory_girl (4.8.1)
|
68
67
|
activesupport (>= 3.0.0)
|
69
|
-
globalid (0.4.
|
68
|
+
globalid (0.4.0)
|
70
69
|
activesupport (>= 4.2.0)
|
71
|
-
i18n (0.
|
72
|
-
|
73
|
-
inst-jobs (0.14.2)
|
70
|
+
i18n (0.8.6)
|
71
|
+
inst-jobs (0.14.0)
|
74
72
|
after_transaction_commit (>= 1.0, < 3)
|
75
73
|
rails (>= 4.2)
|
76
74
|
redis (> 3.0)
|
@@ -80,58 +78,61 @@ GEM
|
|
80
78
|
aroi (~> 0.0.4)
|
81
79
|
statsd-ruby (~> 1.0)
|
82
80
|
json (2.1.0)
|
83
|
-
loofah (2.
|
84
|
-
crass (~> 1.0.2)
|
81
|
+
loofah (2.0.3)
|
85
82
|
nokogiri (>= 1.5.9)
|
86
|
-
mail (2.
|
87
|
-
|
88
|
-
method_source (0.
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
83
|
+
mail (2.6.6)
|
84
|
+
mime-types (>= 1.16, < 4)
|
85
|
+
method_source (0.8.2)
|
86
|
+
mime-types (3.1)
|
87
|
+
mime-types-data (~> 3.2015)
|
88
|
+
mime-types-data (3.2016.0521)
|
89
|
+
mini_portile2 (2.2.0)
|
90
|
+
minitest (5.10.3)
|
91
|
+
multi_json (1.12.1)
|
93
92
|
mustermann (1.0.0.beta2)
|
94
|
-
nio4r (2.
|
95
|
-
nokogiri (1.8.
|
96
|
-
mini_portile2 (~> 2.
|
97
|
-
parallel (1.12.
|
98
|
-
parser (2.4.0.
|
99
|
-
ast (~> 2.
|
100
|
-
pg (
|
93
|
+
nio4r (2.1.0)
|
94
|
+
nokogiri (1.8.0)
|
95
|
+
mini_portile2 (~> 2.2.0)
|
96
|
+
parallel (1.12.0)
|
97
|
+
parser (2.4.0.0)
|
98
|
+
ast (~> 2.2)
|
99
|
+
pg (0.21.0)
|
101
100
|
powerpack (0.1.1)
|
102
|
-
pry (0.
|
101
|
+
pry (0.10.4)
|
103
102
|
coderay (~> 1.1.0)
|
104
|
-
method_source (~> 0.
|
103
|
+
method_source (~> 0.8.1)
|
104
|
+
slop (~> 3.4)
|
105
105
|
rack (2.0.3)
|
106
106
|
rack-protection (2.0.0.beta2)
|
107
107
|
rack
|
108
|
-
rack-test (0.
|
109
|
-
rack (>= 1.0
|
110
|
-
rails (5.1.
|
111
|
-
actioncable (= 5.1.
|
112
|
-
actionmailer (= 5.1.
|
113
|
-
actionpack (= 5.1.
|
114
|
-
actionview (= 5.1.
|
115
|
-
activejob (= 5.1.
|
116
|
-
activemodel (= 5.1.
|
117
|
-
activerecord (= 5.1.
|
118
|
-
activesupport (= 5.1.
|
119
|
-
bundler (>= 1.3.0)
|
120
|
-
railties (= 5.1.
|
108
|
+
rack-test (0.6.3)
|
109
|
+
rack (>= 1.0)
|
110
|
+
rails (5.1.2)
|
111
|
+
actioncable (= 5.1.2)
|
112
|
+
actionmailer (= 5.1.2)
|
113
|
+
actionpack (= 5.1.2)
|
114
|
+
actionview (= 5.1.2)
|
115
|
+
activejob (= 5.1.2)
|
116
|
+
activemodel (= 5.1.2)
|
117
|
+
activerecord (= 5.1.2)
|
118
|
+
activesupport (= 5.1.2)
|
119
|
+
bundler (>= 1.3.0, < 2.0)
|
120
|
+
railties (= 5.1.2)
|
121
121
|
sprockets-rails (>= 2.0.0)
|
122
122
|
rails-dom-testing (2.0.3)
|
123
123
|
activesupport (>= 4.2.0)
|
124
124
|
nokogiri (>= 1.6)
|
125
125
|
rails-html-sanitizer (1.0.3)
|
126
126
|
loofah (~> 2.0)
|
127
|
-
railties (5.1.
|
128
|
-
actionpack (= 5.1.
|
129
|
-
activesupport (= 5.1.
|
127
|
+
railties (5.1.2)
|
128
|
+
actionpack (= 5.1.2)
|
129
|
+
activesupport (= 5.1.2)
|
130
130
|
method_source
|
131
131
|
rake (>= 0.8.7)
|
132
132
|
thor (>= 0.18.1, < 2.0)
|
133
|
-
rainbow (
|
134
|
-
|
133
|
+
rainbow (2.2.2)
|
134
|
+
rake
|
135
|
+
rake (12.0.0)
|
135
136
|
redis (4.0.1)
|
136
137
|
redis-scripting (1.0.1)
|
137
138
|
redis (>= 3.0)
|
@@ -148,11 +149,11 @@ GEM
|
|
148
149
|
diff-lcs (>= 1.2.0, < 2.0)
|
149
150
|
rspec-support (~> 3.4.0)
|
150
151
|
rspec-support (3.4.1)
|
151
|
-
rubocop (0.
|
152
|
+
rubocop (0.50.0)
|
152
153
|
parallel (~> 1.10)
|
153
|
-
parser (>= 2.
|
154
|
+
parser (>= 2.3.3.1, < 3.0)
|
154
155
|
powerpack (~> 0.1)
|
155
|
-
rainbow (>= 2.2.2, <
|
156
|
+
rainbow (>= 2.2.2, < 3.0)
|
156
157
|
ruby-progressbar (~> 1.7)
|
157
158
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
158
159
|
ruby-progressbar (1.9.0)
|
@@ -176,24 +177,25 @@ GEM
|
|
176
177
|
rack-test
|
177
178
|
sinatra (= 2.0.0.beta2)
|
178
179
|
tilt (>= 1.3, < 3)
|
180
|
+
slop (3.6.0)
|
179
181
|
sprockets (3.7.1)
|
180
182
|
concurrent-ruby (~> 1.0)
|
181
183
|
rack (> 1, < 3)
|
182
|
-
sprockets-rails (3.2.
|
184
|
+
sprockets-rails (3.2.0)
|
183
185
|
actionpack (>= 4.0)
|
184
186
|
activesupport (>= 4.0)
|
185
187
|
sprockets (>= 3.0.0)
|
186
188
|
statsd-ruby (1.4.0)
|
187
|
-
thor (0.
|
189
|
+
thor (0.19.4)
|
188
190
|
thread_safe (0.3.6)
|
189
|
-
tilt (2.0.
|
190
|
-
timecop (0.
|
191
|
-
tzinfo (1.2.
|
191
|
+
tilt (2.0.7)
|
192
|
+
timecop (0.7.1)
|
193
|
+
tzinfo (1.2.3)
|
192
194
|
thread_safe (~> 0.1)
|
193
195
|
unicode-display_width (1.3.0)
|
194
196
|
websocket-driver (0.6.5)
|
195
197
|
websocket-extensions (>= 0.1.0)
|
196
|
-
websocket-extensions (0.1.
|
198
|
+
websocket-extensions (0.1.2)
|
197
199
|
wwtd (1.3.0)
|
198
200
|
|
199
201
|
PLATFORMS
|
@@ -206,7 +208,7 @@ DEPENDENCIES
|
|
206
208
|
database_cleaner (= 1.6.1)
|
207
209
|
factory_girl
|
208
210
|
inst-jobs-statsd!
|
209
|
-
pg
|
211
|
+
pg (= 0.21.0)
|
210
212
|
pry
|
211
213
|
rails (~> 5.1.0)
|
212
214
|
rake
|
@@ -219,4 +221,4 @@ DEPENDENCIES
|
|
219
221
|
wwtd (~> 1.3.0)
|
220
222
|
|
221
223
|
BUNDLED WITH
|
222
|
-
1.15.
|
224
|
+
1.15.4
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: inst-jobs-statsd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Slade
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: inst-jobs
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '0.13'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '0.
|
22
|
+
version: '0.16'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '0.13'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: '0.
|
32
|
+
version: '0.16'
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: inst_statsd
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -300,28 +300,28 @@ signing_key:
|
|
300
300
|
specification_version: 4
|
301
301
|
summary: Stats reporting for inst-jobs
|
302
302
|
test_files:
|
303
|
-
- spec/factories/jobs.rb
|
304
|
-
- spec/factories/workers.rb
|
305
|
-
- spec/gemfiles/42.gemfile
|
306
|
-
- spec/gemfiles/42.gemfile.lock
|
307
|
-
- spec/gemfiles/50.gemfile
|
308
|
-
- spec/gemfiles/50.gemfile.lock
|
309
|
-
- spec/gemfiles/51.gemfile
|
310
|
-
- spec/gemfiles/51.gemfile.lock
|
311
|
-
- spec/inst_jobs_statsd/jobs_tracker_spec.rb
|
312
303
|
- spec/inst_jobs_statsd/naming_spec.rb
|
313
|
-
- spec/inst_jobs_statsd/stats/counters/failed_spec.rb
|
314
|
-
- spec/inst_jobs_statsd/stats/counters/orphaned_spec.rb
|
315
|
-
- spec/inst_jobs_statsd/stats/counters/run_spec.rb
|
316
304
|
- spec/inst_jobs_statsd/stats/periodic/failed_spec.rb
|
317
|
-
- spec/inst_jobs_statsd/stats/periodic/queue_spec.rb
|
318
305
|
- spec/inst_jobs_statsd/stats/periodic/run_spec.rb
|
319
|
-
- spec/inst_jobs_statsd/stats/
|
306
|
+
- spec/inst_jobs_statsd/stats/periodic/queue_spec.rb
|
320
307
|
- spec/inst_jobs_statsd/stats/timing/failed_spec.rb
|
321
|
-
- spec/inst_jobs_statsd/stats/timing/perform_spec.rb
|
322
308
|
- spec/inst_jobs_statsd/stats/timing/pop_spec.rb
|
309
|
+
- spec/inst_jobs_statsd/stats/timing/perform_spec.rb
|
310
|
+
- spec/inst_jobs_statsd/stats/periodic_spec.rb
|
311
|
+
- spec/inst_jobs_statsd/stats/counters/failed_spec.rb
|
312
|
+
- spec/inst_jobs_statsd/stats/counters/run_spec.rb
|
313
|
+
- spec/inst_jobs_statsd/stats/counters/orphaned_spec.rb
|
323
314
|
- spec/inst_jobs_statsd/stats/timing_spec.rb
|
324
|
-
- spec/
|
325
|
-
- spec/matchers.rb
|
326
|
-
- spec/setup_test_db.rb
|
315
|
+
- spec/inst_jobs_statsd/jobs_tracker_spec.rb
|
327
316
|
- spec/spec_helper.rb
|
317
|
+
- spec/setup_test_db.rb
|
318
|
+
- spec/matchers.rb
|
319
|
+
- spec/gemfiles/51.gemfile.lock
|
320
|
+
- spec/gemfiles/42.gemfile.lock
|
321
|
+
- spec/gemfiles/50.gemfile.lock
|
322
|
+
- spec/gemfiles/42.gemfile
|
323
|
+
- spec/gemfiles/50.gemfile
|
324
|
+
- spec/gemfiles/51.gemfile
|
325
|
+
- spec/factories/workers.rb
|
326
|
+
- spec/factories/jobs.rb
|
327
|
+
- spec/inst_statsd/default_tracking_spec.rb
|