busser-serverspec_cisco 0.5.12 → 0.5.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/busser-serverspec_cisco.gemspec +1 -1
- data/lib/busser/runner_plugin/serverspec_cisco.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59e78006c594e496a8b9da175c9efd5ed6bb03c7
|
4
|
+
data.tar.gz: 393e6b80c2479dd9f64d4d3d31113d6bd96934dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b7ad637a6982de0e6a91312e552c24f4945f34368eda574ddd226b50521e62233f82da4151b6f1c58ad8444a628a30c9537cc527ed5d6486e819af247074e93
|
7
|
+
data.tar.gz: c787762d871ba69303ec1cd7bc2a4ea6dbe2c12a55a42ed192dd9e339937eb6510fd8deec01721d8d02b6698023c36bcf5bb1113eb406e30ff356dd84621a043
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
Gem::Specification.new do |spec|
|
3
3
|
spec.name = 'busser-serverspec_cisco'
|
4
|
-
spec.version = '0.5.
|
4
|
+
spec.version = '0.5.13'
|
5
5
|
spec.authors = ['HIGUCHI Daisuke', 'Carl Perry']
|
6
6
|
spec.email = ['d-higuchi@creationline.com', 'partnereng@chef.io']
|
7
7
|
spec.description = %q{A Busser runner plugin for Serverspec with patches for Cisco platforms}
|
@@ -44,7 +44,7 @@ class Busser::RunnerPlugin::ServerspecCisco < Busser::RunnerPlugin::Base
|
|
44
44
|
|
45
45
|
def run_bundle_install
|
46
46
|
# Referred from busser-shindo
|
47
|
-
gemfile_path = File.join(suite_path, '
|
47
|
+
gemfile_path = File.join(suite_path, 'serverspec_cisco', '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
|