inspec_tools 2.0.1.pre4 → 2.0.2.pre5
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 +4 -4
- data/CHANGELOG.md +17 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f2c0eda1119a5560af3597e53f774190658d082a0e7e9828a9c186e77fe1e87
|
|
4
|
+
data.tar.gz: 94d5810cddc50f292dff9014ef0aca1bdf651862aaf3e772b96435136bda38a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c649a11fbf1e44ab2f9012479254757f5f8c9183aa7e93042427fbfca659d3ff77058c8a9f5edded598c5b6ec77144fd142dc7a860cda04442bf15019414e83
|
|
7
|
+
data.tar.gz: a95c81c8662de7fab071f26e751b03100bfb8d8535e6225a73d5913d66487542d59a120d598e89c044d4b32e4efb81664fceb723efdf0c420d15e6dbcb57f1d2
|
data/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased](https://github.com/mitre/inspec_tools/tree/HEAD)
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v2.0.1.
|
|
5
|
+
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v2.0.1.pre4...HEAD)
|
|
6
|
+
|
|
7
|
+
**Implemented enhancements:**
|
|
8
|
+
|
|
9
|
+
- Summary Error Count [\#132](https://github.com/mitre/inspec_tools/issues/132)
|
|
10
|
+
- change check and fix tags to sub-descriptions in xccdf2inspec [\#47](https://github.com/mitre/inspec_tools/issues/47)
|
|
11
|
+
- merge in the `merge\_tool` [\#42](https://github.com/mitre/inspec_tools/issues/42)
|
|
12
|
+
- InSpec 3.x Data features [\#22](https://github.com/mitre/inspec_tools/issues/22)
|
|
13
|
+
|
|
14
|
+
**Merged pull requests:**
|
|
15
|
+
|
|
16
|
+
- Ruby 2.6.6 and 2.7.1 update [\#143](https://github.com/mitre/inspec_tools/pull/143) ([Bialogs](https://github.com/Bialogs))
|
|
17
|
+
|
|
18
|
+
## [v2.0.1.pre4](https://github.com/mitre/inspec_tools/tree/v2.0.1.pre4) (2020-04-06)
|
|
19
|
+
|
|
20
|
+
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v2.0.1.pre3...v2.0.1.pre4)
|
|
6
21
|
|
|
7
22
|
**Closed issues:**
|
|
8
23
|
|
|
@@ -10,6 +25,7 @@
|
|
|
10
25
|
|
|
11
26
|
**Merged pull requests:**
|
|
12
27
|
|
|
28
|
+
- Add unit tests for XLSXTool and add system tests in CI [\#130](https://github.com/mitre/inspec_tools/pull/130) ([Bialogs](https://github.com/Bialogs))
|
|
13
29
|
- Apply fixes from CodeFactor [\#129](https://github.com/mitre/inspec_tools/pull/129) ([aaronlippold](https://github.com/aaronlippold))
|
|
14
30
|
|
|
15
31
|
## [v2.0.1.pre3](https://github.com/mitre/inspec_tools/tree/v2.0.1.pre3) (2020-04-03)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: inspec_tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2.pre5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robert Thew
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: exe
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2020-04-
|
|
14
|
+
date: 2020-04-15 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: colorize
|
|
@@ -346,7 +346,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
346
346
|
requirements:
|
|
347
347
|
- - "~>"
|
|
348
348
|
- !ruby/object:Gem::Version
|
|
349
|
-
version: '2.
|
|
349
|
+
version: '2.5'
|
|
350
350
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
351
351
|
requirements:
|
|
352
352
|
- - ">"
|