facterdb 1.25.0 → 1.26.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -0
- data/README.md +126 -125
- data/facts/3.14/debian-11-x86_64.facts +109 -123
- data/facts/4.0/redhat-8-x86_64.facts +0 -0
- data/facts/4.1/redhat-8-x86_64.facts +0 -0
- data/facts/4.2/debian-11-x86_64.facts +116 -127
- data/facts/4.2/fedora-34-x86_64.facts +0 -0
- data/facts/4.3/debian-11-x86_64.facts +110 -122
- data/facts/4.4/debian-11-x86_64.facts +113 -125
- data/facts/4.5/debian-11-x86_64.facts +114 -128
- data/facts/4.5/debian-12-x86_64.facts +122 -121
- data/facts/4.6/debian-11-x86_64.facts +517 -0
- data/facts/4.6/debian-12-x86_64.facts +598 -0
- data/facts/4.7/debian-11-x86_64.facts +517 -0
- data/facts/4.7/debian-12-x86_64.facts +598 -0
- data/facts/Vagrantfile +2 -2
- data/facts/get_facts.sh +7 -14
- data/lib/facterdb/version.rb +1 -1
- metadata +5 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: facterdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vox Pupuli
|
@@ -1958,8 +1958,12 @@ files:
|
|
1958
1958
|
- facts/4.5/ubuntu-18.04-x86_64.facts
|
1959
1959
|
- facts/4.5/ubuntu-20.04-x86_64.facts
|
1960
1960
|
- facts/4.5/ubuntu-22.04-x86_64.facts
|
1961
|
+
- facts/4.6/debian-11-x86_64.facts
|
1962
|
+
- facts/4.6/debian-12-x86_64.facts
|
1961
1963
|
- facts/4.6/redhat-8-x86_64.facts
|
1962
1964
|
- facts/4.6/redhat-9-x86_64.facts
|
1965
|
+
- facts/4.7/debian-11-x86_64.facts
|
1966
|
+
- facts/4.7/debian-12-x86_64.facts
|
1963
1967
|
- facts/4.7/openbsd-7-x86_64.facts
|
1964
1968
|
- facts/Gemfile
|
1965
1969
|
- facts/Vagrantfile
|