abide_dev_utils 0.18.5 → 0.18.7
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/CLAUDE.md +45 -0
- data/Gemfile.lock +2 -2
- data/docs/ARCHITECTURE.md +264 -0
- data/files/fact_sets/oraclelinux-10-x86_64.facts +516 -0
- data/files/fact_sets/redhat-10-x86_64.facts +606 -0
- data/lib/abide_dev_utils/version.rb +1 -1
- data/specifications/CEM-6763.md +65 -0
- metadata +8 -3
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.
|
|
4
|
+
version: 0.18.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- abide-team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-06-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|
|
@@ -362,6 +362,7 @@ files:
|
|
|
362
362
|
- ".rubocop.yml"
|
|
363
363
|
- ".rubocop_todo.yml"
|
|
364
364
|
- CHANGELOG.md
|
|
365
|
+
- CLAUDE.md
|
|
365
366
|
- CODEOWNERS
|
|
366
367
|
- Gemfile
|
|
367
368
|
- Gemfile.lock
|
|
@@ -372,7 +373,10 @@ files:
|
|
|
372
373
|
- bin/abide.rb
|
|
373
374
|
- bin/console
|
|
374
375
|
- bin/setup
|
|
376
|
+
- docs/ARCHITECTURE.md
|
|
375
377
|
- exe/abide
|
|
378
|
+
- files/fact_sets/oraclelinux-10-x86_64.facts
|
|
379
|
+
- files/fact_sets/redhat-10-x86_64.facts
|
|
376
380
|
- files/fact_sets/windows-2025-x86_64.facts
|
|
377
381
|
- lib/abide_dev_utils.rb
|
|
378
382
|
- lib/abide_dev_utils/cli.rb
|
|
@@ -464,6 +468,7 @@ files:
|
|
|
464
468
|
- lib/abide_dev_utils/xccdf/parser/objects/numbered_object.rb
|
|
465
469
|
- lib/abide_dev_utils/xccdf/utils.rb
|
|
466
470
|
- new_diff.rb
|
|
471
|
+
- specifications/CEM-6763.md
|
|
467
472
|
homepage: https://github.com/puppetlabs/abide_dev_utils
|
|
468
473
|
licenses:
|
|
469
474
|
- MIT
|
|
@@ -487,7 +492,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
487
492
|
- !ruby/object:Gem::Version
|
|
488
493
|
version: '0'
|
|
489
494
|
requirements: []
|
|
490
|
-
rubygems_version: 3.
|
|
495
|
+
rubygems_version: 3.4.19
|
|
491
496
|
signing_key:
|
|
492
497
|
specification_version: 4
|
|
493
498
|
summary: Helper utilities for developing compliance Puppet code
|