abide_dev_utils 0.18.3 → 0.18.4

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: 78c9c17693c37ea1fef9d03a39f7694a033a985c162e3c2df82ac3305491e747
4
- data.tar.gz: f207165591c42fc17694f792ec17f0ce8e6bf502e14f326135a0bfb02a42a521
3
+ metadata.gz: 4313c3fa3066dde94cf67e21eb00578fb96e369320a7f17cc96593b876761df7
4
+ data.tar.gz: 74990651f3456aecf4a84b47b8de02fdc4a09b0f60e4df99f69a55f455398331
5
5
  SHA512:
6
- metadata.gz: '0210948da62d9eecf039617acef3be3fe21143eacd0aa4593ec9d1f3fdfde7ca5d0cc0ef15d60e9dad12432ab170e010e6c28b54f31ca3fa8442820ce64b9cd9'
7
- data.tar.gz: c332682a7c2a918ade7f6c8a84f9cb90ebd0d4ab5197f79b9a645db0b5610a37205f7b29797d039e58a27802909ab79303d755ea273d5407e7e77169c2cbe512
6
+ metadata.gz: e3e5731e4749085ddf81c8bffe504ab203e8b7240ff3e98fc578087754f460d9c29107887d3755b76a68a0998271b8d4771fbbae74437adb13bfd55425da08b5
7
+ data.tar.gz: f4ee4854f3194dfd9ff984fe8a5cbb795cf3cd4c1e8c768ff31b7b20e3aae89cb709f6c05307e851840eb9c7c0be3c1ab65348fc5f2a8f5f74da8d1b851d8846
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- abide_dev_utils (0.18.3)
4
+ abide_dev_utils (0.18.4)
5
5
  cmdparse (~> 3.0)
6
6
  facterdb (~> 2.1.0)
7
7
  google-cloud-storage (~> 1.34)
@@ -273,7 +273,7 @@ GEM
273
273
  uber (0.1.0)
274
274
  unicode-display_width (2.1.0)
275
275
  version_gem (1.1.2)
276
- webrick (1.8.1)
276
+ webrick (1.8.2)
277
277
  yard (0.9.36)
278
278
 
279
279
  PLATFORMS
@@ -97,6 +97,23 @@ module AbideDevUtils
97
97
  raise "Failed to generate markdown for control #{control.id}. Original message: #{e.message}"
98
98
  end
99
99
  end
100
+
101
+ if @module_name.split('-').last == 'sce_linux'
102
+ md.add_h1('List of known CIS control sections that use plans and tasks:')
103
+ md.add_ul('Red Hat Enterprise Linux 7: Section 6.2', indent: 1)
104
+ md.add_ul('Red Hat Enterprise Linux 8: Section 6.2', indent: 1)
105
+ md.add_ul('Red Hat Enterprise Linux 9: Section 7.2', indent: 1)
106
+ md.add_ul('Oracle Linux 7: Section 6.2', indent: 1)
107
+ md.add_ul('Oracle Linux 8: Section 6.2', indent: 1)
108
+ md.add_ul('Oracle Linux 9: Section 7.2', indent: 1)
109
+ md.add_ul('Rocky Linux 8: Section 6.2', indent: 1)
110
+ md.add_ul('Rocky Linux 9: Section 7.2', indent: 1)
111
+ md.add_ul('AlmaLinux 8: Section 6.2', indent: 1)
112
+ md.add_ul('AlmaLinux 9: Section 7.2', indent: 1)
113
+ md.add_ul('Ubuntu 20.04: Section 6.2', indent: 1)
114
+ md.add_ul('Ubuntu 22.04: Section 7.2', indent: 1)
115
+ end
116
+
100
117
  AbideDevUtils::Output.simple("Saving markdown to #{@file}") unless @opts[:quiet]
101
118
  md.to_file
102
119
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AbideDevUtils
4
- VERSION = "0.18.3"
4
+ VERSION = "0.18.4"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: abide_dev_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.3
4
+ version: 0.18.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - abide-team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-04 00:00:00.000000000 Z
11
+ date: 2024-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri