inspec 0.14.4 → 0.14.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +19 -5
- data/inspec.gemspec +2 -2
- data/lib/inspec/version.rb +1 -1
- metadata +6 -14
- data/examples/resource/controls/tiny.rb +0 -3
- data/examples/resource/inspec.yml +0 -10
- data/examples/resource/libraries/tiny.rb +0 -3
- data/lib/bundles/inspec-supermarket.rb +0 -13
- data/test/unit/mock/profiles/resource-tiny/inspec.yml +0 -10
- data/test/unit/mock/profiles/resource-tiny/libraries/resource.rb +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46086a8807d15265955db741c7bd40588230fea3
|
4
|
+
data.tar.gz: 7de696eaa0d504e06bf3721db82453cb98ab684f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62812a33d54e2ca96dd59d38e77bf8bba0df28aeb20a11d41524c5d2cc090f35a2ac5cc5afb0f498140c2d4d9a5446bac73678faa34ae89eb477c3531946fee3
|
7
|
+
data.tar.gz: bb685a5a79c4d562676431b3640c5870702a54a9d11815ceeec56252790c56d775135cc3f8f8410e349a10069d0247f90159359ce4bc15ac6033908e3453e2ef
|
data/CHANGELOG.md
CHANGED
@@ -1,16 +1,27 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
-
## [0.14.
|
4
|
-
[Full Changelog](https://github.com/chef/inspec/compare/v0.14.
|
3
|
+
## [0.14.5](https://github.com/chef/inspec/tree/0.14.5) (2016-02-29)
|
4
|
+
[Full Changelog](https://github.com/chef/inspec/compare/v0.14.4...0.14.5)
|
5
|
+
|
6
|
+
**Merged pull requests:**
|
7
|
+
|
8
|
+
- Fix license warning during gem build. [\#503](https://github.com/chef/inspec/pull/503) ([juliandunn](https://github.com/juliandunn))
|
9
|
+
|
10
|
+
## [v0.14.4](https://github.com/chef/inspec/tree/v0.14.4) (2016-02-26)
|
11
|
+
[Full Changelog](https://github.com/chef/inspec/compare/v0.14.3...v0.14.4)
|
5
12
|
|
6
13
|
**Implemented enhancements:**
|
7
14
|
|
15
|
+
- add xinetd\_conf resource [\#499](https://github.com/chef/inspec/pull/499) ([arlimus](https://github.com/arlimus))
|
8
16
|
- add `describe.one`: collection of tests with at least one passing [\#497](https://github.com/chef/inspec/pull/497) ([arlimus](https://github.com/arlimus))
|
9
17
|
|
10
|
-
**
|
18
|
+
**Fixed bugs:**
|
11
19
|
|
12
20
|
- don't crash on empty metadata during finalize [\#500](https://github.com/chef/inspec/pull/500) ([arlimus](https://github.com/arlimus))
|
13
|
-
|
21
|
+
|
22
|
+
**Merged pull requests:**
|
23
|
+
|
24
|
+
- 0.14.4 [\#501](https://github.com/chef/inspec/pull/501) ([arlimus](https://github.com/arlimus))
|
14
25
|
|
15
26
|
## [v0.14.3](https://github.com/chef/inspec/tree/v0.14.3) (2016-02-24)
|
16
27
|
[Full Changelog](https://github.com/chef/inspec/compare/v0.14.2...v0.14.3)
|
@@ -30,6 +41,10 @@
|
|
30
41
|
## [v0.14.2](https://github.com/chef/inspec/tree/v0.14.2) (2016-02-22)
|
31
42
|
[Full Changelog](https://github.com/chef/inspec/compare/v0.14.1...v0.14.2)
|
32
43
|
|
44
|
+
**Implemented enhancements:**
|
45
|
+
|
46
|
+
- load plugins in the same gem installation [\#482](https://github.com/chef/inspec/pull/482) ([arlimus](https://github.com/arlimus))
|
47
|
+
|
33
48
|
**Fixed bugs:**
|
34
49
|
|
35
50
|
- fix cc upload [\#483](https://github.com/chef/inspec/pull/483) ([chris-rock](https://github.com/chris-rock))
|
@@ -37,7 +52,6 @@
|
|
37
52
|
**Merged pull requests:**
|
38
53
|
|
39
54
|
- 0.14.2 [\#484](https://github.com/chef/inspec/pull/484) ([arlimus](https://github.com/arlimus))
|
40
|
-
- load plugins in the same gem installation [\#482](https://github.com/chef/inspec/pull/482) ([arlimus](https://github.com/arlimus))
|
41
55
|
|
42
56
|
## [v0.14.1](https://github.com/chef/inspec/tree/v0.14.1) (2016-02-22)
|
43
57
|
[Full Changelog](https://github.com/chef/inspec/compare/v0.14.0...v0.14.1)
|
data/inspec.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.summary = 'Infrastructure and compliance testing.'
|
12
12
|
spec.description = 'InSpec provides a framework for creating end-to-end infrastructure tests. You can use it for integration or even compliance testing. Create fully portable test profiles and use them in your workflow to ensure stability and security. Integrate InSpec in your change lifecycle for local testing, CI/CD, and deployment verification.'
|
13
13
|
spec.homepage = 'https://github.com/chef/inspec'
|
14
|
-
spec.license = 'Apache
|
14
|
+
spec.license = 'Apache-2.0'
|
15
15
|
|
16
16
|
spec.files = %w{
|
17
17
|
README.md Rakefile MAINTAINERS.toml MAINTAINERS.md LICENSE inspec.gemspec
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
|
|
24
24
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
25
25
|
spec.require_paths = ['lib']
|
26
26
|
|
27
|
-
spec.add_dependency 'r-train', '~> 0.10'
|
27
|
+
spec.add_dependency 'r-train', '~> 0.10.1'
|
28
28
|
spec.add_dependency 'thor', '~> 0.19'
|
29
29
|
spec.add_dependency 'json', '~> 1.8'
|
30
30
|
spec.add_dependency 'rainbow', '~> 2'
|
data/lib/inspec/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: inspec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.14.
|
4
|
+
version: 0.14.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dominik Richter
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: r-train
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 0.10.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 0.10.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: thor
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -207,9 +207,6 @@ files:
|
|
207
207
|
- examples/profile/controls/gordon.rb
|
208
208
|
- examples/profile/inspec.yml
|
209
209
|
- examples/profile/libraries/gordon_config.rb
|
210
|
-
- examples/resource/controls/tiny.rb
|
211
|
-
- examples/resource/inspec.yml
|
212
|
-
- examples/resource/libraries/tiny.rb
|
213
210
|
- inspec.gemspec
|
214
211
|
- lib/bundles/README.md
|
215
212
|
- lib/bundles/inspec-compliance.rb
|
@@ -224,7 +221,6 @@ files:
|
|
224
221
|
- lib/bundles/inspec-init/templates/profile/controls/example.rb
|
225
222
|
- lib/bundles/inspec-init/templates/profile/inspec.yml
|
226
223
|
- lib/bundles/inspec-init/templates/profile/libraries/.gitkeep
|
227
|
-
- lib/bundles/inspec-supermarket.rb
|
228
224
|
- lib/bundles/inspec-supermarket/README.md
|
229
225
|
- lib/bundles/inspec-supermarket/api.rb
|
230
226
|
- lib/bundles/inspec-supermarket/cli.rb
|
@@ -494,8 +490,6 @@ files:
|
|
494
490
|
- test/unit/mock/profiles/legacy-empty-metadata/metadata.rb
|
495
491
|
- test/unit/mock/profiles/legacy-simple-metadata/metadata.rb
|
496
492
|
- test/unit/mock/profiles/legacy-simple-metadata/test/.gitkeep
|
497
|
-
- test/unit/mock/profiles/resource-tiny/inspec.yml
|
498
|
-
- test/unit/mock/profiles/resource-tiny/libraries/resource.rb
|
499
493
|
- test/unit/mock/profiles/simple-metadata/inspec.yml
|
500
494
|
- test/unit/plugin_test.rb
|
501
495
|
- test/unit/profile_context_test.rb
|
@@ -554,7 +548,7 @@ files:
|
|
554
548
|
- test/unit/utils/solaris_netstat_parser.rb
|
555
549
|
homepage: https://github.com/chef/inspec
|
556
550
|
licenses:
|
557
|
-
- Apache
|
551
|
+
- Apache-2.0
|
558
552
|
metadata: {}
|
559
553
|
post_install_message:
|
560
554
|
rdoc_options: []
|
@@ -572,7 +566,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
572
566
|
version: '0'
|
573
567
|
requirements: []
|
574
568
|
rubyforge_project:
|
575
|
-
rubygems_version: 2.
|
569
|
+
rubygems_version: 2.4.6
|
576
570
|
signing_key:
|
577
571
|
specification_version: 4
|
578
572
|
summary: Infrastructure and compliance testing.
|
@@ -743,8 +737,6 @@ test_files:
|
|
743
737
|
- test/unit/mock/profiles/legacy-empty-metadata/metadata.rb
|
744
738
|
- test/unit/mock/profiles/legacy-simple-metadata/metadata.rb
|
745
739
|
- test/unit/mock/profiles/legacy-simple-metadata/test/.gitkeep
|
746
|
-
- test/unit/mock/profiles/resource-tiny/inspec.yml
|
747
|
-
- test/unit/mock/profiles/resource-tiny/libraries/resource.rb
|
748
740
|
- test/unit/mock/profiles/simple-metadata/inspec.yml
|
749
741
|
- test/unit/plugin_test.rb
|
750
742
|
- test/unit/profile_context_test.rb
|
@@ -1,10 +0,0 @@
|
|
1
|
-
name: resource
|
2
|
-
title: InSpec Example Resources
|
3
|
-
maintainer: Chef Software, Inc.
|
4
|
-
copyright: Chef Software, Inc.
|
5
|
-
copyright_email: support@chef.io
|
6
|
-
license: Apache 2 license
|
7
|
-
summary: Demonstrates the use of InSpec custom resources
|
8
|
-
version: 1.0.0
|
9
|
-
supports:
|
10
|
-
- linux
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# author: Christoph Hartmann
|
3
|
-
# author: Dominik Richter
|
4
|
-
|
5
|
-
libdir = File.dirname(__FILE__)
|
6
|
-
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)
|
7
|
-
|
8
|
-
module Supermarket
|
9
|
-
autoload :API, 'inspec-supermarket/api'
|
10
|
-
end
|
11
|
-
|
12
|
-
require 'inspec-supermarket/cli'
|
13
|
-
require 'inspec-supermarket/target'
|
@@ -1,10 +0,0 @@
|
|
1
|
-
name: complete
|
2
|
-
title: complete example profile
|
3
|
-
maintainer: Chef Software, Inc.
|
4
|
-
copyright: Chef Software, Inc.
|
5
|
-
copyright_email: support@chef.io
|
6
|
-
license: Proprietary, All rights reserved
|
7
|
-
summary: Testing stub
|
8
|
-
version: 1.0.0
|
9
|
-
supports:
|
10
|
-
- os-family: linux
|