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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 621593cffc0a9148d8bb74df8636bc4e9e37c6e2
4
- data.tar.gz: 84598150bb89a5c19b5f9b8fd31eb888b5ab05e6
3
+ metadata.gz: bfcd41bd56230180baf3c53dd928594ca894ecf3
4
+ data.tar.gz: 0b265177f4aa7ad0b47c17f384744bc3908d327c
5
5
  SHA512:
6
- metadata.gz: 5693f3b960e2de5e6e5cf7720ab4539ad06ebfacc6fb424c94f522c35cefc1a68265b3f9bd53b83a7f23b4c411bb2dbbc4fc67be33b043083ef700f6650f044a
7
- data.tar.gz: 8615e7d211df17cd25ff5a281c63a898cc61540a3fb4b42f9c9cc62294057f950f47e0299ea9de6f02a153b5162922b35eb130db9a2ec6ea21f980e03110b0cc
6
+ metadata.gz: 0490189adadc58f5a161e829344967fc4145b5bc7b3f9c107f37663c704cafaa7755b96820659544b311a9546cc9fadbaecd71b0bd95700a0c5857a5829837f2
7
+ data.tar.gz: 318f1dabb9fea7ae89963dd526f090bb8e5106380554464f701424d7a0625f560799f42e651819b5e9ba4dd6683c2e572876190926ca6b61dea0f3f3f0d5e51f
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 exclude_files.nil? || exclude_files.empty?
12
+ unless source_files_exclude_glob == '{}'
13
13
  exclude = " --exclude-glob '#{source_files_exclude_glob}'"
14
14
  end
15
15
 
@@ -4,5 +4,5 @@
4
4
  # reek, flog, flay and rubocop and makes sure your numbers don't get
5
5
  # any worse over time.
6
6
  module Quality
7
- VERSION = '27.3.0'
7
+ VERSION = '27.3.1'
8
8
  end
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.0
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: 2016-12-26 00:00:00.000000000 Z
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
- - License.txt
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.6.8
379
+ rubygems_version: 2.4.8
380
380
  signing_key:
381
381
  specification_version: 4
382
382
  summary: Code quality tools for Ruby