inspec_tools 2.0.1.pre4 → 2.0.2.pre5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +17 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2586a67f71f35174ae21e09e02136705d3e09662e176f6f36e81ca92af9b8cc
4
- data.tar.gz: fd59d2d3ba2c8b4dcb98cfbd4c217743ff987e57fca5f244e04536bd47ad1c05
3
+ metadata.gz: 3f2c0eda1119a5560af3597e53f774190658d082a0e7e9828a9c186e77fe1e87
4
+ data.tar.gz: 94d5810cddc50f292dff9014ef0aca1bdf651862aaf3e772b96435136bda38a3
5
5
  SHA512:
6
- metadata.gz: e124c707c7d52ad506b82f0f0de235b6093701725bd2b9afe6cb00e886772a9295602d7468977e41383dd2079eede8718e27c047d8dfed54f8e3bab9e0a4947b
7
- data.tar.gz: 53e215d32e5cc505946c553470455bb61470f1ddb8c8baf839aa7e9c82e883d3bf4ef35f2736de0de67ebc977686650b0825bf641c241897a2ed59ff275d25b7
6
+ metadata.gz: 3c649a11fbf1e44ab2f9012479254757f5f8c9183aa7e93042427fbfca659d3ff77058c8a9f5edded598c5b6ec77144fd142dc7a860cda04442bf15019414e83
7
+ data.tar.gz: a95c81c8662de7fab071f26e751b03100bfb8d8535e6225a73d5913d66487542d59a120d598e89c044d4b32e4efb81664fceb723efdf0c420d15e6dbcb57f1d2
@@ -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.pre3...HEAD)
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.1.pre4
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-06 00:00:00.000000000 Z
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.4'
349
+ version: '2.5'
350
350
  required_rubygems_version: !ruby/object:Gem::Requirement
351
351
  requirements:
352
352
  - - ">"