poise-monit 1.5.2 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f3875e1a6d9ecb57055263f08a7265b762cd9e1
4
- data.tar.gz: 2791b275b9a27c935147791656577d8af6df72b0
3
+ metadata.gz: 0c73c25a5ee60c1776a3525f1447bea366320723
4
+ data.tar.gz: 2fe82673ba1c946fed23b3e43824e71c8c8518dd
5
5
  SHA512:
6
- metadata.gz: e621a5911e0eb2648aecf1e442c5a5ca8d8a46f72a136c8001e83dcd6ca737948283d1f28e83979a10c5344727387ff8d223ad6d58000a998781c69c13f8ddcd
7
- data.tar.gz: af311dd4e671ecf80f9fdf5099809356927a0d5ab67a119667193f6de4eee1f998fef81ed5e0e1c0066b2d4083bd9afa03b7f305cf62dbe8096b5bfc49078a51
6
+ metadata.gz: b127a1e7e406942b5c67b96ce92af1edf1a84dab5ed67cf487d59f1827f17b03b704865f21523e7fb097fc766b61d66cc61cca3a67860bc86272d9e3cdcba71f
7
+ data.tar.gz: 5355811dc071a557e61dcecdea751a51bd5836dab85e5856f1d31d6f9ce872918a999ba34cde281df163e03ceca05446239ab204ca7f97788c594ddd6a856cb5
@@ -1,27 +1,51 @@
1
- ---
2
1
  sudo: false
3
2
  cache: bundler
4
3
  language: ruby
5
- rvm:
6
- - '2.2'
7
- addons:
8
- apt:
9
- packages:
10
- - libgecode-dev
11
4
  env:
12
5
  global:
13
- - USE_SYSTEM_GECODE=true
14
- - secure: l7GLeLWfqrrkxpc1R9gLasQP7W5MKZztoDGtTMs3itwfgmuA+HRuaex8vUDPxVHVKCdzu9Xhr56IqkVkDcXyasIyfNM2PKPW45qNLTx9dxes3ZnovNQgSuULD4YQOgVnJsSpM530zeNh+1j2tTiMrJW/+A0vCDc54L6FqsNu43XYT40wvRNR1q/DodvWhZFzPBJJ4CZSfjvQWdhXlR6r/vnqX7TeS0j8icBhA8V3nbGqT1YqblFYb6zkJTsf+SaV7XoSiprPp1tgaiKniT4wxGsLffkTnbY7biYC+ZnroUfVjxMoQqhl/0soO9bsJ6i6/6jpAFH9jruPDOnTPAXf+noSwJyxymGZZItvieXbTHsc7Pjg0hR0+4QeQEDISgXfLEZ1nyeAriAXyOXvZl36KQ2bCXEpS2x7xhhV2cbNTBB1q0RhfHb9PCKkyFgJF1M/AC3M/H9R7b4js+lKsJCJACpMKuvuiT1l8zxkl1zi7PnIqYFhBFqXZ9wD0/I7hLToehaPWrcCnjZiUfIAsoeV/O6wSqY4PcDRgBqGqaidoj3xNnhmhAGK9vbT1A+jW//QQQZJ2xFbPUvR4ThAk5h2jJEhdzd0YamqUBO2DGaXfp4Hf+VfAlGtDkcpvMf1E6tvJ0kX9l0FTOdAq5HwhDYS7tyJ8nBix9WKnFZbowmHB3Q=
15
- before_install: "gem install bundler"
16
- bundler_args: "--binstubs=$PWD/bin --jobs 3 --retry 3"
6
+ - secure: l7GLeLWfqrrkxpc1R9gLasQP7W5MKZztoDGtTMs3itwfgmuA+HRuaex8vUDPxVHVKCdzu9Xhr56IqkVkDcXyasIyfNM2PKPW45qNLTx9dxes3ZnovNQgSuULD4YQOgVnJsSpM530zeNh+1j2tTiMrJW/+A0vCDc54L6FqsNu43XYT40wvRNR1q/DodvWhZFzPBJJ4CZSfjvQWdhXlR6r/vnqX7TeS0j8icBhA8V3nbGqT1YqblFYb6zkJTsf+SaV7XoSiprPp1tgaiKniT4wxGsLffkTnbY7biYC+ZnroUfVjxMoQqhl/0soO9bsJ6i6/6jpAFH9jruPDOnTPAXf+noSwJyxymGZZItvieXbTHsc7Pjg0hR0+4QeQEDISgXfLEZ1nyeAriAXyOXvZl36KQ2bCXEpS2x7xhhV2cbNTBB1q0RhfHb9PCKkyFgJF1M/AC3M/H9R7b4js+lKsJCJACpMKuvuiT1l8zxkl1zi7PnIqYFhBFqXZ9wD0/I7hLToehaPWrcCnjZiUfIAsoeV/O6wSqY4PcDRgBqGqaidoj3xNnhmhAGK9vbT1A+jW//QQQZJ2xFbPUvR4ThAk5h2jJEhdzd0YamqUBO2DGaXfp4Hf+VfAlGtDkcpvMf1E6tvJ0kX9l0FTOdAq5HwhDYS7tyJ8nBix9WKnFZbowmHB3Q=
7
+ - USE_SYSTEM_GECODE=true
8
+ before_install: gem install bundler
9
+ bundler_args: '--binstubs=$PWD/bin --jobs 3 --retry 3'
17
10
  script:
18
- - "./bin/rake travis"
19
- gemfile:
20
- - test/gemfiles/chef-12.gemfile
21
- - test/gemfiles/chef-12.1.gemfile
22
- - test/gemfiles/chef-12.2.gemfile
23
- - test/gemfiles/chef-12.3.gemfile
24
- - test/gemfiles/chef-12.4.gemfile
25
- - test/gemfiles/chef-12.5.gemfile
26
- - test/gemfiles/chef-12.6.gemfile
27
- - test/gemfiles/master.gemfile
11
+ - ./bin/rake travis
12
+ matrix:
13
+ include:
14
+ - rvm: 2.3.1
15
+ gemfile: test/gemfiles/chef-12.gemfile
16
+ - rvm: 2.1.4
17
+ gemfile: test/gemfiles/chef-12.1.gemfile
18
+ - rvm: 2.1.4
19
+ gemfile: test/gemfiles/chef-12.2.gemfile
20
+ - rvm: 2.1.4
21
+ gemfile: test/gemfiles/chef-12.3.gemfile
22
+ - rvm: 2.1.6
23
+ gemfile: test/gemfiles/chef-12.4.gemfile
24
+ - rvm: 2.1.6
25
+ gemfile: test/gemfiles/chef-12.5.gemfile
26
+ - rvm: 2.1.6
27
+ gemfile: test/gemfiles/chef-12.6.gemfile
28
+ - rvm: 2.1.6
29
+ gemfile: test/gemfiles/chef-12.7.gemfile
30
+ - rvm: 2.1.6
31
+ gemfile: test/gemfiles/chef-12.8.gemfile
32
+ - rvm: 2.1.8
33
+ gemfile: test/gemfiles/chef-12.9.gemfile
34
+ - rvm: 2.1.8
35
+ gemfile: test/gemfiles/chef-12.10.gemfile
36
+ - rvm: 2.1.8
37
+ gemfile: test/gemfiles/chef-12.11.gemfile
38
+ - rvm: 2.1.8
39
+ gemfile: test/gemfiles/chef-12.12.gemfile
40
+ - rvm: 2.1.9
41
+ gemfile: test/gemfiles/chef-12.13.gemfile
42
+ - rvm: 2.3.1
43
+ gemfile: test/gemfiles/chef-12.14.gemfile
44
+ - rvm: 2.3.1
45
+ gemfile: test/gemfiles/chef-12.15.gemfile
46
+ - rvm: 2.3.1
47
+ gemfile: test/gemfiles/master.gemfile
48
+ addons:
49
+ apt:
50
+ packages:
51
+ - libgecode-dev
data/Berksfile CHANGED
@@ -17,5 +17,5 @@
17
17
  source 'https://supermarket.chef.io/'
18
18
 
19
19
  group :test do
20
- cookbook 'yum-epel'
20
+ cookbook 'yum-epel', '~> 1.0'
21
21
  end
@@ -1,5 +1,10 @@
1
1
  # Poise-Monit Changelog
2
2
 
3
+ ## v1.6.0
4
+
5
+ * Update to `poise-languages` 2.0. None of the changed APIs are used in this
6
+ project so this is only a semver dependency bump.
7
+
3
8
  ## v1.5.2
4
9
 
5
10
  * Compat fix for poise-service 1.3.1.
@@ -16,5 +16,5 @@
16
16
 
17
17
 
18
18
  module PoiseMonit
19
- VERSION = '1.5.2'
19
+ VERSION = '1.6.0'
20
20
  end
@@ -33,15 +33,16 @@ Gem::Specification.new do |spec|
33
33
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
34
34
  spec.require_paths = %w{lib}
35
35
 
36
+ spec.add_dependency 'chef', '~> 12.1'
36
37
  spec.add_dependency 'halite', '~> 1.1'
37
38
  spec.add_dependency 'poise', '~> 2.6'
38
- spec.add_dependency 'poise-languages', '~> 1.4'
39
+ spec.add_dependency 'poise-languages', '~> 2.0'
39
40
  spec.add_dependency 'poise-service', '~> 1.1'
40
41
 
41
42
  spec.add_development_dependency 'berkshelf', '~> 4.0'
42
43
  spec.add_development_dependency 'poise-boiler', '~> 1.6'
43
44
 
44
- # Leaving this hear but commented so it is clear this dependency has been
45
+ # Leaving this here but commented so it is clear this dependency has been
45
46
  # removed on purpose. It's going to be a rare thing, so don't pull it in.
46
47
  # spec.metadata['halite_dependencies'] = 'yum-epel'
47
48
  end
@@ -17,3 +17,6 @@
17
17
  eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18
18
 
19
19
  gem 'chef', '~> 12.1.2'
20
+ gem 'rack', '< 2'
21
+ gem 'foodcritic', '< 8'
22
+ gem 'fauxhai', '<= 3.9.0'
@@ -0,0 +1,22 @@
1
+ #
2
+ # Copyright 2016, Noah Kantrowitz
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+
17
+ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18
+
19
+ gem 'chef', '~> 12.10.24'
20
+ gem 'rack', '< 2'
21
+ gem 'foodcritic', '< 8'
22
+ gem 'fauxhai', '<= 3.9.0'
@@ -0,0 +1,22 @@
1
+ #
2
+ # Copyright 2016, Noah Kantrowitz
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+
17
+ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18
+
19
+ gem 'chef', '~> 12.11.18'
20
+ gem 'rack', '< 2'
21
+ gem 'foodcritic', '< 8'
22
+ gem 'fauxhai', '<= 3.9.0'
@@ -0,0 +1,21 @@
1
+ #
2
+ # Copyright 2016, Noah Kantrowitz
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+
17
+ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18
+
19
+ gem 'chef', '~> 12.12.15'
20
+ gem 'foodcritic', '< 8'
21
+ gem 'fauxhai', '<= 3.9.0'
@@ -0,0 +1,21 @@
1
+ #
2
+ # Copyright 2016, Noah Kantrowitz
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+
17
+ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18
+
19
+ gem 'chef', '~> 12.13.37'
20
+ gem 'foodcritic', '< 8'
21
+ gem 'fauxhai', '<= 3.9.0'
@@ -0,0 +1,19 @@
1
+ #
2
+ # Copyright 2016, Noah Kantrowitz
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+
17
+ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18
+
19
+ gem 'chef', '~> 12.14.89'
@@ -0,0 +1,19 @@
1
+ #
2
+ # Copyright 2016, Noah Kantrowitz
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+
17
+ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18
+
19
+ gem 'chef', '~> 12.15.19'
@@ -17,3 +17,6 @@
17
17
  eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18
18
 
19
19
  gem 'chef', '~> 12.2.1'
20
+ gem 'rack', '< 2'
21
+ gem 'foodcritic', '< 8'
22
+ gem 'fauxhai', '<= 3.9.0'
@@ -17,3 +17,6 @@
17
17
  eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18
18
 
19
19
  gem 'chef', '~> 12.3.0'
20
+ gem 'rack', '< 2'
21
+ gem 'foodcritic', '< 8'
22
+ gem 'fauxhai', '<= 3.9.0'
@@ -17,5 +17,8 @@
17
17
  eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18
18
 
19
19
  gem 'chef', '~> 12.4.3'
20
- # Pending https://github.com/berkshelf/ridley/pull/335
20
+ gem 'rack', '< 2'
21
+ gem 'foodcritic', '< 8'
22
+ gem 'fauxhai', '<= 3.9.0'
21
23
  gem 'ridley', '4.4.1'
24
+ gem 'gh', '0.14.0'
@@ -17,3 +17,6 @@
17
17
  eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18
18
 
19
19
  gem 'chef', '~> 12.5.1'
20
+ gem 'rack', '< 2'
21
+ gem 'foodcritic', '< 8'
22
+ gem 'fauxhai', '<= 3.9.0'
@@ -17,3 +17,6 @@
17
17
  eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18
18
 
19
19
  gem 'chef', '~> 12.6.0'
20
+ gem 'rack', '< 2'
21
+ gem 'foodcritic', '< 8'
22
+ gem 'fauxhai', '<= 3.9.0'
@@ -0,0 +1,22 @@
1
+ #
2
+ # Copyright 2016, Noah Kantrowitz
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+
17
+ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18
+
19
+ gem 'chef', '~> 12.7.2'
20
+ gem 'rack', '< 2'
21
+ gem 'foodcritic', '< 8'
22
+ gem 'fauxhai', '<= 3.9.0'
@@ -0,0 +1,22 @@
1
+ #
2
+ # Copyright 2016, Noah Kantrowitz
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+
17
+ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18
+
19
+ gem 'chef', '~> 12.8.1'
20
+ gem 'rack', '< 2'
21
+ gem 'foodcritic', '< 8'
22
+ gem 'fauxhai', '<= 3.9.0'
@@ -0,0 +1,22 @@
1
+ #
2
+ # Copyright 2016, Noah Kantrowitz
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+
17
+ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18
+
19
+ gem 'chef', '~> 12.9.41'
20
+ gem 'rack', '< 2'
21
+ gem 'foodcritic', '< 8'
22
+ gem 'fauxhai', '<= 3.9.0'
@@ -16,4 +16,4 @@
16
16
 
17
17
  eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18
18
 
19
- gem 'chef', '~> 12.6'
19
+ gem 'chef', '~> 12.15'
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poise-monit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noah Kantrowitz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-27 00:00:00.000000000 Z
11
+ date: 2016-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: chef
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '12.1'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '12.1'
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: halite
15
29
  requirement: !ruby/object:Gem::Requirement
@@ -44,14 +58,14 @@ dependencies:
44
58
  requirements:
45
59
  - - "~>"
46
60
  - !ruby/object:Gem::Version
47
- version: '1.4'
61
+ version: '2.0'
48
62
  type: :runtime
49
63
  prerelease: false
50
64
  version_requirements: !ruby/object:Gem::Requirement
51
65
  requirements:
52
66
  - - "~>"
53
67
  - !ruby/object:Gem::Version
54
- version: '1.4'
68
+ version: '2.0'
55
69
  - !ruby/object:Gem::Dependency
56
70
  name: poise-service
57
71
  requirement: !ruby/object:Gem::Requirement
@@ -140,11 +154,20 @@ files:
140
154
  - test/docker/docker.ca
141
155
  - test/docker/docker.pem
142
156
  - test/gemfiles/chef-12.1.gemfile
157
+ - test/gemfiles/chef-12.10.gemfile
158
+ - test/gemfiles/chef-12.11.gemfile
159
+ - test/gemfiles/chef-12.12.gemfile
160
+ - test/gemfiles/chef-12.13.gemfile
161
+ - test/gemfiles/chef-12.14.gemfile
162
+ - test/gemfiles/chef-12.15.gemfile
143
163
  - test/gemfiles/chef-12.2.gemfile
144
164
  - test/gemfiles/chef-12.3.gemfile
145
165
  - test/gemfiles/chef-12.4.gemfile
146
166
  - test/gemfiles/chef-12.5.gemfile
147
167
  - test/gemfiles/chef-12.6.gemfile
168
+ - test/gemfiles/chef-12.7.gemfile
169
+ - test/gemfiles/chef-12.8.gemfile
170
+ - test/gemfiles/chef-12.9.gemfile
148
171
  - test/gemfiles/chef-12.gemfile
149
172
  - test/gemfiles/master.gemfile
150
173
  - test/integration/default/serverspec/Gemfile
@@ -179,7 +202,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
179
202
  version: '0'
180
203
  requirements: []
181
204
  rubyforge_project:
182
- rubygems_version: 2.6.2
205
+ rubygems_version: 2.6.4
183
206
  signing_key:
184
207
  specification_version: 4
185
208
  summary: A Chef cookbook for managing the Monit process manager.
@@ -190,11 +213,20 @@ test_files:
190
213
  - test/docker/docker.ca
191
214
  - test/docker/docker.pem
192
215
  - test/gemfiles/chef-12.1.gemfile
216
+ - test/gemfiles/chef-12.10.gemfile
217
+ - test/gemfiles/chef-12.11.gemfile
218
+ - test/gemfiles/chef-12.12.gemfile
219
+ - test/gemfiles/chef-12.13.gemfile
220
+ - test/gemfiles/chef-12.14.gemfile
221
+ - test/gemfiles/chef-12.15.gemfile
193
222
  - test/gemfiles/chef-12.2.gemfile
194
223
  - test/gemfiles/chef-12.3.gemfile
195
224
  - test/gemfiles/chef-12.4.gemfile
196
225
  - test/gemfiles/chef-12.5.gemfile
197
226
  - test/gemfiles/chef-12.6.gemfile
227
+ - test/gemfiles/chef-12.7.gemfile
228
+ - test/gemfiles/chef-12.8.gemfile
229
+ - test/gemfiles/chef-12.9.gemfile
198
230
  - test/gemfiles/chef-12.gemfile
199
231
  - test/gemfiles/master.gemfile
200
232
  - test/integration/default/serverspec/Gemfile
@@ -209,4 +241,3 @@ test_files:
209
241
  - test/spec/resources/monit_spec.rb
210
242
  - test/spec/service_providers/monit_spec.rb
211
243
  - test/spec/spec_helper.rb
212
- has_rdoc: