foodcritic 8.1.0 → 8.2.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 = "12.14.89"
12
+ DEFAULT_CHEF_VERSION = "12.17.44"
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 = "8.1.0"
3
+ VERSION = "8.2.0"
4
4
  end
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.1.0
4
+ version: 8.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-10-20 00:00:00.000000000 Z
11
+ date: 2017-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber-core
@@ -139,6 +139,8 @@ files:
139
139
  - chef_dsl_metadata/chef_12.13.37.json
140
140
  - chef_dsl_metadata/chef_12.14.89.json
141
141
  - chef_dsl_metadata/chef_12.15.19.json
142
+ - chef_dsl_metadata/chef_12.16.42.json
143
+ - chef_dsl_metadata/chef_12.17.44.json
142
144
  - chef_dsl_metadata/chef_12.2.1.json
143
145
  - chef_dsl_metadata/chef_12.3.0.json
144
146
  - chef_dsl_metadata/chef_12.4.0.json
@@ -278,8 +280,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
278
280
  version: '0'
279
281
  requirements: []
280
282
  rubyforge_project:
281
- rubygems_version: 2.6.7
283
+ rubygems_version: 2.5.2
282
284
  signing_key:
283
285
  specification_version: 4
284
- summary: foodcritic-8.1.0
286
+ summary: foodcritic-8.2.0
285
287
  test_files: []