foodcritic 8.0.0 → 8.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/chef_dsl_metadata/chef_12.15.19.json +18720 -0
- data/lib/foodcritic/command_line.rb +1 -1
- data/lib/foodcritic/version.rb +1 -1
- metadata +5 -4
@@ -76,7 +76,7 @@ module FoodCritic
|
|
76
76
|
@options[:version] = true
|
77
77
|
end
|
78
78
|
opts.on("-X", "--exclude PATH",
|
79
|
-
"Exclude path(s) from being linted.") do |e|
|
79
|
+
"Exclude path(s) from being linted. PATH is relative to the cookbook, not an absolute PATH") do |e|
|
80
80
|
options[:exclude_paths] << e
|
81
81
|
end
|
82
82
|
end
|
data/lib/foodcritic/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foodcritic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.
|
4
|
+
version: 8.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Crump
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber-core
|
@@ -138,6 +138,7 @@ files:
|
|
138
138
|
- chef_dsl_metadata/chef_12.12.13.json
|
139
139
|
- chef_dsl_metadata/chef_12.13.37.json
|
140
140
|
- chef_dsl_metadata/chef_12.14.89.json
|
141
|
+
- chef_dsl_metadata/chef_12.15.19.json
|
141
142
|
- chef_dsl_metadata/chef_12.2.1.json
|
142
143
|
- chef_dsl_metadata/chef_12.3.0.json
|
143
144
|
- chef_dsl_metadata/chef_12.4.0.json
|
@@ -277,8 +278,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
277
278
|
version: '0'
|
278
279
|
requirements: []
|
279
280
|
rubyforge_project:
|
280
|
-
rubygems_version: 2.6.
|
281
|
+
rubygems_version: 2.6.7
|
281
282
|
signing_key:
|
282
283
|
specification_version: 4
|
283
|
-
summary: foodcritic-8.
|
284
|
+
summary: foodcritic-8.1.0
|
284
285
|
test_files: []
|