codeclimate 0.16.3 → 0.16.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module CC
2
2
  module CLI
3
3
  class ConfigGenerator
4
4
  CODECLIMATE_YAML = Command::CODECLIMATE_YAML
5
- AUTO_EXCLUDE_PATHS = %w(config/ db/ features/ node_modules/ script/ spec/ test/ tests/ vendor/).freeze
5
+ AUTO_EXCLUDE_PATHS = %w(config/ db/ dist/ features/ node_modules/ script/ spec/ test/ tests/ vendor/).freeze
6
6
 
7
7
  def self.for(filesystem, engine_registry, upgrade_requested)
8
8
  if upgrade_requested && upgrade_needed?(filesystem)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codeclimate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.3
4
+ version: 0.16.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code Climate
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-18 00:00:00.000000000 Z
11
+ date: 2015-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport