newrelic-sidekiq-metrics 1.4.0 → 1.4.1
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/auto-approve.yml +1 -1
- data/Gemfile.lock +7 -7
- data/README.md +1 -1
- data/lib/newrelic_sidekiq_metrics/recorder.rb +1 -0
- data/lib/newrelic_sidekiq_metrics/version.rb +1 -1
- data/newrelic-sidekiq-metrics.gemspec +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8241f2e8c3b2a0d51b0f3c2ee4d775d965fe312969cd16e68e5bca92e122b581
|
4
|
+
data.tar.gz: f80777abee0e57d21a9b46611d1dfe70cdb53547f5809ceeaf778141d8fa825e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2a7f812fe6ab9cfb45aea9a3dd734a643839c9408890ccb27be47f3ffaff8e981d91abd283afbd548573c35b1b372ba58e556bc4462ea047544f14d038ebf74
|
7
|
+
data.tar.gz: 2d95ef05eab5fbe23271613074b16300ed17d3a081b9e764716ec68bd3c647451f748ca4d4cc32348adef36756e15ca758fe5e6bcfc0666d4cf051ab2341994b
|
data/.bundler-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.2.
|
1
|
+
2.2.32
|
@@ -10,7 +10,7 @@ jobs:
|
|
10
10
|
auto-approve:
|
11
11
|
runs-on: ubuntu-latest
|
12
12
|
steps:
|
13
|
-
- uses: hmarr/auto-approve-action@v2
|
13
|
+
- uses: hmarr/auto-approve-action@v2
|
14
14
|
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renofidev'
|
15
15
|
with:
|
16
16
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
newrelic-sidekiq-metrics (1.4.
|
4
|
+
newrelic-sidekiq-metrics (1.4.1)
|
5
5
|
newrelic_rpm (~> 8)
|
6
6
|
sidekiq (~> 6.2)
|
7
7
|
|
@@ -13,7 +13,7 @@ GEM
|
|
13
13
|
connection_pool (2.2.5)
|
14
14
|
diff-lcs (1.4.4)
|
15
15
|
method_source (1.0.0)
|
16
|
-
newrelic_rpm (8.
|
16
|
+
newrelic_rpm (8.1.0)
|
17
17
|
parallel (1.21.0)
|
18
18
|
parser (3.0.2.0)
|
19
19
|
ast (~> 2.4.1)
|
@@ -38,8 +38,8 @@ GEM
|
|
38
38
|
rspec-mocks (3.10.2)
|
39
39
|
diff-lcs (>= 1.2.0, < 2.0)
|
40
40
|
rspec-support (~> 3.10.0)
|
41
|
-
rspec-support (3.10.
|
42
|
-
rubocop (1.
|
41
|
+
rspec-support (3.10.3)
|
42
|
+
rubocop (1.23.0)
|
43
43
|
parallel (~> 1.10)
|
44
44
|
parser (>= 3.0.0.0)
|
45
45
|
rainbow (>= 2.2.2, < 4.0)
|
@@ -48,14 +48,14 @@ GEM
|
|
48
48
|
rubocop-ast (>= 1.12.0, < 2.0)
|
49
49
|
ruby-progressbar (~> 1.7)
|
50
50
|
unicode-display_width (>= 1.4.0, < 3.0)
|
51
|
-
rubocop-ast (1.
|
51
|
+
rubocop-ast (1.13.0)
|
52
52
|
parser (>= 3.0.1.1)
|
53
53
|
rubocop-rake (0.6.0)
|
54
54
|
rubocop (~> 1.0)
|
55
|
-
rubocop-rspec (2.
|
55
|
+
rubocop-rspec (2.6.0)
|
56
56
|
rubocop (~> 1.19)
|
57
57
|
ruby-progressbar (1.11.0)
|
58
|
-
sidekiq (6.
|
58
|
+
sidekiq (6.3.1)
|
59
59
|
connection_pool (>= 2.2.2)
|
60
60
|
rack (~> 2.0)
|
61
61
|
redis (>= 4.2.0)
|
data/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
[![Gem Version](https://badge.fury.io/rb/newrelic-sidekiq-metrics.svg)](https://rubygems.org/gems/newrelic-sidekiq-metrics)
|
2
|
-
[![Build Status](https://
|
2
|
+
[![Build Status](https://github.com/RenoFi/newrelic-sidekiq-metrics/actions/workflows/ci.yml/badge.svg)](https://github.com/RenoFi/newrelic-sidekiq-metrics/actions/workflows/ci.yml?query=branch%3Amain)
|
3
3
|
|
4
4
|
# newrelic-sidekiq-metrics
|
5
5
|
|
@@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
|
|
14
14
|
|
15
15
|
spec.metadata['homepage_uri'] = 'https://github.com/RenoFi/newrelic-sidekiq-metrics'
|
16
16
|
spec.metadata['source_code_uri'] = 'https://github.com/RenoFi/newrelic-sidekiq-metrics'
|
17
|
+
spec.metadata['rubygems_mfa_required'] = 'true'
|
17
18
|
|
18
19
|
spec.files = Dir.chdir(__dir__) do
|
19
20
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(bin/|spec/|\.rub)}) }
|
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.4.
|
4
|
+
version: 1.4.1
|
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: 2021-
|
12
|
+
date: 2021-11-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: newrelic_rpm
|
@@ -173,6 +173,7 @@ licenses:
|
|
173
173
|
metadata:
|
174
174
|
homepage_uri: https://github.com/RenoFi/newrelic-sidekiq-metrics
|
175
175
|
source_code_uri: https://github.com/RenoFi/newrelic-sidekiq-metrics
|
176
|
+
rubygems_mfa_required: 'true'
|
176
177
|
post_install_message:
|
177
178
|
rdoc_options: []
|
178
179
|
require_paths:
|