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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: abeac8c102b3f03af3bf9c1a93317559ee19c03bf833e9db99db8a5d56a7e04d
4
- data.tar.gz: 6ec554a1070d426cff9b20625d5772fa936f9a09b3c7064d84d97aa4424035a1
3
+ metadata.gz: 1d36768883abbaa0f4b9d4599a6932d900d99bad9fd0170b589da6efea98e13a
4
+ data.tar.gz: ae0f57219087842d047d8f7b29d06fa48b377e97c4b334f6095475b0e8e98464
5
5
  SHA512:
6
- metadata.gz: 5fdc98980df4e9b1b92fa78f1059d2ef463b657563bfb53f983c256d927cc9b46e678f0dbcab60a4dc3e0cf1e1b2d8b27a4af07ae14328b4a8641154801d5148
7
- data.tar.gz: be653f8e95453aaf20dd46d246c77b26a6d87fdc67537948d751f616dc8fb751b6e46d7cb2abaf7ecf28982592056b957761fb58e151c8a72932e0170b7e7977
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.2](https://github.com/mitre/inspec_tools/tree/v1.8.2) (2020-03-25)
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.1...v1.8.2)
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
- - Gemspec Dependency Updates [\#109](https://github.com/mitre/inspec_tools/pull/109) ([Bialogs](https://github.com/Bialogs))
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
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env -S ruby -E UTF-8
1
+ #!/usr/bin/env -S ruby -EUTF-8
2
2
 
3
3
  # Trap ^C
4
4
  Signal.trap('INT') {
@@ -1,3 +1,3 @@
1
1
  module InspecTools
2
- VERSION = '1.8.2'.freeze
2
+ VERSION = '1.8.3'.freeze
3
3
  end
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.2
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-25 00:00:00.000000000 Z
14
+ date: 2020-03-27 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: colorize