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 +4 -4
- data/.bundler-version +1 -1
- data/.github/PULL_REQUEST_TEMPLATE.md +3 -15
- data/.github/workflows/ci.yml +28 -0
- data/Gemfile.lock +12 -12
- data/Rakefile +2 -2
- data/lib/newrelic_sidekiq_metrics/version.rb +1 -1
- metadata +3 -3
- data/.travis.yml +0 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a27a079527d1d5a2fee926474b303b3873c731549ea9424be3c9084be0ced70f
|
4
|
+
data.tar.gz: 1f21921a65d2e041ce3b9037434989d928580f2a2c3e9c5d33fa6933fc46bd82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2743eaced2fcc43ea9c9885d65588e39d4d2939e8068506fa4e519bebaa5b408c8275ab06a6e95940882e02925ea5cc62ba92d9af021c647b56e58b3329645d
|
7
|
+
data.tar.gz: 6119743f9ca0fbba2afc47d24d5692fbee309218ff0ca5df3e88977d4285f033d3ef2c7d237004a84182380ffbc91d77a633033baba5c2b10ecbdbe351ac0635
|
data/.bundler-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.2.
|
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
|
-
##
|
12
|
-
<!---
|
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.
|
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.
|
16
|
+
newrelic_rpm (7.2.0)
|
17
17
|
parallel (1.20.1)
|
18
|
-
parser (3.0.1.
|
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.
|
26
|
-
redis (4.
|
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.
|
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.
|
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.
|
52
|
-
parser (>=
|
53
|
-
rubocop-rake (0.
|
54
|
-
rubocop
|
55
|
-
rubocop-rspec (2.
|
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
|
8
|
+
task ci: %i[spec rubocop]
|
9
|
+
task default: %i[spec rubocop:auto_correct]
|
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.
|
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-
|
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
|