thanx-style 0.0.29 → 0.0.30
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/thanx-rubocop +7 -3
- data/lib/thanx/style/version.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4a7dccc8fa82cb7b016ebc8084075c9a8b7df25263254701f50d14ab1a9da66
|
4
|
+
data.tar.gz: b7000209ec63d62129bebb0c27d5a77a16af00fa59121f6ed0f98f942bb309c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3e49789dfa883528bccd979da6d5df9e719446de45b58694861995751dd17694dbf102af4998ba97c54c486443c338a390f2a9e7480782bec790b79e1704c2b
|
7
|
+
data.tar.gz: bf89b60b28c2270e958cdfe049d639b31e2d77951978a250e77abda8a6046da8922ddd4bfdeb345d4364220843a3b2be6be3a1dfc2e3c5227da65b978f6a13f3
|
data/bin/thanx-rubocop
CHANGED
@@ -11,9 +11,13 @@ has_formatter = Gem::Specification.find_all_by_name('rubocop-junit-formatter').a
|
|
11
11
|
|
12
12
|
exit system <<~COMMAND
|
13
13
|
bundle exec rubocop \
|
14
|
-
#{
|
15
|
-
|
16
|
-
|
14
|
+
#{
|
15
|
+
if has_formatter
|
16
|
+
'--require $(bundle show rubocop-junit-formatter)/lib/rubocop/formatter/junit_formatter.rb ' \
|
17
|
+
'--format RuboCop::Formatter::JUnitFormatter ' \
|
18
|
+
'--out test-results/rubocop/results.xml '
|
19
|
+
end
|
20
|
+
}\
|
17
21
|
--format progress \
|
18
22
|
#{ARGV.join(' ')}
|
19
23
|
COMMAND
|
data/lib/thanx/style/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thanx-style
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.30
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eng @ Thanx
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-04-
|
11
|
+
date: 2021-04-05 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |
|
14
14
|
Provides Ruby, Rails, and RSpec rubocop rules. Also provides helpers for
|
@@ -39,7 +39,7 @@ homepage: https://github.com/thanx/style-guide
|
|
39
39
|
licenses:
|
40
40
|
- MIT
|
41
41
|
metadata: {}
|
42
|
-
post_install_message:
|
42
|
+
post_install_message:
|
43
43
|
rdoc_options: []
|
44
44
|
require_paths:
|
45
45
|
- lib
|
@@ -54,9 +54,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '0'
|
56
56
|
requirements: []
|
57
|
-
|
58
|
-
|
59
|
-
signing_key:
|
57
|
+
rubygems_version: 3.1.4
|
58
|
+
signing_key:
|
60
59
|
specification_version: 4
|
61
60
|
summary: Quick install of ruby Thanx code style rules
|
62
61
|
test_files: []
|