quality 20.0.0 → 20.0.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/lib/quality/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b69b291935864316c298a72979592b763f955716
4
- data.tar.gz: 4a8ce901f868f824c581e9eebaa4716136d7a3e5
3
+ metadata.gz: 13eeadb786c7b82b5f01a6cce2fb986f4bb8cfd8
4
+ data.tar.gz: 639ea76c5d86e4a6a5ce534a9c7961c4391f0b65
5
5
  SHA512:
6
- metadata.gz: 58a2b6c3c9d9bcf5a6e9623f53b1b06cdc3318201c4bad4517ce42951e54d41fadf6cccaa473a94078639d05e80374fb3adcb8e7259614fb7d9c15f1b0900eba
7
- data.tar.gz: 16fcbe3af56282d0387b3b0ae138af67eab6d2439bdd40878615a6eb54d299fb2dddb59381ac773a2ed255236ddbf81f72726cf62d25860628efcf3a72a5177f
6
+ metadata.gz: 100603f2f30b61875ce94c9609bef9f89012109b4a7f099373719544b5af708b90c190c870cd3b05500c1d5772485bde6e7d56c9b2ec44a767124984c2fb8780
7
+ data.tar.gz: e2f844e995b9614e512c23758b4d3a70dab56f65fc3a3a0ad1b3600abb0085143a6888d0042ef38bc10442ad182e6f55d7df3beaafb096531a3052156add655d
data/README.md CHANGED
@@ -106,13 +106,13 @@ Quality::Rake::Task.new do |t|
106
106
  t.source_files_exclude_glob =
107
107
  '{lib/whatever/imported_file.rb,lib/vendor/**/*.rb}'
108
108
 
109
- # Extensions for Ruby language files--defaults to 'rb,rake'
109
+ # Extensions for Ruby language files--defaults to rb,rake
110
110
  t.ruby_file_extensions_arr = %w(rb rake)
111
111
 
112
112
  # Extensions for all source files--defaults to
113
- # 'rb,rake,swift,cpp,c,java,py,clj,cljs,scala,js,yml,sh,json'
114
- t.source_file_extensions_glob =
115
- 'rb,rake,swift,cpp,c,java,py,clj,cljs,scala,js,yml,sh,json'
113
+ # rb,rake,swift,cpp,c,java,py,clj,cljs,scala,js,yml,sh,json
114
+ t.source_file_extensions_arr =
115
+ %w(rb rake swift cpp c java py clj cljs scala js yml sh json)
116
116
 
117
117
  # Relative path to output directory where *_high_water_mark
118
118
  # files will be read/written
@@ -2,5 +2,5 @@
2
2
  # reek, flog, flay and rubocop and makes sure your numbers don't get
3
3
  # any worse over time.
4
4
  module Quality
5
- VERSION = '20.0.0'
5
+ VERSION = '20.0.1'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quality
3
3
  version: !ruby/object:Gem::Version
4
- version: 20.0.0
4
+ version: 20.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vince Broz