facterdb 1.21.0 → 1.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +17 -0
- data/.github/workflows/release.yml +3 -3
- data/.github/workflows/test.yml +28 -5
- data/.rubocop.yml +5 -0
- data/.rubocop_todo.yml +219 -0
- data/CHANGELOG.md +30 -0
- data/Gemfile +3 -6
- data/README.md +125 -122
- data/Rakefile +56 -51
- data/facterdb.gemspec +7 -7
- data/facts/3.0/ubuntu-15.10-i386.facts +1 -0
- data/facts/3.0/ubuntu-15.10-x86_64.facts +1 -0
- data/facts/3.10/ubuntu-18.04-aarch64.facts +1 -0
- data/facts/3.6/pcs-6-x86_64.facts +1 -0
- data/facts/4.0/centos-7-x86_64.facts +1 -0
- data/facts/4.0/centos-8-x86_64.facts +512 -0
- data/facts/4.0/debian-10-x86_64.facts +1 -0
- data/facts/4.0/oraclelinux-7-x86_64.facts +1 -0
- data/facts/4.0/redhat-7-x86_64.facts +1 -0
- data/facts/4.0/scientific-7-x86_64.facts +1 -0
- data/facts/4.1/centos-7-x86_64.facts +582 -0
- data/facts/4.1/centos-8-x86_64.facts +514 -0
- data/facts/4.1/debian-10-x86_64.facts +519 -0
- data/facts/4.2/amazon-2022-x86_64.facts +1 -0
- data/facts/4.2/centos-9-x86_64.facts +1 -0
- data/facts/4.2/debian-12-i386.facts +593 -0
- data/facts/4.2/debian-12-x86_64.facts +593 -0
- data/facts/4.2/fedora-38-x86_64.facts +656 -0
- data/facts/4.2/fedora-39-x86_64.facts +577 -0
- data/facts/4.2/oraclelinux-9-x86_64.facts +1 -0
- data/facts/4.2/popos-21.10-x86_64.facts +1 -0
- data/facts/4.3/almalinux-8-x86_64.facts +551 -0
- data/facts/4.3/almalinux-9-x86_64.facts +525 -0
- data/facts/4.3/archlinux-x86_64.facts +548 -0
- data/facts/4.3/centos-7-x86_64.facts +592 -0
- data/facts/4.3/centos-8-x86_64.facts +521 -0
- data/facts/4.3/centos-9-x86_64.facts +565 -0
- data/facts/4.3/debian-10-x86_64.facts +526 -0
- data/facts/4.3/debian-11-x86_64.facts +521 -0
- data/facts/4.3/debian-12-i386.facts +593 -0
- data/facts/4.3/debian-12-x86_64.facts +593 -0
- data/facts/4.3/fedora-36-x86_64.facts +507 -0
- data/facts/4.3/fedora-37-x86_64.facts +512 -0
- data/facts/4.3/fedora-38-x86_64.facts +656 -0
- data/facts/4.3/fedora-39-x86_64.facts +577 -0
- data/facts/4.3/freebsd-13-x86_64.facts +455 -0
- data/facts/4.3/opensuse-15-x86_64.facts +533 -0
- data/facts/4.3/redhat-8-x86_64.facts +526 -0
- data/facts/4.3/rocky-8-x86_64.facts +545 -0
- data/facts/4.3/rocky-9-x86_64.facts +626 -0
- data/facts/4.3/sles-12-x86_64.facts +908 -0
- data/facts/4.3/ubuntu-18.04-x86_64.facts +557 -0
- data/facts/4.3/ubuntu-20.04-x86_64.facts +647 -0
- data/facts/4.3/ubuntu-22.04-x86_64.facts +655 -0
- data/facts/4.3/windows-10-x86_64.facts +182 -0
- data/facts/4.3/windows-11-x86_64.facts +182 -0
- data/facts/4.3/windows-2012 r2-x86_64.facts +179 -0
- data/facts/4.3/windows-2012-x86_64.facts +179 -0
- data/facts/4.3/windows-2016-core-x86_64.facts +181 -0
- data/facts/4.3/windows-2016-x86_64.facts +181 -0
- data/facts/4.3/windows-2019-core-x86_64.facts +181 -0
- data/facts/4.3/windows-2019-x86_64.facts +181 -0
- data/facts/4.3/windows-2022-core-x86_64.facts +183 -0
- data/facts/4.3/windows-2022-x86_64.facts +183 -0
- data/facts/4.4/almalinux-8-x86_64.facts +551 -0
- data/facts/4.4/almalinux-9-x86_64.facts +525 -0
- data/facts/4.4/archlinux-x86_64.facts +548 -0
- data/facts/4.4/centos-7-x86_64.facts +592 -0
- data/facts/4.4/centos-8-x86_64.facts +521 -0
- data/facts/4.4/centos-9-x86_64.facts +565 -0
- data/facts/4.4/debian-10-x86_64.facts +526 -0
- data/facts/4.4/debian-11-x86_64.facts +521 -0
- data/facts/4.4/debian-12-i386.facts +593 -0
- data/facts/4.4/debian-12-x86_64.facts +593 -0
- data/facts/4.4/fedora-36-x86_64.facts +507 -0
- data/facts/4.4/fedora-37-x86_64.facts +512 -0
- data/facts/4.4/fedora-38-x86_64.facts +656 -0
- data/facts/4.4/fedora-39-x86_64.facts +577 -0
- data/facts/4.4/freebsd-13-x86_64.facts +473 -0
- data/facts/4.4/opensuse-15-x86_64.facts +514 -0
- data/facts/4.4/redhat-8-x86_64.facts +526 -0
- data/facts/4.4/rocky-8-x86_64.facts +545 -0
- data/facts/4.4/rocky-9-x86_64.facts +626 -0
- data/facts/4.4/sles-12-x86_64.facts +908 -0
- data/facts/4.4/ubuntu-18.04-x86_64.facts +557 -0
- data/facts/4.4/ubuntu-20.04-x86_64.facts +647 -0
- data/facts/4.4/ubuntu-22.04-x86_64.facts +655 -0
- data/facts/4.4/windows-10-x86_64.facts +182 -0
- data/facts/4.4/windows-11-x86_64.facts +186 -0
- data/facts/4.4/windows-2012 r2-x86_64.facts +179 -0
- data/facts/4.4/windows-2012-x86_64.facts +179 -0
- data/facts/4.4/windows-2016-core-x86_64.facts +181 -0
- data/facts/4.4/windows-2016-x86_64.facts +181 -0
- data/facts/4.4/windows-2019-core-x86_64.facts +181 -0
- data/facts/4.4/windows-2019-x86_64.facts +181 -0
- data/facts/4.4/windows-2022-core-x86_64.facts +183 -0
- data/facts/4.4/windows-2022-x86_64.facts +183 -0
- data/facts/4.5/almalinux-8-x86_64.facts +537 -0
- data/facts/4.5/almalinux-9-x86_64.facts +533 -0
- data/facts/4.5/amazon-2-x86_64.facts +526 -0
- data/facts/4.5/archlinux-x86_64.facts +554 -0
- data/facts/4.5/centos-7-x86_64.facts +602 -0
- data/facts/4.5/centos-8-x86_64.facts +527 -0
- data/facts/4.5/centos-9-x86_64.facts +573 -0
- data/facts/4.5/debian-10-x86_64.facts +532 -0
- data/facts/4.5/debian-11-x86_64.facts +529 -0
- data/facts/4.5/debian-12-x86_64.facts +595 -0
- data/facts/4.5/fedora-37-x86_64.facts +518 -0
- data/facts/4.5/fedora-38-x86_64.facts +662 -0
- data/facts/4.5/fedora-39-x86_64.facts +583 -0
- data/facts/4.5/freebsd-12-x86_64.facts +456 -0
- data/facts/4.5/freebsd-13-x86_64.facts +455 -0
- data/facts/4.5/gentoo-2-x86_64.facts +493 -0
- data/facts/4.5/opensuse-15-x86_64.facts +541 -0
- data/facts/4.5/redhat-8-x86_64.facts +532 -0
- data/facts/4.5/rocky-8-x86_64.facts +551 -0
- data/facts/4.5/rocky-9-x86_64.facts +632 -0
- data/facts/4.5/ubuntu-18.04-x86_64.facts +563 -0
- data/facts/4.5/ubuntu-20.04-x86_64.facts +653 -0
- data/facts/4.5/ubuntu-22.04-x86_64.facts +661 -0
- data/facts/Gemfile +3 -7
- data/facts/Vagrantfile +345 -301
- data/facts/get_facts.sh +67 -9
- data/lib/facterdb/bin.rb +1 -1
- data/lib/facterdb/version.rb +1 -1
- data/lib/facterdb.rb +40 -32
- data/rakelib/rhel_alts.rake +8 -14
- data/spec/{facterdb_spec.rb → facter_db_spec.rb} +37 -37
- data/spec/facts_spec.rb +20 -7
- metadata +121 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a0b8a5ec9ce3db0129b85cc4f047ac0fbdc268abff8b7474200e9d1f58ef1c7
|
4
|
+
data.tar.gz: 6aee0c35073c2ba0f862c960f5d94930d64464d8115ea24b699b23079becf8a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f52593e4463a293f5b460cc86c734adebe3f24d91ac87d2ae125841152c8fc0ecf16dac9e7e1aaee484a44f87b245c0aa9f5d9cf784fdcd85b290ecfe4680af7
|
7
|
+
data.tar.gz: a43480c93064a88df9291e96f197f1be67ed88eae6020bebd724de60fc91bc3e6081e5f20ccd073735e3936fa9311fe05c28e9a4bc744c24a26e0af19191d157
|
@@ -0,0 +1,17 @@
|
|
1
|
+
version: 2
|
2
|
+
updates:
|
3
|
+
# raise PRs for gem updates
|
4
|
+
- package-ecosystem: bundler
|
5
|
+
directory: "/"
|
6
|
+
schedule:
|
7
|
+
interval: daily
|
8
|
+
time: "13:00"
|
9
|
+
open-pull-requests-limit: 10
|
10
|
+
|
11
|
+
# Maintain dependencies for GitHub Actions
|
12
|
+
- package-ecosystem: github-actions
|
13
|
+
directory: "/"
|
14
|
+
schedule:
|
15
|
+
interval: daily
|
16
|
+
time: "13:00"
|
17
|
+
open-pull-requests-limit: 10
|
@@ -10,11 +10,11 @@ jobs:
|
|
10
10
|
runs-on: ubuntu-latest
|
11
11
|
if: github.repository == 'voxpupuli/facterdb'
|
12
12
|
steps:
|
13
|
-
- uses: actions/checkout@
|
14
|
-
- name: Install Ruby 3.
|
13
|
+
- uses: actions/checkout@v4
|
14
|
+
- name: Install Ruby 3.2
|
15
15
|
uses: ruby/setup-ruby@v1
|
16
16
|
with:
|
17
|
-
ruby-version: '3.
|
17
|
+
ruby-version: '3.2'
|
18
18
|
env:
|
19
19
|
BUNDLE_WITHOUT: release
|
20
20
|
- name: Build gem
|
data/.github/workflows/test.yml
CHANGED
@@ -1,24 +1,38 @@
|
|
1
1
|
name: Test
|
2
2
|
|
3
3
|
on:
|
4
|
-
|
5
|
-
|
4
|
+
pull_request: {}
|
5
|
+
push:
|
6
|
+
branches:
|
7
|
+
- master
|
6
8
|
|
7
9
|
jobs:
|
10
|
+
rubocop:
|
11
|
+
env:
|
12
|
+
BUNDLE_WITHOUT: release
|
13
|
+
runs-on: ubuntu-latest
|
14
|
+
steps:
|
15
|
+
- uses: actions/checkout@v4
|
16
|
+
- name: Install Ruby ${{ matrix.ruby }}
|
17
|
+
uses: ruby/setup-ruby@v1
|
18
|
+
with:
|
19
|
+
ruby-version: "3.2"
|
20
|
+
bundler-cache: true
|
21
|
+
- name: Run Rubocop
|
22
|
+
run: bundle exec rake rubocop
|
23
|
+
|
8
24
|
test:
|
9
25
|
runs-on: ubuntu-latest
|
10
26
|
strategy:
|
11
27
|
fail-fast: false
|
12
28
|
matrix:
|
13
29
|
ruby:
|
14
|
-
- '2.5'
|
15
|
-
- '2.6'
|
16
30
|
- '2.7'
|
17
31
|
- '3.0'
|
18
32
|
- '3.1'
|
19
33
|
- '3.2'
|
20
34
|
steps:
|
21
|
-
- uses: actions/checkout@
|
35
|
+
- uses: actions/checkout@v4
|
22
36
|
- name: Install Ruby ${{ matrix.ruby }}
|
23
37
|
uses: ruby/setup-ruby@v1
|
24
38
|
with:
|
@@ -30,3 +44,12 @@ jobs:
|
|
30
44
|
run: bundle exec rake spec
|
31
45
|
- name: Build gem
|
32
46
|
run: gem build *.gemspec
|
47
|
+
|
48
|
+
tests:
|
49
|
+
needs:
|
50
|
+
- rubocop
|
51
|
+
- test
|
52
|
+
runs-on: ubuntu-latest
|
53
|
+
name: Test suite
|
54
|
+
steps:
|
55
|
+
- run: echo Test suite completed
|
data/.rubocop.yml
ADDED
data/.rubocop_todo.yml
ADDED
@@ -0,0 +1,219 @@
|
|
1
|
+
# This configuration was generated by
|
2
|
+
# `rubocop --auto-gen-config`
|
3
|
+
# on 2023-12-12 12:48:14 UTC using RuboCop version 1.57.2.
|
4
|
+
# The point is for the user to remove these configuration records
|
5
|
+
# one by one as the offenses are removed from the code base.
|
6
|
+
# Note that changes in the inspected code, or installation of new
|
7
|
+
# versions of RuboCop, may require this file to be generated again.
|
8
|
+
|
9
|
+
# Offense count: 1
|
10
|
+
# Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches.
|
11
|
+
Lint/DuplicateBranch:
|
12
|
+
Exclude:
|
13
|
+
- 'Rakefile'
|
14
|
+
|
15
|
+
# Offense count: 1
|
16
|
+
# Configuration parameters: AllowComments, AllowNil.
|
17
|
+
Lint/SuppressedException:
|
18
|
+
Exclude:
|
19
|
+
- 'Rakefile'
|
20
|
+
|
21
|
+
# Offense count: 3
|
22
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
23
|
+
Lint/UselessAssignment:
|
24
|
+
Exclude:
|
25
|
+
- 'spec/facts_spec.rb'
|
26
|
+
|
27
|
+
# Offense count: 2
|
28
|
+
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
|
29
|
+
# AllowedNames: as, at, by, cc, db, id, if, in, io, ip, of, on, os, pp, to
|
30
|
+
Naming/MethodParameterName:
|
31
|
+
Exclude:
|
32
|
+
- 'Rakefile'
|
33
|
+
- 'lib/facterdb.rb'
|
34
|
+
|
35
|
+
# Offense count: 1
|
36
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
37
|
+
Performance/MapCompact:
|
38
|
+
Exclude:
|
39
|
+
- 'lib/facterdb.rb'
|
40
|
+
|
41
|
+
# Offense count: 7
|
42
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
43
|
+
Performance/StringInclude:
|
44
|
+
Exclude:
|
45
|
+
- 'Rakefile'
|
46
|
+
|
47
|
+
# Offense count: 3
|
48
|
+
# Configuration parameters: Prefixes, AllowedPatterns.
|
49
|
+
# Prefixes: when, with, without
|
50
|
+
RSpec/ContextWording:
|
51
|
+
Exclude:
|
52
|
+
- 'spec/facter_db_spec.rb'
|
53
|
+
|
54
|
+
# Offense count: 1
|
55
|
+
# Configuration parameters: IgnoredMetadata.
|
56
|
+
RSpec/DescribeClass:
|
57
|
+
Exclude:
|
58
|
+
- '**/spec/features/**/*'
|
59
|
+
- '**/spec/requests/**/*'
|
60
|
+
- '**/spec/routing/**/*'
|
61
|
+
- '**/spec/system/**/*'
|
62
|
+
- '**/spec/views/**/*'
|
63
|
+
- 'spec/facts_spec.rb'
|
64
|
+
|
65
|
+
# Offense count: 12
|
66
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
67
|
+
# Configuration parameters: SkipBlocks, EnforcedStyle.
|
68
|
+
# SupportedStyles: described_class, explicit
|
69
|
+
RSpec/DescribedClass:
|
70
|
+
Exclude:
|
71
|
+
- 'spec/facter_db_spec.rb'
|
72
|
+
|
73
|
+
# Offense count: 3
|
74
|
+
# Configuration parameters: CountAsOne.
|
75
|
+
RSpec/ExampleLength:
|
76
|
+
Max: 9
|
77
|
+
|
78
|
+
# Offense count: 4
|
79
|
+
RSpec/MultipleExpectations:
|
80
|
+
Max: 7
|
81
|
+
|
82
|
+
# Offense count: 11
|
83
|
+
# Configuration parameters: AllowSubject.
|
84
|
+
RSpec/MultipleMemoizedHelpers:
|
85
|
+
Max: 6
|
86
|
+
|
87
|
+
# Offense count: 11
|
88
|
+
# Configuration parameters: AllowedGroups.
|
89
|
+
RSpec/NestedGroups:
|
90
|
+
Max: 4
|
91
|
+
|
92
|
+
# Offense count: 2
|
93
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
94
|
+
# Configuration parameters: Strict, EnforcedStyle, AllowedExplicitMatchers.
|
95
|
+
# SupportedStyles: inflected, explicit
|
96
|
+
RSpec/PredicateMatcher:
|
97
|
+
Exclude:
|
98
|
+
- 'spec/facter_db_spec.rb'
|
99
|
+
|
100
|
+
# Offense count: 2
|
101
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
102
|
+
# Configuration parameters: MinBranchesCount.
|
103
|
+
Style/CaseLikeIf:
|
104
|
+
Exclude:
|
105
|
+
- 'Rakefile'
|
106
|
+
- 'lib/facterdb.rb'
|
107
|
+
|
108
|
+
# Offense count: 2
|
109
|
+
# Configuration parameters: AllowedConstants.
|
110
|
+
Style/Documentation:
|
111
|
+
Exclude:
|
112
|
+
- 'spec/**/*'
|
113
|
+
- 'test/**/*'
|
114
|
+
- 'lib/facterdb.rb'
|
115
|
+
- 'lib/facterdb/bin.rb'
|
116
|
+
|
117
|
+
# Offense count: 13
|
118
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
119
|
+
# Configuration parameters: EnforcedStyle.
|
120
|
+
# SupportedStyles: always, always_true, never
|
121
|
+
Style/FrozenStringLiteralComment:
|
122
|
+
Exclude:
|
123
|
+
- 'Gemfile'
|
124
|
+
- 'Rakefile'
|
125
|
+
- 'bin/facterdb'
|
126
|
+
- 'facterdb.gemspec'
|
127
|
+
- 'facts/Gemfile'
|
128
|
+
- 'facts/Vagrantfile'
|
129
|
+
- 'lib/facterdb.rb'
|
130
|
+
- 'lib/facterdb/bin.rb'
|
131
|
+
- 'lib/facterdb/version.rb'
|
132
|
+
- 'rakelib/rhel_alts.rake'
|
133
|
+
- 'spec/facter_db_spec.rb'
|
134
|
+
- 'spec/facts_spec.rb'
|
135
|
+
- 'spec/spec_helper.rb'
|
136
|
+
|
137
|
+
# Offense count: 1
|
138
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
139
|
+
# Configuration parameters: AllowedReceivers.
|
140
|
+
# AllowedReceivers: Thread.current
|
141
|
+
Style/HashEachMethods:
|
142
|
+
Exclude:
|
143
|
+
- 'spec/facts_spec.rb'
|
144
|
+
|
145
|
+
# Offense count: 1
|
146
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
147
|
+
Style/HashTransformKeys:
|
148
|
+
Exclude:
|
149
|
+
- 'lib/facterdb.rb'
|
150
|
+
|
151
|
+
# Offense count: 1
|
152
|
+
# This cop supports safe autocorrection (--autocorrect).
|
153
|
+
Style/IfUnlessModifier:
|
154
|
+
Exclude:
|
155
|
+
- 'lib/facterdb.rb'
|
156
|
+
|
157
|
+
# Offense count: 1
|
158
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
159
|
+
Style/MapToHash:
|
160
|
+
Exclude:
|
161
|
+
- 'lib/facterdb.rb'
|
162
|
+
|
163
|
+
# Offense count: 1
|
164
|
+
Style/MixinUsage:
|
165
|
+
Exclude:
|
166
|
+
- 'spec/spec_helper.rb'
|
167
|
+
|
168
|
+
# Offense count: 2
|
169
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
170
|
+
# Configuration parameters: EnforcedStyle.
|
171
|
+
# SupportedStyles: literals, strict
|
172
|
+
Style/MutableConstant:
|
173
|
+
Exclude:
|
174
|
+
- 'facts/Vagrantfile'
|
175
|
+
- 'lib/facterdb/version.rb'
|
176
|
+
|
177
|
+
# Offense count: 1
|
178
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
179
|
+
# Configuration parameters: EnforcedStyle, AllowedMethods, AllowedPatterns.
|
180
|
+
# SupportedStyles: predicate, comparison
|
181
|
+
Style/NumericPredicate:
|
182
|
+
Exclude:
|
183
|
+
- 'spec/**/*'
|
184
|
+
- 'Rakefile'
|
185
|
+
|
186
|
+
# Offense count: 1
|
187
|
+
# Configuration parameters: AllowedMethods.
|
188
|
+
# AllowedMethods: respond_to_missing?
|
189
|
+
Style/OptionalBooleanParameter:
|
190
|
+
Exclude:
|
191
|
+
- 'lib/facterdb.rb'
|
192
|
+
|
193
|
+
# Offense count: 1
|
194
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
195
|
+
Style/SlicingWithRange:
|
196
|
+
Exclude:
|
197
|
+
- 'Rakefile'
|
198
|
+
|
199
|
+
# Offense count: 1
|
200
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
201
|
+
# Configuration parameters: Mode.
|
202
|
+
Style/StringConcatenation:
|
203
|
+
Exclude:
|
204
|
+
- 'lib/facterdb.rb'
|
205
|
+
|
206
|
+
# Offense count: 1
|
207
|
+
# This cop supports unsafe autocorrection (--autocorrect-all).
|
208
|
+
# Configuration parameters: AllowMethodsWithArguments, AllowedMethods, AllowedPatterns, AllowComments.
|
209
|
+
# AllowedMethods: define_method
|
210
|
+
Style/SymbolProc:
|
211
|
+
Exclude:
|
212
|
+
- 'Rakefile'
|
213
|
+
|
214
|
+
# Offense count: 4
|
215
|
+
# This cop supports safe autocorrection (--autocorrect).
|
216
|
+
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
|
217
|
+
# URISchemes: http, https
|
218
|
+
Layout/LineLength:
|
219
|
+
Max: 179
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,35 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [1.23.0](https://rubygems.org/gems/facterdb/versions/1.23.0) (2024-01-09)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.22.0...1.23.0)
|
6
|
+
|
7
|
+
**Implemented enhancements:**
|
8
|
+
|
9
|
+
- adding missing fact sets [\#293](https://github.com/voxpupuli/facterdb/pull/293) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
|
10
|
+
- Add Fedora 39 for 4.2-4.4 [\#292](https://github.com/voxpupuli/facterdb/pull/292) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
|
11
|
+
- Add facts for Facter 4.5 [\#290](https://github.com/voxpupuli/facterdb/pull/290) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
|
12
|
+
|
13
|
+
**Fixed bugs:**
|
14
|
+
|
15
|
+
- Ensure the selinux topscope fact is present [\#296](https://github.com/voxpupuli/facterdb/pull/296) ([bastelfreak](https://github.com/bastelfreak))
|
16
|
+
|
17
|
+
## [1.22.0](https://rubygems.org/gems/facterdb/versions/1.22.0) (2023-11-13)
|
18
|
+
|
19
|
+
[Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.21.0...1.22.0)
|
20
|
+
|
21
|
+
**Implemented enhancements:**
|
22
|
+
|
23
|
+
- fedora38 facts [\#287](https://github.com/voxpupuli/facterdb/pull/287) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
|
24
|
+
- Add facts for Debian 12 [\#283](https://github.com/voxpupuli/facterdb/pull/283) ([TheMeier](https://github.com/TheMeier))
|
25
|
+
- Adding windows servers for Facter 4.3 and 4.4 [\#273](https://github.com/voxpupuli/facterdb/pull/273) ([davidsandilands](https://github.com/davidsandilands))
|
26
|
+
- new facts for 4.3 and 4.4 and a few stragglers for 4.1 [\#272](https://github.com/voxpupuli/facterdb/pull/272) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
|
27
|
+
- Introduce RuboCop [\#267](https://github.com/voxpupuli/facterdb/pull/267) ([bastelfreak](https://github.com/bastelfreak))
|
28
|
+
|
29
|
+
**Fixed bugs:**
|
30
|
+
|
31
|
+
- Correct class documentation [\#281](https://github.com/voxpupuli/facterdb/pull/281) ([ekohl](https://github.com/ekohl))
|
32
|
+
|
3
33
|
## [1.21.0](https://rubygems.org/gems/facterdb/versions/1.21.0) (2023-01-25)
|
4
34
|
|
5
35
|
[Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.20.0...1.21.0)
|
data/Gemfile
CHANGED
@@ -2,12 +2,9 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org'
|
|
2
2
|
|
3
3
|
gemspec
|
4
4
|
|
5
|
-
|
6
|
-
gem 'facter', facterversion, :require => false
|
7
|
-
else
|
8
|
-
gem 'facter', :require => false
|
9
|
-
end
|
5
|
+
gem 'facter', ENV.fetch('FACTER_GEM_VERSION', nil), require: false
|
10
6
|
|
11
7
|
group :development do
|
12
|
-
gem '
|
8
|
+
gem 'faraday-retry', require: false
|
9
|
+
gem 'github_changelog_generator', '>= 1.16.4', require: false
|
13
10
|
end
|