busser-serverspec_eol 0.5.11 → 0.5.12

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 941368044a02c71c4bce28ffc1e3b0a44b1c12c0
4
- data.tar.gz: 729407c59d53cee9c79fa5f29b739dcf39a18087
3
+ metadata.gz: 4fbfa4151e0a75f9d627d1b877e433e2626c8752
4
+ data.tar.gz: 8cd4380ac13a60a51942848f106363d2d98b5ee2
5
5
  SHA512:
6
- metadata.gz: 3cb4eac5279678d3ae6c9ef8b68366ef33dcff69b7c65c2b0b053d684279459c5b6556e7b4bc95074a84c4099edd893575ddfdf27750b5355969424ad7c36678
7
- data.tar.gz: 079c214e65781cacbb056a8d044b1ce1cd3a4fadfebb9ae9f5eb443ffa55075107457f40409136dddd717cc7d969a81e3a5e6d8e7eac7915c2aa613e031ee98b
6
+ metadata.gz: bbd7376d4480b7e2f619d649b0dc04a7daf9c5f6509027e67048f036cd50bc7e58cb883733c5306a3f42319a425e5e751e96f6698372c557cc431da8285645f7
7
+ data.tar.gz: e0ddb0d6c0475b81e4afe3068bf4af53fe22b87271749d314367ddabae05274142c25651beb61842b08c8db7de9f370bf3114479499763e0346076cf31bf8151
@@ -1,5 +1,9 @@
1
1
  # You should use Kitchen::Verifier::Shell + Serverspec
2
2
 
3
+ ## 0.5.12 2019-03-22
4
+
5
+ * Fixes bundle install of serverspec-eol Gemfile on `kitchen verify`
6
+
3
7
  ## 0.5.11 2019-02-28
4
8
 
5
9
  * Install bundler 1.17.3 for Ruby versions < 2.3
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # <a name="title"></a> THIS IS A FORK
2
- Fork from https://github.com/amplify-education/busser-serverspec which was forked from https://github.com/test-kitchen/busser-serverspec@0.5.10
2
+ Forked from [busser-serverspec][https://github.com/test-kitchen/busser-serverspec@0.5.10]
3
3
 
4
4
 
5
5
  # <a name="title"></a> Busser::RunnerPlugin::Serverspec
@@ -44,7 +44,7 @@ class Busser::RunnerPlugin::ServerspecEol < Busser::RunnerPlugin::Base
44
44
 
45
45
  def run_bundle_install
46
46
  # Referred from busser-shindo
47
- gemfile_path = File.join(suite_path, 'serverspec', 'Gemfile')
47
+ gemfile_path = File.join(suite_path, 'serverspec_eol', 'Gemfile')
48
48
  if File.exists?(gemfile_path)
49
49
  # Bundle install local completes quickly if the gems are already found
50
50
  # locally it fails if it needs to talk to the internet. The || below is
@@ -21,6 +21,6 @@ module Busser
21
21
  module Serverspec
22
22
 
23
23
  # Version string for the Serverspec Busser runner plugin
24
- VERSION = '0.5.11'
24
+ VERSION = '0.5.12'
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: busser-serverspec_eol
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.11
4
+ version: 0.5.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - etherops
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-28 00:00:00.000000000 Z
11
+ date: 2019-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: busser