inspec_tools 2.0.2.pre10 → 2.0.2.pre11

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 +15 -7
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3cf626f1d93b888c79af9021e808299cb08144fa9d89be83e8243223797df79b
4
- data.tar.gz: 5b9b69478c7a11a02366b7fa0a8eeba4abb320e1a5e1338b73923b401bc38b33
3
+ metadata.gz: 42b3c5fd27bb3b59310811bc8225b34c422234f44c007891aea245bac499822c
4
+ data.tar.gz: fa5158e8c213e81f28bd978e5b5e6673d61d703d72e6a685cc7d364b3dbf878a
5
5
  SHA512:
6
- metadata.gz: 351a6fd25c64e1564a82034f6998cd1a5f5b06b3b915128d0d4d01e65ac7e90b8fb3f92ab48518b86de2d229cde3910be2e4b5a97d0c5a66333a627b19a737cc
7
- data.tar.gz: d3f5f6be0e6ac4a61c3cbb3298ea49e36221f3f6c7ed54c213790a3463c8580d0bebab228f81946de3d2f23749e57fadbc0ae7fa7f47d37b062a64082c84be27
6
+ metadata.gz: 545cbac4bf54f3c1e2863400608b2de5aa4a010dbfcb4a509208a59216e6c71509e0a587d748697be987807f37989874ee7e79e67e2b4b1f7ede585cb9940bca
7
+ data.tar.gz: b58f79559489bf1e77de08a8f2fe1eb5eb8a370a6ee58a9895f10f7cadb36dc6724d5dfdd9388eacb476fcf4a6d9e40d9050167323d9e6fd03890afe683335f5
@@ -2,7 +2,15 @@
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.2.pre9...HEAD)
5
+ [Full Changelog](https://github.com/mitre/inspec_tools/compare/v2.0.2.pre10...HEAD)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - git-lite-version-bump 0.17.0 is not compatible with Windows [\#176](https://github.com/mitre/inspec_tools/pull/176) ([rbclark](https://github.com/rbclark))
10
+
11
+ ## [v2.0.2.pre10](https://github.com/mitre/inspec_tools/tree/v2.0.2.pre10) (2020-05-06)
12
+
13
+ [Full Changelog](https://github.com/mitre/inspec_tools/compare/v2.0.2.pre9...v2.0.2.pre10)
6
14
 
7
15
  **Implemented enhancements:**
8
16
 
@@ -72,6 +80,7 @@
72
80
  - Updated README to standardize wording [\#160](https://github.com/mitre/inspec_tools/pull/160) ([Bialogs](https://github.com/Bialogs))
73
81
  - Remove guardfile [\#159](https://github.com/mitre/inspec_tools/pull/159) ([Bialogs](https://github.com/Bialogs))
74
82
  - Remove unnecessary debug output from xccdf2inspec [\#158](https://github.com/mitre/inspec_tools/pull/158) ([rbclark](https://github.com/rbclark))
83
+ - 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))
75
84
 
76
85
  ## [v2.0.2.pre6](https://github.com/mitre/inspec_tools/tree/v2.0.2.pre6) (2020-04-28)
77
86
 
@@ -120,7 +129,6 @@
120
129
 
121
130
  **Merged pull requests:**
122
131
 
123
- - 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))
124
132
  - Apply fixes from CodeFactor [\#129](https://github.com/mitre/inspec_tools/pull/129) ([aaronlippold](https://github.com/aaronlippold))
125
133
 
126
134
  ## [v2.0.1.pre3](https://github.com/mitre/inspec_tools/tree/v2.0.1.pre3) (2020-04-03)
@@ -166,11 +174,6 @@
166
174
 
167
175
  [Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.9...v1.8.10)
168
176
 
169
- **Merged pull requests:**
170
-
171
- - added two digit contol parsing fixes \#117 [\#120](https://github.com/mitre/inspec_tools/pull/120) ([yarick](https://github.com/yarick))
172
- - Update build/test process to only use GitHub actions [\#115](https://github.com/mitre/inspec_tools/pull/115) ([Bialogs](https://github.com/Bialogs))
173
-
174
177
  ## [v1.8.9](https://github.com/mitre/inspec_tools/tree/v1.8.9) (2020-03-30)
175
178
 
176
179
  [Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.8...v1.8.9)
@@ -189,6 +192,7 @@
189
192
 
190
193
  **Merged pull requests:**
191
194
 
195
+ - added two digit contol parsing fixes \#117 [\#120](https://github.com/mitre/inspec_tools/pull/120) ([yarick](https://github.com/yarick))
192
196
  - Add --json-full and --json-summary options to summary subcommand [\#116](https://github.com/mitre/inspec_tools/pull/116) ([Bialogs](https://github.com/Bialogs))
193
197
 
194
198
  ## [v1.8.7](https://github.com/mitre/inspec_tools/tree/v1.8.7) (2020-03-29)
@@ -203,6 +207,10 @@
203
207
 
204
208
  - GitHub Actions Build Matrix [\#112](https://github.com/mitre/inspec_tools/issues/112)
205
209
 
210
+ **Merged pull requests:**
211
+
212
+ - Update build/test process to only use GitHub actions [\#115](https://github.com/mitre/inspec_tools/pull/115) ([Bialogs](https://github.com/Bialogs))
213
+
206
214
  ## [v1.8.5](https://github.com/mitre/inspec_tools/tree/v1.8.5) (2020-03-27)
207
215
 
208
216
  [Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.4...v1.8.5)
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.2.pre10
4
+ version: 2.0.2.pre11
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-05-06 00:00:00.000000000 Z
14
+ date: 2020-05-07 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: colorize
@@ -151,14 +151,14 @@ dependencies:
151
151
  requirements:
152
152
  - - ">="
153
153
  - !ruby/object:Gem::Version
154
- version: '0.17'
154
+ version: 0.17.1
155
155
  type: :runtime
156
156
  prerelease: false
157
157
  version_requirements: !ruby/object:Gem::Requirement
158
158
  requirements:
159
159
  - - ">="
160
160
  - !ruby/object:Gem::Version
161
- version: '0.17'
161
+ version: 0.17.1
162
162
  - !ruby/object:Gem::Dependency
163
163
  name: bundler
164
164
  requirement: !ruby/object:Gem::Requirement