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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c505e9aba2da7daa103731b72d05b3434da51429d2b49c0409f4224692e72a8f
4
- data.tar.gz: f55a20599f5bf2dd89d8796089e076faccd2bd412d5c2f70fcfcf568df339fdd
3
+ metadata.gz: b4a7dccc8fa82cb7b016ebc8084075c9a8b7df25263254701f50d14ab1a9da66
4
+ data.tar.gz: b7000209ec63d62129bebb0c27d5a77a16af00fa59121f6ed0f98f942bb309c3
5
5
  SHA512:
6
- metadata.gz: f9c2c3bad3de30da39034dea9487696bd711e1fbcfd6f8e477d60ed6c07149100b9e9d967688c3f653da10ae6a5f22986e9b4837faff3469463edf7be0b35ebf
7
- data.tar.gz: 8c90a68b33a1e3889a68911d914aafcb778a520e2a938cb770b0a424a388a701b9d81e2dac3aa8b3c4289b6e390945d2e128c7886c370419edea212184596a02
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
- #{has_formatter ? '--require $(bundle show rubocop-junit-formatter)/lib/rubocop/formatter/junit_formatter.rb' : ''} \
15
- --format RuboCop::Formatter::JUnitFormatter \
16
- --out test-results/rubocop/results.xml \
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Thanx # rubocop:disable Style/ClassAndModuleChildren
4
4
  module Style
5
- VERSION = '0.0.29'
5
+ VERSION = '0.0.30'
6
6
  end
7
7
  end
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.29
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-03 00:00:00.000000000 Z
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
- rubyforge_project:
58
- rubygems_version: 2.7.3
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: []