netsoft-danger 0.3.1 → 0.3.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 63aa292fae8444515f4e8851f5b818f4b9451c72b691ae30a8471520d4e59fe6
4
- data.tar.gz: d000662c74328986252a84de41c9d5b6fa3625eed341944c5da1eac897d32ec8
3
+ metadata.gz: 834689b35350c36d2d44ddf42e4f4063d6a64669eae0b81622bd75a4a84ad521
4
+ data.tar.gz: 60f0dce22bea4f15e6c41dca65b68015117580cf2f6b887b96ea7c5e5cf08e52
5
5
  SHA512:
6
- metadata.gz: 65838c8c49367f2f32e136d5fd9fa878d354d2a7eb9487bc4fdd4212576c7c0b5afc9a8788343769f4f80653a11fce40a9393e4c1609efd7a8986f7d43884086
7
- data.tar.gz: d776b293d96e1e60ef1a121ddd12819bfe2c2b73d44850ecb7b6952b6d2e7564aecbdaa6508396a2fbfebbbbe8830bc5d3e8a38d794745ee9231125da7d38b9e
6
+ metadata.gz: ba7dd552680963b240de97848204a8da274fcd62826284bad93a906f0d629de0e41f0fc2a72da71590005392e0415a84d5fd27a4d9b726a997d80da9db4242f3
7
+ data.tar.gz: fb9da655dc4673612375ae7b0307fd6add7a01922152f08d1f8728550723df6b725150add8f480b7726756c0f986f797e73ac569e67d1c98673b8f72e67afd9c
data/bin/netsoft-circle CHANGED
@@ -70,7 +70,8 @@ EOF
70
70
  desc 'rubocop', 'Run rubocop'
71
71
  def rubocop
72
72
  system <<-EOF
73
- bundle _${BUNDLE_VERSION}_ exec rubocop \
73
+ rubocop \
74
+ --parallel \
74
75
  --format progress \
75
76
  --format html \
76
77
  --out $CIRCLE_ARTIFACTS/rubocop/report.html
@@ -1,3 +1,3 @@
1
1
  module NetsoftDanger
2
- VERSION = '0.3.1'.freeze
2
+ VERSION = '0.3.3'.freeze
3
3
  end
@@ -16,6 +16,7 @@ AllCops:
16
16
  - 'public/**/*'
17
17
  - 'tmp/**/*'
18
18
  - 'spec/dummy/**/*'
19
+ - 'vendor/**/*'
19
20
 
20
21
  Naming/RescuedExceptionsVariableName:
21
22
  PreferredName: ex
@@ -88,4 +89,7 @@ Style/RescueModifier:
88
89
  Style/TrailingCommaInArrayLiteral:
89
90
  EnforcedStyleForMultiline: comma
90
91
  Style/TrailingCommaInHashLiteral:
91
- EnforcedStyleForMultiline: comma
92
+ EnforcedStyleForMultiline: comma
93
+
94
+ Metrics:
95
+ Enabled: false
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netsoft-danger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - urkle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-12 00:00:00.000000000 Z
11
+ date: 2019-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake