quality 1.1.1 → 1.2.0

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
  SHA1:
3
- metadata.gz: 6f0d2d70b217a2d18082637b1298c8fa80a0c61c
4
- data.tar.gz: 44fd6ea6a051420dfcacec44b33228716a7cbf51
3
+ metadata.gz: 9b7bcd6756df46794914fc8b3bd3a11b4b025382
4
+ data.tar.gz: f5384081e32874f06ea30117585748477b76e7c8
5
5
  SHA512:
6
- metadata.gz: 298903944c6596daad41b730f410c65b55a08ad8be237ed58d075076ac77ddb8242f152dde21ed2b8990d28324b314799818a3bd0d3ce014ebdf241ad664e3ed
7
- data.tar.gz: 7e2dcf75557abebf1b58aebbe2d798de09e7d76c6907d0d9a40c5fc9b7cb3c96aebd9b1fefb1d21f7e8875ed1c6c1d21c93dca9c5a3750ea5d945a4929f6d2b3
6
+ metadata.gz: dae206fcd6c6013da70740077620154f77f09ed436634ceadf4b9d6e7d63c53cfe2bfab2d394eea8fe44c2854a216136fe50c5490c8dbe410ecdf9ad1a25ceae
7
+ data.tar.gz: 601e6a2d4b8339580a0802742ebd5e308461d2a6816be27f37543513f90df2ee48365ee0b566b05fba1e98f05aa94504d2e4c793de50c9e93197a80016ed1257
data/README.md CHANGED
@@ -50,8 +50,8 @@ Quality::Rake::Task.new { |t|
50
50
 
51
51
  # Array of directory names which contain ruby files to analyze.
52
52
  #
53
- # Defaults to %w{lib test features}, which translates to *.rb in the base directory, as well as lib, test, and features.
54
- t.ruby_dirs = %w{lib test features}
53
+ # Defaults to %w{lib test spec feature}, which translates to *.rb in the base directory, as well as lib, test, spec, and feature.
54
+ t.ruby_dirs = %w{lib test spec feature}
55
55
 
56
56
  # Relative path to output directory where *_high_water_mark
57
57
  # files will be read/written
@@ -42,8 +42,8 @@ module Quality
42
42
 
43
43
  # Array of directory names which contain ruby files to analyze.
44
44
  #
45
- # Defaults to %w{lib test features}, which translates to *.rb in
46
- # the base directory, as well as lib, test, and features.
45
+ # Defaults to %w{lib test spec feature}, which translates to *.rb in
46
+ # the base directory, as well as lib, test, and feature.
47
47
  attr_writer :ruby_dirs
48
48
 
49
49
  # Relative path to output directory where *_high_water_mark
@@ -181,7 +181,7 @@ module Quality
181
181
  end
182
182
 
183
183
  def ruby_dirs
184
- @ruby_dirs ||= %w{lib test features}
184
+ @ruby_dirs ||= %w{lib test spec feature}
185
185
  end
186
186
 
187
187
  def ruby_files
@@ -1,3 +1,3 @@
1
1
  module Quality
2
- VERSION = '1.1.1'
2
+ VERSION = '1.2.0'
3
3
  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: 1.1.1
4
+ version: 1.2.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: 2014-04-27 00:00:00.000000000 Z
11
+ date: 2014-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cane