foodcritic 6.1.1 → 6.2.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 +4 -0
- data/chef_dsl_metadata/chef_12.9.38.json +17253 -0
- data/lib/foodcritic/linter.rb +1 -1
- data/lib/foodcritic/version.rb +1 -1
- metadata +5 -4
data/lib/foodcritic/linter.rb
CHANGED
@@ -10,7 +10,7 @@ module FoodCritic
|
|
10
10
|
|
11
11
|
# The default version that will be used to determine relevant rules. This
|
12
12
|
# can be over-ridden at the command line with the `--chef-version` option.
|
13
|
-
DEFAULT_CHEF_VERSION = '12.
|
13
|
+
DEFAULT_CHEF_VERSION = '12.9.38'
|
14
14
|
attr_reader :chef_version
|
15
15
|
|
16
16
|
# Perform a lint check. This method is intended for use by the command-line
|
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: 6.
|
4
|
+
version: 6.2.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-04-
|
11
|
+
date: 2016-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber-core
|
@@ -198,6 +198,7 @@ files:
|
|
198
198
|
- chef_dsl_metadata/chef_12.6.0.json
|
199
199
|
- chef_dsl_metadata/chef_12.7.2.json
|
200
200
|
- chef_dsl_metadata/chef_12.8.1.json
|
201
|
+
- chef_dsl_metadata/chef_12.9.38.json
|
201
202
|
- features/001_check_node_access.feature
|
202
203
|
- features/002_check_string_interpolation.feature
|
203
204
|
- features/003_check_for_chef_server.feature
|
@@ -327,8 +328,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
327
328
|
version: '0'
|
328
329
|
requirements: []
|
329
330
|
rubyforge_project:
|
330
|
-
rubygems_version: 2.6.
|
331
|
+
rubygems_version: 2.6.3
|
331
332
|
signing_key:
|
332
333
|
specification_version: 4
|
333
|
-
summary: foodcritic-6.
|
334
|
+
summary: foodcritic-6.2.0
|
334
335
|
test_files: []
|