busser-serverspeclegacy 0.5.12 → 0.5.13
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 +6 -1
- data/README.md +8 -1
- data/lib/busser/runner_plugin/serverspeclegacy.rb +1 -0
- data/lib/busser/serverspeclegacy/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61807901dd455861f51615659ecb2123f01ea3d2
|
|
4
|
+
data.tar.gz: 2ec250fbb08f19b71cc94b95d5aecf14fb57f90b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14753df3b8f715397e6a7e4602e38266f52108fb252dadc69fbf4221a4b94e00797bf126c8122ec688baefa80c00c6a8fcbd02256e0c2d3d4bfb2ab1c6f96ca0
|
|
7
|
+
data.tar.gz: 65a15cb7cf699203faf99a06dc2c2c3cc57deaf3d3c753d862fd2a7c8447498a79765dd91c0552504c6a24c96c33234c3b9df41ce49fb022d59cb7cd4dac05ba
|
data/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
# You should use Kitchen::Verifier::Shell + Serverspec
|
|
2
2
|
|
|
3
|
-
## 0.5.
|
|
3
|
+
## 0.5.13 2023-02-03
|
|
4
|
+
|
|
5
|
+
The only difference is pinned `install_gem('net-ssh', '< 7.0')` in postinstall cuz I'm lazy to add it into all cookbooks.
|
|
6
|
+
|
|
7
|
+
## 0.5.12 2023-01-13
|
|
4
8
|
|
|
5
9
|
FORK
|
|
6
10
|
Version for Ruby 2.3 (Chef 12)
|
|
11
|
+
The only difference is pinned `install_gem('bundler', '~> 1.16.1')` in postinstall.
|
|
7
12
|
|
|
8
13
|
## 0.5.10 2016-08-12
|
|
9
14
|
|
data/README.md
CHANGED
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
# <a name="title"></a> Busser::RunnerPlugin::Serverspeclegacy
|
|
2
2
|
|
|
3
|
-
[](http://rubygems.org/gems/busser-serverspeclegacy) [](https://travis-ci.org/test-kitchen/busser-serverspeclegacy)
|
|
4
4
|
|
|
5
5
|
A Busser runner plugin for Serverspec
|
|
6
|
+
This is a FORK for copatinibility with Chef 12 and Ruby 2.3. Rename you `test/integration/*/serverspec` to `test/integration/*/serverspeclegacy` to use it.
|
|
7
|
+
|
|
8
|
+
```bash
|
|
9
|
+
ls -d1 test/integration/*/serverspec | xargs -I{} mv {}{,legacy}
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
The only difference with original gem is pinned `install_gem('bundler', '~> 1.16.1')` in postinstall, credits to [etherops](https://github.com/etherops), see the [comment](https://github.com/test-kitchen/busser-serverspec/issues/55#issuecomment-468440943)
|
|
6
13
|
|
|
7
14
|
## Status
|
|
8
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: busser-serverspeclegacy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- HIGUCHI Daisuke
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2023-
|
|
12
|
+
date: 2023-02-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: busser
|