rspec-sonarqube-formatter 1.6.3 → 1.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +12 -10
- data/rspec-sonarqube-formatter.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0944332e538a60269f3c158dc71ba7b761e7035e03883eedb2520b39159f83bb'
|
|
4
|
+
data.tar.gz: 78fc9d84a46cbd4bc4b8cbbe2b782c7fe69ebbf94918ed18e60c72c7de690608
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e9f4f24de3006f61f809735d53600ed21ef9f121c70fca7053c34a72ef6a67092c3990d59fa31b458952da62f442b3c1e3c823af7f061d0ccb78b04ca246795
|
|
7
|
+
data.tar.gz: 6b95a931edc32798495b5fbfb285f6f4976fe9bc6b7ede04be7baf0373977715de2a33522281c80ecea35dca979e40dbb82510bd627a8005768350f252caf7eb
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rspec-sonarqube-formatter (1.6.
|
|
4
|
+
rspec-sonarqube-formatter (1.6.4)
|
|
5
5
|
htmlentities (~> 4.3)
|
|
6
6
|
rspec (~> 3.0)
|
|
7
7
|
|
|
@@ -12,10 +12,11 @@ GEM
|
|
|
12
12
|
diff-lcs (1.5.1)
|
|
13
13
|
docile (1.4.1)
|
|
14
14
|
htmlentities (4.3.4)
|
|
15
|
-
json (2.
|
|
16
|
-
language_server-protocol (3.17.0.
|
|
15
|
+
json (2.10.1)
|
|
16
|
+
language_server-protocol (3.17.0.4)
|
|
17
|
+
lint_roller (1.1.0)
|
|
17
18
|
parallel (1.26.3)
|
|
18
|
-
parser (3.3.
|
|
19
|
+
parser (3.3.7.1)
|
|
19
20
|
ast (~> 2.4.1)
|
|
20
21
|
racc
|
|
21
22
|
racc (1.8.1)
|
|
@@ -35,17 +36,18 @@ GEM
|
|
|
35
36
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
36
37
|
rspec-support (~> 3.13.0)
|
|
37
38
|
rspec-support (3.13.1)
|
|
38
|
-
rubocop (1.
|
|
39
|
+
rubocop (1.72.2)
|
|
39
40
|
json (~> 2.3)
|
|
40
|
-
language_server-protocol (
|
|
41
|
+
language_server-protocol (~> 3.17.0.2)
|
|
42
|
+
lint_roller (~> 1.1.0)
|
|
41
43
|
parallel (~> 1.10)
|
|
42
44
|
parser (>= 3.3.0.2)
|
|
43
45
|
rainbow (>= 2.2.2, < 4.0)
|
|
44
46
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
45
|
-
rubocop-ast (>= 1.
|
|
47
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
|
46
48
|
ruby-progressbar (~> 1.7)
|
|
47
49
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
48
|
-
rubocop-ast (1.
|
|
50
|
+
rubocop-ast (1.38.0)
|
|
49
51
|
parser (>= 3.3.1.0)
|
|
50
52
|
ruby-progressbar (1.13.0)
|
|
51
53
|
simplecov (0.22.0)
|
|
@@ -58,7 +60,7 @@ GEM
|
|
|
58
60
|
simplecov
|
|
59
61
|
simplecov-lcov (0.8.0)
|
|
60
62
|
simplecov_json_formatter (0.1.4)
|
|
61
|
-
unicode-display_width (3.1.
|
|
63
|
+
unicode-display_width (3.1.4)
|
|
62
64
|
unicode-emoji (~> 4.0, >= 4.0.4)
|
|
63
65
|
unicode-emoji (4.0.4)
|
|
64
66
|
|
|
@@ -71,7 +73,7 @@ DEPENDENCIES
|
|
|
71
73
|
bundler (~> 2.5)
|
|
72
74
|
rake (~> 13.2)
|
|
73
75
|
rspec-sonarqube-formatter!
|
|
74
|
-
rubocop (~> 1.
|
|
76
|
+
rubocop (~> 1.72)
|
|
75
77
|
simplecov (~> 0.22)
|
|
76
78
|
simplecov-html (~> 0.13)
|
|
77
79
|
simplecov-json (~> 0.2)
|
|
@@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = 'rspec-sonarqube-formatter'
|
|
8
8
|
|
|
9
|
-
spec.version = '1.6.
|
|
9
|
+
spec.version = '1.6.4'
|
|
10
10
|
spec.platform = Gem::Platform::RUBY
|
|
11
11
|
spec.authors = ['Alexander Graf']
|
|
12
12
|
spec.email = ['alex@otherguy.uo']
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-sonarqube-formatter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Graf
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: htmlentities
|