quality 20.0.3 → 20.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/quality/config.rb +4 -0
- data/lib/quality/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48fd511b69278d258fd696ea0c4b4982bc434b34
|
4
|
+
data.tar.gz: ca2ac68857a3ae36ac3a4cb6dcaec43dac938558
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7e5ffa954d1e5f559544a1162b2456b44ee462b7eecee3bafa7a3a5d2b349565ee7e14a6a1e8d46a591f2b031f754041a5f40898140fbb6d8ca5a8acff32bac
|
7
|
+
data.tar.gz: e5f214a7e572147a99fd44b7343c5c16da3227b091bfe556ff55fe41f568d3a921eb5f75ded8936b3f774ea9dec8e01d10af8c7b5be27801b8e19104e593240f
|
data/lib/quality/config.rb
CHANGED
@@ -27,6 +27,10 @@ module Quality
|
|
27
27
|
:js_files_glob, :js_files_arr)
|
28
28
|
|
29
29
|
def_delegators(:source_file_globber,
|
30
|
+
:python_dirs_arr=, :python_dirs_arr,
|
31
|
+
:extra_python_files_arr=, :extra_python_files_arr,
|
32
|
+
:python_file_extensions_arr=, :python_file_extensions_arr,
|
33
|
+
:python_file_extensions_glob=, :python_file_extensions_glob,
|
30
34
|
:python_files_glob, :python_files_arr)
|
31
35
|
|
32
36
|
def_delegators(:source_file_globber,
|
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: 20.0
|
4
|
+
version: 20.1.0
|
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-
|
11
|
+
date: 2016-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -341,7 +341,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
341
341
|
version: '0'
|
342
342
|
requirements: []
|
343
343
|
rubyforge_project:
|
344
|
-
rubygems_version: 2.4.
|
344
|
+
rubygems_version: 2.4.8
|
345
345
|
signing_key:
|
346
346
|
specification_version: 4
|
347
347
|
summary: Code quality tools for Ruby
|