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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a9c6cf9ee00b1c6bb5f59c52027cf77f2227bb1cb70bfe1bd962d751802749e
4
- data.tar.gz: b61f1988a42e8c84555623c94b237fd1ff45644adfa4fdbfe55022894867bd16
3
+ metadata.gz: 68a7bc23a335f2851633c7164898006ae7bd2526371194bff12c3b9b4592856c
4
+ data.tar.gz: 85f62513a8af8009705cf8afd55a4c1ac55054e95c7a3f08cd1f587cf7d67c09
5
5
  SHA512:
6
- metadata.gz: cfa063f626e0631794a8ccd21832cca3beeb686e1b0463f5dc0e11d947bfc6cee4f90c2a368a53cc9bcba71685505d2e861d06c5a2ba5cc3a21cc65819951bc5
7
- data.tar.gz: fd8dd42c885dff87610fdc17bfc9f0e9ff742d0c1fbda420f180fad9808fb7fae44a55ab305310f2a53bea64d232035f67c777bb18467887af4735e0e2649868
6
+ metadata.gz: e75e865855f24ff7013ec487bf11dc2c89c41f2b26968efb92376907f0b2fd7830cab6a2b140391ec8e1a146fbe3eef7a7aaa14e73e0e4f4d11933189942705f
7
+ data.tar.gz: 388f8fc5b01af577ebc64b6ddcc760459a322bb1e6f49207ab3891c4f15f8c68cc00d5f0f19592473357d03c672085c8af1c1699a3ecfb4045e2135747071643
@@ -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)
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
  require 'json'
3
3
 
4
- require 'inspec/objects'
4
+ require 'inspec-objects'
5
5
  require 'inspec'
6
6
  require_relative 'version'
7
7
 
@@ -1,5 +1,5 @@
1
1
  require 'nokogiri'
2
- require 'inspec/objects'
2
+ require 'inspec-objects'
3
3
  require 'word_wrap'
4
4
  require 'yaml'
5
5
  require 'digest'
@@ -1,4 +1,4 @@
1
- require 'inspec/objects'
1
+ require 'inspec-objects'
2
2
  require 'word_wrap'
3
3
  require 'pp'
4
4
  require 'uri'
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.pre1
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: inspec-objects
51
+ name: inspec_objects
52
52
  requirement: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - "~>"