newrelic-sidekiq-metrics 1.5.0 → 1.5.2

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
  SHA256:
3
- metadata.gz: f6f829dc0a44e9ffdfed5cfda5faddd65fffcf8c1bf8eff776ec64763069a957
4
- data.tar.gz: 3fc51b58b528e66aff5e8d44d6d22ce5dc7882bd690e7ab1ccbae2363237b158
3
+ metadata.gz: 748e65cfafcf2add910112d682f73156914fb6833ccd1d01efe3f6e390d8289b
4
+ data.tar.gz: d9c27f3173b32d70d9bf69d6684a6a859108402b5f2e3cf41501933910897617
5
5
  SHA512:
6
- metadata.gz: f3618396a3b7700cf3bea85eda376c5e8e580d520e8febc1f5c329ba786dcc33d15756e258012ffc5ab6f1f33de56ca1ef299631627485363cf1935438ac3768
7
- data.tar.gz: 134fd528c730f40e2b01b568c1448a7b782b817087745e532d24924b2fd9fbba640ab8bef83a132697012ccdd41b25f6194e82119f2d30074235b70cf7ea85c8
6
+ metadata.gz: e5182df1df1362b6d4c94010e46ee29e1923921de4427efc24f633b282bb9097fb5ddbe1383921a87e04ef3b0146a08ff198b1c82e2182343211d292f58ecfdb
7
+ data.tar.gz: 6f810e2ca56657dbcc9aebacb2123a0a879c9055925c4195ef8063284317620b3ac4914af2692799a6f89fac2a4e3ced0a2b8aafda7a96de78987268506ef397
data/.bundler-version CHANGED
@@ -1 +1 @@
1
- 2.3.10
1
+ 2.3.26
@@ -14,12 +14,9 @@ jobs:
14
14
  ruby-version: ['3.0', 3.1]
15
15
 
16
16
  steps:
17
- - uses: actions/checkout@v2
17
+ - uses: actions/checkout@v3
18
18
  - name: Set up Ruby
19
- # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
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.0)
4
+ newrelic-sidekiq-metrics (1.5.2)
5
5
  newrelic_rpm (~> 8)
6
6
  sidekiq (~> 6.2)
7
7
 
@@ -10,59 +10,62 @@ GEM
10
10
  specs:
11
11
  ast (2.4.2)
12
12
  coderay (1.1.3)
13
- connection_pool (2.2.5)
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.5.0)
17
+ newrelic_rpm (8.13.1)
17
18
  parallel (1.22.1)
18
- parser (3.1.1.0)
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.3)
24
+ rack (2.2.4)
24
25
  rainbow (3.1.1)
25
26
  rake (13.0.6)
26
- redis (4.6.0)
27
- regexp_parser (2.2.1)
27
+ redis (4.8.0)
28
+ regexp_parser (2.6.1)
28
29
  rexml (3.2.5)
29
- rspec (3.11.0)
30
- rspec-core (~> 3.11.0)
31
- rspec-expectations (~> 3.11.0)
32
- rspec-mocks (~> 3.11.0)
33
- rspec-core (3.11.0)
34
- rspec-support (~> 3.11.0)
35
- rspec-expectations (3.11.0)
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.11.0)
38
- rspec-mocks (3.11.1)
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.11.0)
41
- rspec-support (3.11.0)
42
- rubocop (1.26.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.0.0)
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.16.0, < 2.0)
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.16.0)
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.9.0)
56
- rubocop (~> 1.19)
57
+ rubocop-rspec (2.15.0)
58
+ rubocop (~> 1.33)
57
59
  ruby-progressbar (1.11.0)
58
- sidekiq (6.4.1)
59
- connection_pool (>= 2.2.2)
60
+ sidekiq (6.5.8)
61
+ connection_pool (>= 2.2.5, < 3)
60
62
  rack (~> 2.0)
61
- redis (>= 4.2.0)
62
- unicode-display_width (2.1.0)
63
+ redis (>= 4.5.0, < 5)
64
+ unicode-display_width (2.3.0)
63
65
 
64
66
  PLATFORMS
65
67
  aarch64-linux-musl
68
+ ruby
66
69
  x86_64-darwin-18
67
70
  x86_64-darwin-19
68
71
  x86_64-darwin-20
@@ -80,4 +83,4 @@ DEPENDENCIES
80
83
  rubocop-rspec
81
84
 
82
85
  BUNDLED WITH
83
- 2.3.10
86
+ 2.3.25
data/Rakefile CHANGED
@@ -6,4 +6,4 @@ RSpec::Core::RakeTask.new(:spec)
6
6
  RuboCop::RakeTask.new
7
7
 
8
8
  task ci: %i[spec rubocop]
9
- task default: %i[spec rubocop:auto_correct]
9
+ task default: %i[spec rubocop:autocorrect]
@@ -1,3 +1,3 @@
1
1
  module NewrelicSidekiqMetrics
2
- VERSION = '1.5.0'.freeze
2
+ VERSION = '1.5.2'.freeze
3
3
  end
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.0
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-04-02 00:00:00.000000000 Z
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.2.32
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.