busser-serverspec_cisco 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6fbdcdd3c8ab80f782acb7d8d020423b35e8b403
4
- data.tar.gz: 258b0d3da7e26ab1dde1f05370af305c46b05a5b
3
+ metadata.gz: 59e78006c594e496a8b9da175c9efd5ed6bb03c7
4
+ data.tar.gz: 393e6b80c2479dd9f64d4d3d31113d6bd96934dd
5
5
  SHA512:
6
- metadata.gz: c27f84765ac3733d7de539e43ed114ed55488cc843c698299d2fd750b20202fc249550d9c19e64d1526eba350103607c19988e4df2af55ae9f98da0b30c495a7
7
- data.tar.gz: 85c52690a231fb3b666d260859de6e11e83c96d0d0aecde10a0e09f0a02ad201a50f71aa83a0a2576e2651104785d3878c83c6f9d9b584b4a2a84b0f9c0d2f04
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.12'
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, 'serverspec', 'Gemfile')
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: busser-serverspec_cisco
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.12
4
+ version: 0.5.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - HIGUCHI Daisuke