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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4f584928e34b9db591194e264505db9d06baf3d
4
- data.tar.gz: 605b11ee3f052360433128f16f1a8f841c30ffd2
3
+ metadata.gz: daa09756d979dec45fda1d0c3a7cf7f8a9d3f1ff
4
+ data.tar.gz: 6cf8a8509696f99e7bbdbede8f405ab6b88bb5f3
5
5
  SHA512:
6
- metadata.gz: 0dd316c0d3e447121750a462f43b072ed3430776c56f628cf8e6f83cef459c842c5ccde7319169fc2593b9642e39a7155c870e4c04ea7f9ae9504dc5f09300c7
7
- data.tar.gz: 19750a13d6dc4dc5c5ad3476c69f82ec0fcdf63cd3413fe70fe73b6506062d08ec23663672771703f71bc696092f4776419446638b994a80eb9755bb19ce5d1c
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
- split_names = stat_names.map{ |names| names.split('.') }
56
- split_names.map{ |split_names| split_names.insert(2, ENV['INST_JOBS_STATSD_NAMESPACE']) }
57
- split_names.map{ |regioned_names| regioned_names.join('.') }
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,3 +1,3 @@
1
1
  module InstJobsStatsd
2
- VERSION = '1.1.0'.freeze
2
+ VERSION = '1.1.1'.freeze
3
3
  end
@@ -1,43 +1,43 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- inst-jobs-statsd (1.0.0)
5
- inst-jobs (>= 0.13, < 0.15)
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.10)
12
- actionpack (= 4.2.10)
13
- actionview (= 4.2.10)
14
- activejob (= 4.2.10)
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.10)
18
- actionview (= 4.2.10)
19
- activesupport (= 4.2.10)
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.10)
25
- activesupport (= 4.2.10)
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.10)
31
- activesupport (= 4.2.10)
30
+ activejob (4.2.9)
31
+ activesupport (= 4.2.9)
32
32
  globalid (>= 0.3.0)
33
- activemodel (4.2.10)
34
- activesupport (= 4.2.10)
33
+ activemodel (4.2.9)
34
+ activesupport (= 4.2.9)
35
35
  builder (~> 3.1)
36
- activerecord (4.2.10)
37
- activemodel (= 4.2.10)
38
- activesupport (= 4.2.10)
36
+ activerecord (4.2.9)
37
+ activemodel (= 4.2.9)
38
+ activesupport (= 4.2.9)
39
39
  arel (~> 6.0)
40
- activesupport (4.2.10)
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.1.0)
54
- coderay (1.1.2)
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.8)
60
+ et-orbi (1.0.5)
62
61
  tzinfo
63
- factory_girl (4.9.0)
62
+ factory_girl (4.8.1)
64
63
  activesupport (>= 3.0.0)
65
- globalid (0.4.1)
64
+ globalid (0.4.0)
66
65
  activesupport (>= 4.2.0)
67
- i18n (0.9.1)
68
- concurrent-ruby (~> 1.0)
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.1.1)
80
- crass (~> 1.0.2)
77
+ loofah (2.0.3)
81
78
  nokogiri (>= 1.5.9)
82
- mail (2.7.0)
83
- mini_mime (>= 0.1.1)
84
- method_source (0.9.0)
85
- mini_mime (1.0.0)
86
- mini_portile2 (2.3.0)
87
- minitest (5.11.1)
88
- nokogiri (1.8.1)
89
- mini_portile2 (~> 2.3.0)
90
- parallel (1.12.1)
91
- parser (2.4.0.2)
92
- ast (~> 2.3)
93
- pg (1.0.0)
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.11.3)
94
+ pry (0.10.4)
96
95
  coderay (~> 1.1.0)
97
- method_source (~> 0.9.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.10)
102
- actionmailer (= 4.2.10)
103
- actionpack (= 4.2.10)
104
- actionview (= 4.2.10)
105
- activejob (= 4.2.10)
106
- activemodel (= 4.2.10)
107
- activerecord (= 4.2.10)
108
- activesupport (= 4.2.10)
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.10)
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.9)
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.10)
121
- actionpack (= 4.2.10)
122
- activesupport (= 4.2.10)
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 (3.0.0)
126
- rake (12.3.0)
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.52.1)
144
+ rubocop (0.50.0)
144
145
  parallel (~> 1.10)
145
- parser (>= 2.4.0.2, < 3.0)
146
+ parser (>= 2.3.3.1, < 3.0)
146
147
  powerpack (~> 0.1)
147
- rainbow (>= 2.2.2, < 4.0)
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.1)
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.20.0)
170
+ thor (0.19.4)
169
171
  thread_safe (0.3.6)
170
- timecop (0.9.1)
171
- tzinfo (1.2.4)
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.16.1
201
+ 1.15.4
@@ -1,46 +1,46 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- inst-jobs-statsd (1.0.0)
5
- inst-jobs (>= 0.13, < 0.15)
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.6)
12
- actionpack (= 5.0.6)
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.6)
16
- actionpack (= 5.0.6)
17
- actionview (= 5.0.6)
18
- activejob (= 5.0.6)
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.6)
22
- actionview (= 5.0.6)
23
- activesupport (= 5.0.6)
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.6)
29
- activesupport (= 5.0.6)
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.6)
35
- activesupport (= 5.0.6)
34
+ activejob (5.0.4)
35
+ activesupport (= 5.0.4)
36
36
  globalid (>= 0.3.6)
37
- activemodel (5.0.6)
38
- activesupport (= 5.0.6)
39
- activerecord (5.0.6)
40
- activemodel (= 5.0.6)
41
- activesupport (= 5.0.6)
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.6)
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.11.0)
54
+ backports (3.8.0)
55
55
  builder (3.2.3)
56
56
  bump (0.5.4)
57
- byebug (9.1.0)
58
- coderay (1.1.2)
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.8)
64
+ et-orbi (1.0.5)
66
65
  tzinfo
67
- factory_girl (4.9.0)
66
+ factory_girl (4.8.1)
68
67
  activesupport (>= 3.0.0)
69
- globalid (0.4.1)
68
+ globalid (0.4.0)
70
69
  activesupport (>= 4.2.0)
71
- i18n (0.9.1)
72
- concurrent-ruby (~> 1.0)
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.1.1)
84
- crass (~> 1.0.2)
81
+ loofah (2.0.3)
85
82
  nokogiri (>= 1.5.9)
86
- mail (2.7.0)
87
- mini_mime (>= 0.1.1)
88
- method_source (0.9.0)
89
- mini_mime (1.0.0)
90
- mini_portile2 (2.3.0)
91
- minitest (5.11.1)
92
- multi_json (1.13.1)
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.2.0)
95
- nokogiri (1.8.1)
96
- mini_portile2 (~> 2.3.0)
97
- parallel (1.12.1)
98
- parser (2.4.0.2)
99
- ast (~> 2.3)
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.11.3)
101
+ pry (0.10.4)
103
102
  coderay (~> 1.1.0)
104
- method_source (~> 0.9.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.6)
111
- actioncable (= 5.0.6)
112
- actionmailer (= 5.0.6)
113
- actionpack (= 5.0.6)
114
- actionview (= 5.0.6)
115
- activejob (= 5.0.6)
116
- activemodel (= 5.0.6)
117
- activerecord (= 5.0.6)
118
- activesupport (= 5.0.6)
119
- bundler (>= 1.3.0)
120
- railties (= 5.0.6)
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.6)
128
- actionpack (= 5.0.6)
129
- activesupport (= 5.0.6)
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 (3.0.0)
134
- rake (12.3.0)
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.52.1)
152
+ rubocop (0.50.0)
152
153
  parallel (~> 1.10)
153
- parser (>= 2.4.0.2, < 3.0)
154
+ parser (>= 2.3.3.1, < 3.0)
154
155
  powerpack (~> 0.1)
155
- rainbow (>= 2.2.2, < 4.0)
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.1)
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.20.0)
189
+ thor (0.19.4)
188
190
  thread_safe (0.3.6)
189
- tilt (2.0.8)
190
- timecop (0.9.1)
191
- tzinfo (1.2.4)
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.3)
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.16.1
224
+ 1.15.4
@@ -1,46 +1,46 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- inst-jobs-statsd (1.0.0)
5
- inst-jobs (>= 0.13, < 0.15)
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.4)
12
- actionpack (= 5.1.4)
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.4)
16
- actionpack (= 5.1.4)
17
- actionview (= 5.1.4)
18
- activejob (= 5.1.4)
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.4)
22
- actionview (= 5.1.4)
23
- activesupport (= 5.1.4)
21
+ actionpack (5.1.2)
22
+ actionview (= 5.1.2)
23
+ activesupport (= 5.1.2)
24
24
  rack (~> 2.0)
25
- rack-test (>= 0.6.3)
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.4)
29
- activesupport (= 5.1.4)
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.4)
35
- activesupport (= 5.1.4)
34
+ activejob (5.1.2)
35
+ activesupport (= 5.1.2)
36
36
  globalid (>= 0.3.6)
37
- activemodel (5.1.4)
38
- activesupport (= 5.1.4)
39
- activerecord (5.1.4)
40
- activemodel (= 5.1.4)
41
- activesupport (= 5.1.4)
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.4)
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.11.0)
54
+ backports (3.8.0)
55
55
  builder (3.2.3)
56
56
  bump (0.5.4)
57
- byebug (9.1.0)
58
- coderay (1.1.2)
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.7.0)
65
- et-orbi (1.0.8)
63
+ erubi (1.6.1)
64
+ et-orbi (1.0.5)
66
65
  tzinfo
67
- factory_girl (4.9.0)
66
+ factory_girl (4.8.1)
68
67
  activesupport (>= 3.0.0)
69
- globalid (0.4.1)
68
+ globalid (0.4.0)
70
69
  activesupport (>= 4.2.0)
71
- i18n (0.9.1)
72
- concurrent-ruby (~> 1.0)
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.1.1)
84
- crass (~> 1.0.2)
81
+ loofah (2.0.3)
85
82
  nokogiri (>= 1.5.9)
86
- mail (2.7.0)
87
- mini_mime (>= 0.1.1)
88
- method_source (0.9.0)
89
- mini_mime (1.0.0)
90
- mini_portile2 (2.3.0)
91
- minitest (5.11.1)
92
- multi_json (1.13.1)
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.2.0)
95
- nokogiri (1.8.1)
96
- mini_portile2 (~> 2.3.0)
97
- parallel (1.12.1)
98
- parser (2.4.0.2)
99
- ast (~> 2.3)
100
- pg (1.0.0)
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.11.3)
101
+ pry (0.10.4)
103
102
  coderay (~> 1.1.0)
104
- method_source (~> 0.9.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.8.2)
109
- rack (>= 1.0, < 3)
110
- rails (5.1.4)
111
- actioncable (= 5.1.4)
112
- actionmailer (= 5.1.4)
113
- actionpack (= 5.1.4)
114
- actionview (= 5.1.4)
115
- activejob (= 5.1.4)
116
- activemodel (= 5.1.4)
117
- activerecord (= 5.1.4)
118
- activesupport (= 5.1.4)
119
- bundler (>= 1.3.0)
120
- railties (= 5.1.4)
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.4)
128
- actionpack (= 5.1.4)
129
- activesupport (= 5.1.4)
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 (3.0.0)
134
- rake (12.3.0)
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.52.1)
152
+ rubocop (0.50.0)
152
153
  parallel (~> 1.10)
153
- parser (>= 2.4.0.2, < 3.0)
154
+ parser (>= 2.3.3.1, < 3.0)
154
155
  powerpack (~> 0.1)
155
- rainbow (>= 2.2.2, < 4.0)
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.1)
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.20.0)
189
+ thor (0.19.4)
188
190
  thread_safe (0.3.6)
189
- tilt (2.0.8)
190
- timecop (0.9.1)
191
- tzinfo (1.2.4)
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.3)
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.0
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.0
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-01-24 00:00:00.000000000 Z
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.15'
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.15'
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/periodic_spec.rb
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/inst_statsd/default_tracking_spec.rb
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