inspec_tools 1.8.2 → 1.8.3
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 +8 -3
- data/exe/inspec_tools +1 -1
- data/lib/inspec_tools/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d36768883abbaa0f4b9d4599a6932d900d99bad9fd0170b589da6efea98e13a
|
|
4
|
+
data.tar.gz: ae0f57219087842d047d8f7b29d06fa48b377e97c4b334f6095475b0e8e98464
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81d0bd7c13851a77ca9a5881a68536f265c5dc850f67c374892a3d4b097fb7a387a022a21d5a437a2714a1383e498a7898923775d26a22c9685f8d48c0148d3e
|
|
7
|
+
data.tar.gz: e28cc0782af57a0fb852b27896ac3a7585d72b9c3b8bc2cf3b5222f56f726c46f2527da7126955b92d68fcc29e7f5dc423766ef21663f9acd7557fe248aa3034
|
data/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [v1.8.
|
|
3
|
+
## [v1.8.3](https://github.com/mitre/inspec_tools/tree/v1.8.3) (2020-03-27)
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.
|
|
5
|
+
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.2...v1.8.3)
|
|
6
6
|
|
|
7
7
|
**Merged pull requests:**
|
|
8
8
|
|
|
9
|
-
-
|
|
9
|
+
- Spaces cause interpreter not to pick up encoding correctly [\#111](https://github.com/mitre/inspec_tools/pull/111) ([Bialogs](https://github.com/Bialogs))
|
|
10
|
+
|
|
11
|
+
## [v1.8.2](https://github.com/mitre/inspec_tools/tree/v1.8.2) (2020-03-25)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.1...v1.8.2)
|
|
10
14
|
|
|
11
15
|
## [v1.8.1](https://github.com/mitre/inspec_tools/tree/v1.8.1) (2020-03-24)
|
|
12
16
|
|
|
@@ -30,6 +34,7 @@
|
|
|
30
34
|
|
|
31
35
|
**Merged pull requests:**
|
|
32
36
|
|
|
37
|
+
- Gemspec Dependency Updates [\#109](https://github.com/mitre/inspec_tools/pull/109) ([Bialogs](https://github.com/Bialogs))
|
|
33
38
|
- Support conversion from CAT/Category style severities when generating an impact number. [\#106](https://github.com/mitre/inspec_tools/pull/106) ([Bialogs](https://github.com/Bialogs))
|
|
34
39
|
|
|
35
40
|
## [v1.7.3](https://github.com/mitre/inspec_tools/tree/v1.7.3) (2020-03-23)
|
data/exe/inspec_tools
CHANGED
data/lib/inspec_tools/version.rb
CHANGED
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: 1.8.
|
|
4
|
+
version: 1.8.3
|
|
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-03-
|
|
14
|
+
date: 2020-03-27 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: colorize
|