newrelic-sidekiq-metrics 1.5.1 → 1.6.0
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 +37 -32
- data/Rakefile +1 -1
- data/lib/newrelic_sidekiq_metrics/version.rb +1 -1
- data/newrelic-sidekiq-metrics.gemspec +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c32a39a9abdd43a7ef2e3c24d647fb21edf939d4b976e85ba46b9527753aefd9
|
4
|
+
data.tar.gz: cc4071084e8a4be80da20f9c6455a40b0aa675a2b4c2cb1486500ba31fbf6f5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e6f3be9cc26efb0dd7c19840282953a89561cab26e84bd67497ee99f6e4c31d8218cddf33c37d0a6435fddcdb265057368817878cac08257ebe7a7aeb7d7325
|
7
|
+
data.tar.gz: 23a5c8e5667ded1f39fbe9b9aba67d8a86cb02245833a3a37a1b35fb3a5274f8c18395206a1df0d277b8d400b66e3fb4d4d4adea88d442885af5e1de06436fce
|
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,65 +1,70 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
newrelic-sidekiq-metrics (1.
|
4
|
+
newrelic-sidekiq-metrics (1.6.0)
|
5
5
|
newrelic_rpm (~> 8)
|
6
|
-
sidekiq
|
6
|
+
sidekiq
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
11
|
ast (2.4.2)
|
12
12
|
coderay (1.1.3)
|
13
|
-
|
13
|
+
concurrent-ruby (1.1.10)
|
14
|
+
connection_pool (2.3.0)
|
14
15
|
diff-lcs (1.5.0)
|
16
|
+
json (2.6.3)
|
15
17
|
method_source (1.0.0)
|
16
|
-
newrelic_rpm (8.
|
18
|
+
newrelic_rpm (8.13.1)
|
17
19
|
parallel (1.22.1)
|
18
|
-
parser (3.1.
|
20
|
+
parser (3.1.3.0)
|
19
21
|
ast (~> 2.4.1)
|
20
22
|
pry (0.14.1)
|
21
23
|
coderay (~> 1.1)
|
22
24
|
method_source (~> 1.0)
|
23
|
-
rack (
|
25
|
+
rack (3.0.2)
|
24
26
|
rainbow (3.1.1)
|
25
27
|
rake (13.0.6)
|
26
|
-
redis (
|
27
|
-
|
28
|
+
redis-client (0.11.2)
|
29
|
+
connection_pool
|
30
|
+
regexp_parser (2.6.1)
|
28
31
|
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.
|
32
|
+
rspec (3.12.0)
|
33
|
+
rspec-core (~> 3.12.0)
|
34
|
+
rspec-expectations (~> 3.12.0)
|
35
|
+
rspec-mocks (~> 3.12.0)
|
36
|
+
rspec-core (3.12.0)
|
37
|
+
rspec-support (~> 3.12.0)
|
38
|
+
rspec-expectations (3.12.0)
|
36
39
|
diff-lcs (>= 1.2.0, < 2.0)
|
37
|
-
rspec-support (~> 3.
|
38
|
-
rspec-mocks (3.
|
40
|
+
rspec-support (~> 3.12.0)
|
41
|
+
rspec-mocks (3.12.1)
|
39
42
|
diff-lcs (>= 1.2.0, < 2.0)
|
40
|
-
rspec-support (~> 3.
|
41
|
-
rspec-support (3.
|
42
|
-
rubocop (1.
|
43
|
+
rspec-support (~> 3.12.0)
|
44
|
+
rspec-support (3.12.0)
|
45
|
+
rubocop (1.40.0)
|
46
|
+
json (~> 2.3)
|
43
47
|
parallel (~> 1.10)
|
44
|
-
parser (>= 3.1.
|
48
|
+
parser (>= 3.1.2.1)
|
45
49
|
rainbow (>= 2.2.2, < 4.0)
|
46
50
|
regexp_parser (>= 1.8, < 3.0)
|
47
|
-
rexml
|
48
|
-
rubocop-ast (>= 1.
|
51
|
+
rexml (>= 3.2.5, < 4.0)
|
52
|
+
rubocop-ast (>= 1.23.0, < 2.0)
|
49
53
|
ruby-progressbar (~> 1.7)
|
50
54
|
unicode-display_width (>= 1.4.0, < 3.0)
|
51
|
-
rubocop-ast (1.
|
55
|
+
rubocop-ast (1.24.0)
|
52
56
|
parser (>= 3.1.1.0)
|
53
57
|
rubocop-rake (0.6.0)
|
54
58
|
rubocop (~> 1.0)
|
55
|
-
rubocop-rspec (2.
|
56
|
-
rubocop (~> 1.
|
59
|
+
rubocop-rspec (2.15.0)
|
60
|
+
rubocop (~> 1.33)
|
57
61
|
ruby-progressbar (1.11.0)
|
58
|
-
sidekiq (
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
62
|
+
sidekiq (7.0.2)
|
63
|
+
concurrent-ruby (< 2)
|
64
|
+
connection_pool (>= 2.3.0)
|
65
|
+
rack (>= 2.2.4)
|
66
|
+
redis-client (>= 0.11.0)
|
67
|
+
unicode-display_width (2.3.0)
|
63
68
|
|
64
69
|
PLATFORMS
|
65
70
|
aarch64-linux-musl
|
@@ -81,4 +86,4 @@ DEPENDENCIES
|
|
81
86
|
rubocop-rspec
|
82
87
|
|
83
88
|
BUNDLED WITH
|
84
|
-
2.3.
|
89
|
+
2.3.26
|
data/Rakefile
CHANGED
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
|
|
26
26
|
spec.required_ruby_version = '>= 3.0'
|
27
27
|
|
28
28
|
spec.add_dependency 'newrelic_rpm', '~> 8'
|
29
|
-
spec.add_dependency 'sidekiq'
|
29
|
+
spec.add_dependency 'sidekiq'
|
30
30
|
|
31
31
|
spec.add_development_dependency 'bundler'
|
32
32
|
spec.add_development_dependency 'pry'
|
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
|
+
version: 1.6.0
|
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-
|
12
|
+
date: 2022-12-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: newrelic_rpm
|
@@ -29,16 +29,16 @@ dependencies:
|
|
29
29
|
name: sidekiq
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
|
-
- - "
|
32
|
+
- - ">="
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: '
|
34
|
+
version: '0'
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
|
-
- - "
|
39
|
+
- - ">="
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version: '
|
41
|
+
version: '0'
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: bundler
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
@@ -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.26
|
193
193
|
signing_key:
|
194
194
|
specification_version: 4
|
195
195
|
summary: Implements recording Sidekiq stats to New Relic metrics.
|