foodcritic 11.3.1 → 11.4.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 +6 -0
- data/chef_dsl_metadata/chef_13.3.42.json +20086 -0
- data/chef_dsl_metadata/chef_13.4.19.json +20319 -0
- data/lib/foodcritic/linter.rb +1 -1
- data/lib/foodcritic/version.rb +1 -1
- data/spec/unit/linter_spec.rb +1 -1
- metadata +6 -4
data/lib/foodcritic/linter.rb
CHANGED
@@ -9,7 +9,7 @@ module FoodCritic
|
|
9
9
|
|
10
10
|
# The default version that will be used to determine relevant rules. This
|
11
11
|
# can be over-ridden at the command line with the `--chef-version` option.
|
12
|
-
DEFAULT_CHEF_VERSION = "13.
|
12
|
+
DEFAULT_CHEF_VERSION = "13.4.19"
|
13
13
|
attr_reader :chef_version
|
14
14
|
|
15
15
|
# Perform a lint check. This method is intended for use by the command-line
|
data/lib/foodcritic/version.rb
CHANGED
data/spec/unit/linter_spec.rb
CHANGED
@@ -12,7 +12,7 @@ describe FoodCritic::Linter do
|
|
12
12
|
|
13
13
|
describe "chef version" do
|
14
14
|
it "should be the latest stable version of Chef" do
|
15
|
-
expect(FoodCritic::Linter::DEFAULT_CHEF_VERSION).to eq "13.
|
15
|
+
expect(FoodCritic::Linter::DEFAULT_CHEF_VERSION).to eq "13.4.19"
|
16
16
|
end
|
17
17
|
end
|
18
18
|
|
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: 11.
|
4
|
+
version: 11.4.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: 2017-
|
11
|
+
date: 2017-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber-core
|
@@ -183,6 +183,8 @@ files:
|
|
183
183
|
- chef_dsl_metadata/chef_12.9.38.json
|
184
184
|
- chef_dsl_metadata/chef_13.0.113.json
|
185
185
|
- chef_dsl_metadata/chef_13.1.31.json
|
186
|
+
- chef_dsl_metadata/chef_13.3.42.json
|
187
|
+
- chef_dsl_metadata/chef_13.4.19.json
|
186
188
|
- features/002_check_string_interpolation.feature
|
187
189
|
- features/004_check_service_resource_used.feature
|
188
190
|
- features/005_check_for_resource_repetition.feature
|
@@ -505,8 +507,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
505
507
|
version: '0'
|
506
508
|
requirements: []
|
507
509
|
rubyforge_project:
|
508
|
-
rubygems_version: 2.6.
|
510
|
+
rubygems_version: 2.6.13
|
509
511
|
signing_key:
|
510
512
|
specification_version: 4
|
511
|
-
summary: foodcritic-11.
|
513
|
+
summary: foodcritic-11.4.0
|
512
514
|
test_files: []
|