inspec_tools 2.0.1.pre1 → 2.0.1.pre2
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 +21 -4
- data/lib/inspec_tools/cli.rb +1 -1
- data/lib/inspec_tools/xlsx.rb +1 -1
- data/lib/utilities/inspec_util.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: 68a7bc23a335f2851633c7164898006ae7bd2526371194bff12c3b9b4592856c
|
|
4
|
+
data.tar.gz: 85f62513a8af8009705cf8afd55a4c1ac55054e95c7a3f08cd1f587cf7d67c09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e75e865855f24ff7013ec487bf11dc2c89c41f2b26968efb92376907f0b2fd7830cab6a2b140391ec8e1a146fbe3eef7a7aaa14e73e0e4f4d11933189942705f
|
|
7
|
+
data.tar.gz: 388f8fc5b01af577ebc64b6ddcc760459a322bb1e6f49207ab3891c4f15f8c68cc00d5f0f19592473357d03c672085c8af1c1699a3ecfb4045e2135747071643
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [Unreleased](https://github.com/mitre/inspec_tools/tree/HEAD)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v2.0.1.pre1...HEAD)
|
|
6
|
+
|
|
7
|
+
**Merged pull requests:**
|
|
8
|
+
|
|
9
|
+
- Missed some references to inspec/objects [\#126](https://github.com/mitre/inspec_tools/pull/126) ([Bialogs](https://github.com/Bialogs))
|
|
10
|
+
- Move to mitre/inspec-objects [\#125](https://github.com/mitre/inspec_tools/pull/125) ([Bialogs](https://github.com/Bialogs))
|
|
11
|
+
|
|
12
|
+
## [v2.0.1.pre1](https://github.com/mitre/inspec_tools/tree/v2.0.1.pre1) (2020-04-02)
|
|
13
|
+
|
|
14
|
+
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v2.0.0...v2.0.1.pre1)
|
|
15
|
+
|
|
16
|
+
**Merged pull requests:**
|
|
17
|
+
|
|
18
|
+
- Pull lfs objects in when building the gem. [\#124](https://github.com/mitre/inspec_tools/pull/124) ([rbclark](https://github.com/rbclark))
|
|
19
|
+
|
|
3
20
|
## [v2.0.0](https://github.com/mitre/inspec_tools/tree/v2.0.0) (2020-04-01)
|
|
4
21
|
|
|
5
22
|
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.10...v2.0.0)
|
|
@@ -166,6 +183,10 @@
|
|
|
166
183
|
|
|
167
184
|
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.6.20...v1.6.21)
|
|
168
185
|
|
|
186
|
+
**Implemented enhancements:**
|
|
187
|
+
|
|
188
|
+
- Parse cis XSLX [\#90](https://github.com/mitre/inspec_tools/pull/90) ([lukemalinowski](https://github.com/lukemalinowski))
|
|
189
|
+
|
|
169
190
|
**Closed issues:**
|
|
170
191
|
|
|
171
192
|
- figure out rubygems.org [\#31](https://github.com/mitre/inspec_tools/issues/31)
|
|
@@ -288,10 +309,6 @@
|
|
|
288
309
|
|
|
289
310
|
[Full Changelog](https://github.com/mitre/inspec_tools/compare/53bdcb3...v1.6.6)
|
|
290
311
|
|
|
291
|
-
**Implemented enhancements:**
|
|
292
|
-
|
|
293
|
-
- Parse cis XSLX [\#90](https://github.com/mitre/inspec_tools/pull/90) ([lukemalinowski](https://github.com/lukemalinowski))
|
|
294
|
-
|
|
295
312
|
**Fixed bugs:**
|
|
296
313
|
|
|
297
314
|
- --help option is broken but inspec\_tools help \<command\> works [\#77](https://github.com/mitre/inspec_tools/issues/77)
|
data/lib/inspec_tools/cli.rb
CHANGED
data/lib/inspec_tools/xlsx.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: 2.0.1.
|
|
4
|
+
version: 2.0.1.pre2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robert Thew
|
|
@@ -48,7 +48,7 @@ dependencies:
|
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
49
|
version: '5.0'
|
|
50
50
|
- !ruby/object:Gem::Dependency
|
|
51
|
-
name:
|
|
51
|
+
name: inspec_objects
|
|
52
52
|
requirement: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
54
|
- - "~>"
|