newrelic-sidekiq-metrics 1.5.1 → 1.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.bundler-version +1 -1
- data/.github/workflows/ci.yml +2 -5
- data/Gemfile.lock +32 -30
- data/Rakefile +1 -1
- data/lib/newrelic_sidekiq_metrics/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 748e65cfafcf2add910112d682f73156914fb6833ccd1d01efe3f6e390d8289b
|
4
|
+
data.tar.gz: d9c27f3173b32d70d9bf69d6684a6a859108402b5f2e3cf41501933910897617
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5182df1df1362b6d4c94010e46ee29e1923921de4427efc24f633b282bb9097fb5ddbe1383921a87e04ef3b0146a08ff198b1c82e2182343211d292f58ecfdb
|
7
|
+
data.tar.gz: 6f810e2ca56657dbcc9aebacb2123a0a879c9055925c4195ef8063284317620b3ac4914af2692799a6f89fac2a4e3ced0a2b8aafda7a96de78987268506ef397
|
data/.bundler-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.3.
|
1
|
+
2.3.26
|
data/.github/workflows/ci.yml
CHANGED
@@ -14,12 +14,9 @@ jobs:
|
|
14
14
|
ruby-version: ['3.0', 3.1]
|
15
15
|
|
16
16
|
steps:
|
17
|
-
- uses: actions/checkout@
|
17
|
+
- uses: actions/checkout@v3
|
18
18
|
- name: Set up Ruby
|
19
|
-
|
20
|
-
# change this to (see https://github.com/ruby/setup-ruby#versioning):
|
21
|
-
# uses: ruby/setup-ruby@v1
|
22
|
-
uses: ruby/setup-ruby@bd94d6a504586da892a5753afdd1480096ed30df
|
19
|
+
uses: ruby/setup-ruby@v1
|
23
20
|
with:
|
24
21
|
ruby-version: ${{ matrix.ruby-version }}
|
25
22
|
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
newrelic-sidekiq-metrics (1.5.
|
4
|
+
newrelic-sidekiq-metrics (1.5.2)
|
5
5
|
newrelic_rpm (~> 8)
|
6
6
|
sidekiq (~> 6.2)
|
7
7
|
|
@@ -10,56 +10,58 @@ GEM
|
|
10
10
|
specs:
|
11
11
|
ast (2.4.2)
|
12
12
|
coderay (1.1.3)
|
13
|
-
connection_pool (2.
|
13
|
+
connection_pool (2.3.0)
|
14
14
|
diff-lcs (1.5.0)
|
15
|
+
json (2.6.2)
|
15
16
|
method_source (1.0.0)
|
16
|
-
newrelic_rpm (8.
|
17
|
+
newrelic_rpm (8.13.1)
|
17
18
|
parallel (1.22.1)
|
18
|
-
parser (3.1.
|
19
|
+
parser (3.1.3.0)
|
19
20
|
ast (~> 2.4.1)
|
20
21
|
pry (0.14.1)
|
21
22
|
coderay (~> 1.1)
|
22
23
|
method_source (~> 1.0)
|
23
|
-
rack (2.2.
|
24
|
+
rack (2.2.4)
|
24
25
|
rainbow (3.1.1)
|
25
26
|
rake (13.0.6)
|
26
|
-
redis (4.
|
27
|
-
regexp_parser (2.
|
27
|
+
redis (4.8.0)
|
28
|
+
regexp_parser (2.6.1)
|
28
29
|
rexml (3.2.5)
|
29
|
-
rspec (3.
|
30
|
-
rspec-core (~> 3.
|
31
|
-
rspec-expectations (~> 3.
|
32
|
-
rspec-mocks (~> 3.
|
33
|
-
rspec-core (3.
|
34
|
-
rspec-support (~> 3.
|
35
|
-
rspec-expectations (3.
|
30
|
+
rspec (3.12.0)
|
31
|
+
rspec-core (~> 3.12.0)
|
32
|
+
rspec-expectations (~> 3.12.0)
|
33
|
+
rspec-mocks (~> 3.12.0)
|
34
|
+
rspec-core (3.12.0)
|
35
|
+
rspec-support (~> 3.12.0)
|
36
|
+
rspec-expectations (3.12.0)
|
36
37
|
diff-lcs (>= 1.2.0, < 2.0)
|
37
|
-
rspec-support (~> 3.
|
38
|
-
rspec-mocks (3.
|
38
|
+
rspec-support (~> 3.12.0)
|
39
|
+
rspec-mocks (3.12.0)
|
39
40
|
diff-lcs (>= 1.2.0, < 2.0)
|
40
|
-
rspec-support (~> 3.
|
41
|
-
rspec-support (3.
|
42
|
-
rubocop (1.
|
41
|
+
rspec-support (~> 3.12.0)
|
42
|
+
rspec-support (3.12.0)
|
43
|
+
rubocop (1.39.0)
|
44
|
+
json (~> 2.3)
|
43
45
|
parallel (~> 1.10)
|
44
|
-
parser (>= 3.1.
|
46
|
+
parser (>= 3.1.2.1)
|
45
47
|
rainbow (>= 2.2.2, < 4.0)
|
46
48
|
regexp_parser (>= 1.8, < 3.0)
|
47
|
-
rexml
|
48
|
-
rubocop-ast (>= 1.
|
49
|
+
rexml (>= 3.2.5, < 4.0)
|
50
|
+
rubocop-ast (>= 1.23.0, < 2.0)
|
49
51
|
ruby-progressbar (~> 1.7)
|
50
52
|
unicode-display_width (>= 1.4.0, < 3.0)
|
51
|
-
rubocop-ast (1.
|
53
|
+
rubocop-ast (1.24.0)
|
52
54
|
parser (>= 3.1.1.0)
|
53
55
|
rubocop-rake (0.6.0)
|
54
56
|
rubocop (~> 1.0)
|
55
|
-
rubocop-rspec (2.
|
56
|
-
rubocop (~> 1.
|
57
|
+
rubocop-rspec (2.15.0)
|
58
|
+
rubocop (~> 1.33)
|
57
59
|
ruby-progressbar (1.11.0)
|
58
|
-
sidekiq (6.
|
59
|
-
connection_pool (>= 2.2.
|
60
|
+
sidekiq (6.5.8)
|
61
|
+
connection_pool (>= 2.2.5, < 3)
|
60
62
|
rack (~> 2.0)
|
61
|
-
redis (>= 4.
|
62
|
-
unicode-display_width (2.
|
63
|
+
redis (>= 4.5.0, < 5)
|
64
|
+
unicode-display_width (2.3.0)
|
63
65
|
|
64
66
|
PLATFORMS
|
65
67
|
aarch64-linux-musl
|
@@ -81,4 +83,4 @@ DEPENDENCIES
|
|
81
83
|
rubocop-rspec
|
82
84
|
|
83
85
|
BUNDLED WITH
|
84
|
-
2.3.
|
86
|
+
2.3.25
|
data/Rakefile
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: newrelic-sidekiq-metrics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-05
|
12
|
+
date: 2022-12-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: newrelic_rpm
|
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
189
189
|
- !ruby/object:Gem::Version
|
190
190
|
version: '0'
|
191
191
|
requirements: []
|
192
|
-
rubygems_version: 3.3.
|
192
|
+
rubygems_version: 3.3.7
|
193
193
|
signing_key:
|
194
194
|
specification_version: 4
|
195
195
|
summary: Implements recording Sidekiq stats to New Relic metrics.
|