foodcritic 11.3.1 → 11.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.1.31"
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
@@ -1,4 +1,4 @@
1
1
  module FoodCritic
2
2
  # The current version of foodcritic
3
- VERSION = "11.3.1"
3
+ VERSION = "11.4.0"
4
4
  end
@@ -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.1.31"
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.3.1
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-08-17 00:00:00.000000000 Z
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.11
510
+ rubygems_version: 2.6.13
509
511
  signing_key:
510
512
  specification_version: 4
511
- summary: foodcritic-11.3.1
513
+ summary: foodcritic-11.4.0
512
514
  test_files: []