quality 27.3.0 → 27.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{License.txt → LICENSE.txt} +0 -0
- data/lib/quality/tools/punchlist.rb +1 -1
- data/lib/quality/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bfcd41bd56230180baf3c53dd928594ca894ecf3
|
4
|
+
data.tar.gz: 0b265177f4aa7ad0b47c17f384744bc3908d327c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0490189adadc58f5a161e829344967fc4145b5bc7b3f9c107f37663c704cafaa7755b96820659544b311a9546cc9fadbaecd71b0bd95700a0c5857a5829837f2
|
7
|
+
data.tar.gz: 318f1dabb9fea7ae89963dd526f090bb8e5106380554464f701424d7a0625f560799f42e651819b5e9ba4dd6683c2e572876190926ca6b61dea0f3f3f0d5e51f
|
data/{License.txt → LICENSE.txt}
RENAMED
File without changes
|
@@ -9,7 +9,7 @@ module Quality
|
|
9
9
|
def punchlist_args
|
10
10
|
glob = "--glob '#{source_and_doc_files_glob}'"
|
11
11
|
regexp = " --regexp '#{punchlist_regexp}'" if punchlist_regexp
|
12
|
-
unless
|
12
|
+
unless source_files_exclude_glob == '{}'
|
13
13
|
exclude = " --exclude-glob '#{source_files_exclude_glob}'"
|
14
14
|
end
|
15
15
|
|
data/lib/quality/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: quality
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 27.3.
|
4
|
+
version: 27.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vince Broz
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-02-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -325,7 +325,7 @@ executables: []
|
|
325
325
|
extensions: []
|
326
326
|
extra_rdoc_files: []
|
327
327
|
files:
|
328
|
-
-
|
328
|
+
- LICENSE.txt
|
329
329
|
- README.md
|
330
330
|
- lib/quality/command_output_processor.rb
|
331
331
|
- lib/quality/config.rb
|
@@ -376,7 +376,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
376
376
|
version: '0'
|
377
377
|
requirements: []
|
378
378
|
rubyforge_project:
|
379
|
-
rubygems_version: 2.
|
379
|
+
rubygems_version: 2.4.8
|
380
380
|
signing_key:
|
381
381
|
specification_version: 4
|
382
382
|
summary: Code quality tools for Ruby
|