beaker-vagrant 1.3.0 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/release.yml +1 -1
- data/.github/workflows/test.yml +1 -1
- data/.rubocop_todo.yml +3 -4
- data/CHANGELOG.md +13 -0
- data/beaker-vagrant.gemspec +4 -4
- data/lib/beaker-vagrant/version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6af340966d12698b6df06d87a1cd60cc8751b38146fd9901e99cd7e495a719ba
|
4
|
+
data.tar.gz: 9b315b4fdcad53249b879f4913390f478d42dd8ec85482fe1f5a28914d680a72
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f871f6ba3f4b59ad70b33368afdf5bfe39bd89af93b3e7e4d59be051490f4d6c3d634bb369ad32c70f4be5d737b0662cdc1c37f26845ce31455866c29696d0a5
|
7
|
+
data.tar.gz: 4c6680bc8711f74c1c5900fcd5b7a24e38fd6d1d50a766ac2801107e46a80d401bf4fae701cae5997c025c37b713fec9a66fc4ec5a989caadb73ce33895ab94d
|
data/.github/workflows/test.yml
CHANGED
@@ -46,7 +46,7 @@ jobs:
|
|
46
46
|
- name: spec tests
|
47
47
|
run: bundle exec rake test:spec
|
48
48
|
- name: Build gem
|
49
|
-
run: gem build *.gemspec
|
49
|
+
run: gem build --strict --verbose *.gemspec
|
50
50
|
# It seems some additonal setup of Docker may be needed for
|
51
51
|
# the acceptance tests to work.
|
52
52
|
# - name: Run acceptance tests
|
data/.rubocop_todo.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# This configuration was generated by
|
2
2
|
# `rubocop --auto-gen-config`
|
3
|
-
# on 2024-
|
3
|
+
# on 2024-05-28 09:54:02 UTC using RuboCop version 1.63.5.
|
4
4
|
# The point is for the user to remove these configuration records
|
5
5
|
# one by one as the offenses are removed from the code base.
|
6
6
|
# Note that changes in the inspected code, or installation of new
|
@@ -194,7 +194,7 @@ Style/EnvHome:
|
|
194
194
|
Exclude:
|
195
195
|
- 'Rakefile'
|
196
196
|
|
197
|
-
# Offense count:
|
197
|
+
# Offense count: 23
|
198
198
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
199
199
|
# Configuration parameters: EnforcedStyle.
|
200
200
|
# SupportedStyles: always, always_true, never
|
@@ -240,12 +240,11 @@ Style/SlicingWithRange:
|
|
240
240
|
Exclude:
|
241
241
|
- 'lib/beaker/hypervisor/vagrant_libvirt.rb'
|
242
242
|
|
243
|
-
# Offense count:
|
243
|
+
# Offense count: 5
|
244
244
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
245
245
|
# Configuration parameters: Mode.
|
246
246
|
Style/StringConcatenation:
|
247
247
|
Exclude:
|
248
|
-
- 'lib/beaker/hypervisor/vagrant.rb'
|
249
248
|
- 'lib/beaker/hypervisor/vagrant_fusion.rb'
|
250
249
|
- 'lib/beaker/hypervisor/vagrant_libvirt.rb'
|
251
250
|
- 'spec/beaker/vagrant_custom_spec.rb'
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [1.4.0](https://github.com/voxpupuli/beaker-vagrant/tree/1.4.0) (2024-05-28)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-vagrant/compare/1.3.0...1.4.0)
|
6
|
+
|
7
|
+
**Implemented enhancements:**
|
8
|
+
|
9
|
+
- beaker: Allow 6.x [\#88](https://github.com/voxpupuli/beaker-vagrant/pull/88) ([bastelfreak](https://github.com/bastelfreak))
|
10
|
+
|
11
|
+
**Merged pull requests:**
|
12
|
+
|
13
|
+
- Fix license identifier Apache2-\>Apache-2.0, fix version boundary for simplecov, Build gems with strict and verbose mode [\#87](https://github.com/voxpupuli/beaker-vagrant/pull/87) ([bastelfreak](https://github.com/bastelfreak))
|
14
|
+
- voxpupuli-rubocop: Require 2.7.0 [\#86](https://github.com/voxpupuli/beaker-vagrant/pull/86) ([bastelfreak](https://github.com/bastelfreak))
|
15
|
+
|
3
16
|
## [1.3.0](https://github.com/voxpupuli/beaker-vagrant/tree/1.3.0) (2024-04-30)
|
4
17
|
|
5
18
|
[Full Changelog](https://github.com/voxpupuli/beaker-vagrant/compare/1.2.0...1.3.0)
|
data/beaker-vagrant.gemspec
CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.homepage = 'https://github.com/puppetlabs/beaker-vagrant'
|
15
15
|
s.summary = 'Beaker DSL Extension Helpers!'
|
16
16
|
s.description = 'For use for the Beaker acceptance testing tool'
|
17
|
-
s.license = '
|
17
|
+
s.license = 'Apache-2.0'
|
18
18
|
|
19
19
|
s.required_ruby_version = Gem::Requirement.new('>= 2.7')
|
20
20
|
|
@@ -27,8 +27,8 @@ Gem::Specification.new do |s|
|
|
27
27
|
s.add_development_dependency 'pry', '~> 0.10'
|
28
28
|
s.add_development_dependency 'rake', '~> 13.0'
|
29
29
|
s.add_development_dependency 'rspec', '~> 3.0'
|
30
|
-
s.add_development_dependency 'simplecov'
|
31
|
-
s.add_development_dependency 'voxpupuli-rubocop', '~> 2.
|
30
|
+
s.add_development_dependency 'simplecov', '~> 0.22.0'
|
31
|
+
s.add_development_dependency 'voxpupuli-rubocop', '~> 2.7.0'
|
32
32
|
|
33
|
-
s.add_runtime_dependency 'beaker', '>= 4', '<
|
33
|
+
s.add_runtime_dependency 'beaker', '>= 4', '< 7'
|
34
34
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: beaker-vagrant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vox Pupuli
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2024-
|
14
|
+
date: 2024-05-28 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: fakefs
|
@@ -79,30 +79,30 @@ dependencies:
|
|
79
79
|
name: simplecov
|
80
80
|
requirement: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
|
-
- - "
|
82
|
+
- - "~>"
|
83
83
|
- !ruby/object:Gem::Version
|
84
|
-
version:
|
84
|
+
version: 0.22.0
|
85
85
|
type: :development
|
86
86
|
prerelease: false
|
87
87
|
version_requirements: !ruby/object:Gem::Requirement
|
88
88
|
requirements:
|
89
|
-
- - "
|
89
|
+
- - "~>"
|
90
90
|
- !ruby/object:Gem::Version
|
91
|
-
version:
|
91
|
+
version: 0.22.0
|
92
92
|
- !ruby/object:Gem::Dependency
|
93
93
|
name: voxpupuli-rubocop
|
94
94
|
requirement: !ruby/object:Gem::Requirement
|
95
95
|
requirements:
|
96
96
|
- - "~>"
|
97
97
|
- !ruby/object:Gem::Version
|
98
|
-
version: 2.
|
98
|
+
version: 2.7.0
|
99
99
|
type: :development
|
100
100
|
prerelease: false
|
101
101
|
version_requirements: !ruby/object:Gem::Requirement
|
102
102
|
requirements:
|
103
103
|
- - "~>"
|
104
104
|
- !ruby/object:Gem::Version
|
105
|
-
version: 2.
|
105
|
+
version: 2.7.0
|
106
106
|
- !ruby/object:Gem::Dependency
|
107
107
|
name: beaker
|
108
108
|
requirement: !ruby/object:Gem::Requirement
|
@@ -112,7 +112,7 @@ dependencies:
|
|
112
112
|
version: '4'
|
113
113
|
- - "<"
|
114
114
|
- !ruby/object:Gem::Version
|
115
|
-
version: '
|
115
|
+
version: '7'
|
116
116
|
type: :runtime
|
117
117
|
prerelease: false
|
118
118
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -122,7 +122,7 @@ dependencies:
|
|
122
122
|
version: '4'
|
123
123
|
- - "<"
|
124
124
|
- !ruby/object:Gem::Version
|
125
|
-
version: '
|
125
|
+
version: '7'
|
126
126
|
description: For use for the Beaker acceptance testing tool
|
127
127
|
email: voxpupuli@groups.io
|
128
128
|
executables:
|
@@ -170,7 +170,7 @@ files:
|
|
170
170
|
- spec/spec_helper.rb
|
171
171
|
homepage: https://github.com/puppetlabs/beaker-vagrant
|
172
172
|
licenses:
|
173
|
-
-
|
173
|
+
- Apache-2.0
|
174
174
|
metadata: {}
|
175
175
|
post_install_message:
|
176
176
|
rdoc_options: []
|