inspec-core 2.1.84 → 2.2.10

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inspec-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.84
4
+ version: 2.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominik Richter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-31 00:00:00.000000000 Z
11
+ date: 2018-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: train-core
@@ -286,6 +286,8 @@ files:
286
286
  - docs/.gitignore
287
287
  - docs/README.md
288
288
  - docs/dev/control-eval.md
289
+ - docs/dev/filtertable-internals.md
290
+ - docs/dev/filtertable-usage.md
289
291
  - docs/dsl_inspec.md
290
292
  - docs/dsl_resource.md
291
293
  - docs/glossary.md
@@ -408,6 +410,11 @@ files:
408
410
  - docs/shared/matcher_match.md.erb
409
411
  - docs/shell.md
410
412
  - examples/README.md
413
+ - examples/custom-resource/README.md
414
+ - examples/custom-resource/controls/example.rb
415
+ - examples/custom-resource/inspec.yml
416
+ - examples/custom-resource/libraries/batsignal.rb
417
+ - examples/custom-resource/libraries/gordon.rb
411
418
  - examples/inheritance/README.md
412
419
  - examples/inheritance/controls/example.rb
413
420
  - examples/inheritance/inspec.yml