facterdb 1.23.0 → 1.24.0
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 +8 -0
- data/README.md +125 -125
- data/facterdb.gemspec +1 -1
- data/facts/4.0/redhat-8-x86_64.facts +156 -116
- data/facts/4.1/redhat-8-x86_64.facts +157 -117
- data/facts/4.2/redhat-8-x86_64.facts +205 -216
- data/facts/4.2/redhat-9-x86_64.facts +250 -180
- data/facts/4.3/redhat-8-x86_64.facts +162 -116
- data/facts/4.3/redhat-9-x86_64.facts +623 -0
- data/facts/4.4/redhat-8-x86_64.facts +162 -116
- data/facts/4.4/redhat-9-x86_64.facts +623 -0
- data/facts/4.5/redhat-8-x86_64.facts +169 -123
- data/facts/4.5/redhat-9-x86_64.facts +629 -0
- data/facts/4.6/redhat-8-x86_64.facts +580 -0
- data/facts/4.6/redhat-9-x86_64.facts +631 -0
- data/facts/Vagrantfile +13 -0
- data/lib/facterdb/version.rb +1 -1
- metadata +10 -5
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: facterdb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.24.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vox Pupuli
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-03-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: coveralls
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 2.
|
|
75
|
+
version: 2.4.0
|
|
76
76
|
type: :development
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 2.
|
|
82
|
+
version: 2.4.0
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: facter
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -1885,6 +1885,7 @@ files:
|
|
|
1885
1885
|
- facts/4.3/freebsd-13-x86_64.facts
|
|
1886
1886
|
- facts/4.3/opensuse-15-x86_64.facts
|
|
1887
1887
|
- facts/4.3/redhat-8-x86_64.facts
|
|
1888
|
+
- facts/4.3/redhat-9-x86_64.facts
|
|
1888
1889
|
- facts/4.3/rocky-8-x86_64.facts
|
|
1889
1890
|
- facts/4.3/rocky-9-x86_64.facts
|
|
1890
1891
|
- facts/4.3/sles-12-x86_64.facts
|
|
@@ -1918,6 +1919,7 @@ files:
|
|
|
1918
1919
|
- facts/4.4/freebsd-13-x86_64.facts
|
|
1919
1920
|
- facts/4.4/opensuse-15-x86_64.facts
|
|
1920
1921
|
- facts/4.4/redhat-8-x86_64.facts
|
|
1922
|
+
- facts/4.4/redhat-9-x86_64.facts
|
|
1921
1923
|
- facts/4.4/rocky-8-x86_64.facts
|
|
1922
1924
|
- facts/4.4/rocky-9-x86_64.facts
|
|
1923
1925
|
- facts/4.4/sles-12-x86_64.facts
|
|
@@ -1952,11 +1954,14 @@ files:
|
|
|
1952
1954
|
- facts/4.5/gentoo-2-x86_64.facts
|
|
1953
1955
|
- facts/4.5/opensuse-15-x86_64.facts
|
|
1954
1956
|
- facts/4.5/redhat-8-x86_64.facts
|
|
1957
|
+
- facts/4.5/redhat-9-x86_64.facts
|
|
1955
1958
|
- facts/4.5/rocky-8-x86_64.facts
|
|
1956
1959
|
- facts/4.5/rocky-9-x86_64.facts
|
|
1957
1960
|
- facts/4.5/ubuntu-18.04-x86_64.facts
|
|
1958
1961
|
- facts/4.5/ubuntu-20.04-x86_64.facts
|
|
1959
1962
|
- facts/4.5/ubuntu-22.04-x86_64.facts
|
|
1963
|
+
- facts/4.6/redhat-8-x86_64.facts
|
|
1964
|
+
- facts/4.6/redhat-9-x86_64.facts
|
|
1960
1965
|
- facts/Gemfile
|
|
1961
1966
|
- facts/Vagrantfile
|
|
1962
1967
|
- facts/Windows_README.md
|
|
@@ -2004,7 +2009,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
2004
2009
|
- !ruby/object:Gem::Version
|
|
2005
2010
|
version: '0'
|
|
2006
2011
|
requirements: []
|
|
2007
|
-
rubygems_version: 3.4.
|
|
2012
|
+
rubygems_version: 3.4.19
|
|
2008
2013
|
signing_key:
|
|
2009
2014
|
specification_version: 4
|
|
2010
2015
|
summary: A Database of OS facts provided by Facter
|