newrelic-sidekiq-metrics 1.3.0 → 1.3.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
  SHA256:
3
- metadata.gz: 9077e8a52b9eafcff95bfe4dff92eb0001134f552e7e5dcb78fa7fd7f2cdea95
4
- data.tar.gz: 9428bf1a8486bf4d9a2f3cf825979de8a28eaa9dcd1804eac1050aa8542ca92d
3
+ metadata.gz: a27a079527d1d5a2fee926474b303b3873c731549ea9424be3c9084be0ced70f
4
+ data.tar.gz: 1f21921a65d2e041ce3b9037434989d928580f2a2c3e9c5d33fa6933fc46bd82
5
5
  SHA512:
6
- metadata.gz: c8bd91e59df7993ff6ff852de26b9fe03a7ff7ba37d6a70837f102ff9a629cd1425a872ddd5536016c560f14c29af5b3355046a069ee65ccb7e4a09a7fc0c33f
7
- data.tar.gz: 11c7516464bcf85159e39869fd46ec798c723c3b3b13511964c1d73b086664840e6aaca1158b0d89df236b0049fc879ca3967a665ca6a70f61e9e583b06987d2
6
+ metadata.gz: d2743eaced2fcc43ea9c9885d65588e39d4d2939e8068506fa4e519bebaa5b408c8275ab06a6e95940882e02925ea5cc62ba92d9af021c647b56e58b3329645d
7
+ data.tar.gz: 6119743f9ca0fbba2afc47d24d5692fbee309218ff0ca5df3e88977d4285f033d3ef2c7d237004a84182380ffbc91d77a633033baba5c2b10ecbdbe351ac0635
data/.bundler-version CHANGED
@@ -1 +1 @@
1
- 2.2.16
1
+ 2.2.22
@@ -1,18 +1,6 @@
1
- ## Description
1
+ ## Description, motivation and context
2
2
  <!--- Describe your changes in detail -->
3
-
4
- ## Related issue(s)
5
- <!--- GH issue number -->
6
-
7
- ## Motivation and Context
8
3
  <!--- Why is this change required? What problem does it solve? -->
9
- <!--- If it fixes an open issue, please link to the issue here. -->
10
4
 
11
- ## How Has This Been Tested?
12
- <!--- Please describe in detail how you tested your changes. -->
13
-
14
- ## Screenshots (if appropriate):
15
- <!--- Please add any screenshots of the feature. -->
16
-
17
- ## Related PRs
18
- <!--- Please add links to any related PRs (backend, component packages, etc). -->
5
+ ## Related issue(s) or PR(s)
6
+ <!--- GH issue number -->
@@ -0,0 +1,28 @@
1
+ name: ci
2
+
3
+ on:
4
+ push:
5
+ branches: [ main ]
6
+ pull_request:
7
+ branches: [ main ]
8
+
9
+ jobs:
10
+ test:
11
+ runs-on: ubuntu-latest
12
+ strategy:
13
+ matrix:
14
+ ruby-version: ['2.7', '3.0']
15
+
16
+ steps:
17
+ - uses: actions/checkout@v2
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@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
23
+ with:
24
+ ruby-version: ${{ matrix.ruby-version }}
25
+ bundler-cache: true # runs 'bundle install' and caches installed gems automatically
26
+
27
+ - name: Run tests
28
+ run: bundle exec rake ci
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- newrelic-sidekiq-metrics (1.3.0)
4
+ newrelic-sidekiq-metrics (1.3.1)
5
5
  newrelic_rpm (~> 7.0)
6
6
  sidekiq (~> 6.2)
7
7
 
@@ -13,17 +13,17 @@ 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 (7.0.0)
16
+ newrelic_rpm (7.2.0)
17
17
  parallel (1.20.1)
18
- parser (3.0.1.0)
18
+ parser (3.0.1.1)
19
19
  ast (~> 2.4.1)
20
20
  pry (0.14.1)
21
21
  coderay (~> 1.1)
22
22
  method_source (~> 1.0)
23
23
  rack (2.2.3)
24
24
  rainbow (3.0.0)
25
- rake (13.0.3)
26
- redis (4.2.5)
25
+ rake (13.0.4)
26
+ redis (4.3.1)
27
27
  regexp_parser (2.1.1)
28
28
  rexml (3.2.5)
29
29
  rspec (3.10.0)
@@ -39,20 +39,20 @@ GEM
39
39
  diff-lcs (>= 1.2.0, < 2.0)
40
40
  rspec-support (~> 3.10.0)
41
41
  rspec-support (3.10.2)
42
- rubocop (1.13.0)
42
+ rubocop (1.18.3)
43
43
  parallel (~> 1.10)
44
44
  parser (>= 3.0.0.0)
45
45
  rainbow (>= 2.2.2, < 4.0)
46
46
  regexp_parser (>= 1.8, < 3.0)
47
47
  rexml
48
- rubocop-ast (>= 1.2.0, < 2.0)
48
+ rubocop-ast (>= 1.7.0, < 2.0)
49
49
  ruby-progressbar (~> 1.7)
50
50
  unicode-display_width (>= 1.4.0, < 3.0)
51
- rubocop-ast (1.4.1)
52
- parser (>= 2.7.1.5)
53
- rubocop-rake (0.5.1)
54
- rubocop
55
- rubocop-rspec (2.2.0)
51
+ rubocop-ast (1.7.0)
52
+ parser (>= 3.0.1.1)
53
+ rubocop-rake (0.6.0)
54
+ rubocop (~> 1.0)
55
+ rubocop-rspec (2.4.0)
56
56
  rubocop (~> 1.0)
57
57
  rubocop-ast (>= 1.1.0)
58
58
  ruby-progressbar (1.11.0)
data/Rakefile CHANGED
@@ -1,9 +1,9 @@
1
1
  require 'bundler/gem_tasks'
2
2
  require 'rspec/core/rake_task'
3
3
  require 'rubocop/rake_task'
4
- require 'newrelic_sidekiq_metrics'
5
4
 
6
5
  RSpec::Core::RakeTask.new(:spec)
7
6
  RuboCop::RakeTask.new
8
7
 
9
- task default: %w[spec rubocop:auto_correct]
8
+ task ci: %i[spec rubocop]
9
+ task default: %i[spec rubocop:auto_correct]
@@ -1,3 +1,3 @@
1
1
  module NewrelicSidekiqMetrics
2
- VERSION = "1.3.0".freeze
2
+ VERSION = "1.3.1".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.3.0
4
+ version: 1.3.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-04-27 00:00:00.000000000 Z
12
+ date: 2021-07-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: newrelic_rpm
@@ -153,9 +153,9 @@ files:
153
153
  - ".github/PULL_REQUEST_TEMPLATE.md"
154
154
  - ".github/workflows/auto-approve.yml"
155
155
  - ".github/workflows/auto-merge.yml"
156
+ - ".github/workflows/ci.yml"
156
157
  - ".gitignore"
157
158
  - ".rspec"
158
- - ".travis.yml"
159
159
  - Gemfile
160
160
  - Gemfile.lock
161
161
  - LICENSE
data/.travis.yml DELETED
@@ -1,14 +0,0 @@
1
- ---
2
- sudo: false
3
- language: ruby
4
- cache: bundler
5
- rvm:
6
- - 2.6
7
- - 2.7
8
- - 3.0
9
- before_install: gem install bundler
10
- script:
11
- - bundle exec rake rubocop
12
- - bundle exec rake spec
13
- services:
14
- - redis-server