beaker-answers 0.27.0 → 0.28.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.github/dependabot.yml +8 -0
- data/README.md +2 -2
- data/lib/beaker-answers/version.rb +1 -1
- data/lib/beaker-answers/versions/version20173.rb +1 -1
- data/spec/beaker-answers/versions/version20173_spec.rb +0 -2
- metadata +4 -5
- data/MAINTAINERS +0 -33
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: b9abe49b1810724c5ba81b237f7054c3a2dbd943b3d8cb163c29b449bffb400b
|
4
|
+
data.tar.gz: 1800e262631673dbca74b93b358a413277dcbd5fdcf4540f20507b39a3bd522c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6dc2177d7e5fa41bf3592b0bbc5efc2ecaeca5ccc6db0cd44b8b319fba3b059ee97a663dd482fbfbe11e64d56eec53a93a0c5fc633c48367d16cb5841985d3ee
|
7
|
+
data.tar.gz: e31d1fcb50055a0492d64ca0949e61c51065f1542f1a459d4b4bf60abc598173bd62c0e5ce8a3da5d4c800efbbf12c719dfddf6a149cb5cd2afc6d1906ee12d6
|
data/README.md
CHANGED
@@ -13,10 +13,10 @@ key concepts.
|
|
13
13
|
# Release
|
14
14
|
|
15
15
|
To release a new version, we use a
|
16
|
-
[Jenkins job](https://cinext-jenkinsmaster-sre-prod-1.delivery.puppetlabs.net/view/beaker%20Release%20Jobs/job/qe_beaker-answers_init-
|
16
|
+
[Jenkins job](https://cinext-jenkinsmaster-sre-prod-1.delivery.puppetlabs.net/view/beaker%20Release%20Jobs/job/qe_beaker-answers_init-multijob_main/)
|
17
17
|
(access to internal infrastructure will be required to view job).
|
18
18
|
|
19
|
-
To release a new version (from the
|
19
|
+
To release a new version (from the main branch), you'll need to just provide
|
20
20
|
a new beaker-answers version number to the job, and you're off to the races.
|
21
21
|
|
22
22
|
# Questions
|
@@ -7,7 +7,7 @@ module BeakerAnswers
|
|
7
7
|
class Version20173to9999 < Version20172
|
8
8
|
# The version of PE that this set of answers is appropriate for
|
9
9
|
def self.pe_version_matcher
|
10
|
-
/\A(2017\.3|2018\.[1-2]|2019\.[0-9]|20[2-9][1-9]\.[0-9]
|
10
|
+
/\A(2017\.3|2018\.[1-2]|2019\.[0-9]|20[2-9][1-9]\.[0-9])/
|
11
11
|
end
|
12
12
|
end
|
13
13
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: beaker-answers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.28.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Puppetlabs
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2020-11-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: fakefs
|
@@ -201,6 +201,7 @@ executables:
|
|
201
201
|
extensions: []
|
202
202
|
extra_rdoc_files: []
|
203
203
|
files:
|
204
|
+
- ".github/dependabot.yml"
|
204
205
|
- ".gitignore"
|
205
206
|
- ".rspec"
|
206
207
|
- ".rubocop.yml"
|
@@ -211,7 +212,6 @@ files:
|
|
211
212
|
- Gemfile
|
212
213
|
- HISTORY.md
|
213
214
|
- LICENSE
|
214
|
-
- MAINTAINERS
|
215
215
|
- README.md
|
216
216
|
- Rakefile
|
217
217
|
- beaker-answers.gemspec
|
@@ -270,8 +270,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
270
270
|
- !ruby/object:Gem::Version
|
271
271
|
version: '0'
|
272
272
|
requirements: []
|
273
|
-
|
274
|
-
rubygems_version: 2.5.1
|
273
|
+
rubygems_version: 3.0.8
|
275
274
|
signing_key:
|
276
275
|
specification_version: 4
|
277
276
|
summary: Answer generation for PE Installation!
|
data/MAINTAINERS
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version": 1,
|
3
|
-
"file_format": "This MAINTAINERS file format is described at http://pup.pt/maintainers",
|
4
|
-
"issues": "https://tickets.puppet.com/browse/PE",
|
5
|
-
"internal_list": "https://groups.google.com/a/puppet.com/forum/?hl=en#!forum/discuss-organizational-scale",
|
6
|
-
"people": [
|
7
|
-
{
|
8
|
-
"github": "kevpl",
|
9
|
-
"email": "ki@puppet.com",
|
10
|
-
"name": "Kevin Imber"
|
11
|
-
},
|
12
|
-
{
|
13
|
-
"github": "tvpartytonight",
|
14
|
-
"email": "tv@puppet.com",
|
15
|
-
"name": "Tony Vu"
|
16
|
-
},
|
17
|
-
{
|
18
|
-
"github": "jpartlow",
|
19
|
-
"email": "joshua.partlow@puppet.com",
|
20
|
-
"name": "Josh Partlow"
|
21
|
-
},
|
22
|
-
{
|
23
|
-
"github": "demophoon",
|
24
|
-
"email": "britt@puppet.com",
|
25
|
-
"name": "Britt Gresham"
|
26
|
-
},
|
27
|
-
{
|
28
|
-
"github": "highb",
|
29
|
-
"email": "brandon.high@puppet.com",
|
30
|
-
"name": "Brandon High"
|
31
|
-
}
|
32
|
-
]
|
33
|
-
}
|