busser-testinfra 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b7581efd7699c09b51cc3308646898ad3ac75106
4
- data.tar.gz: e3bbf036c32d089fc2b22c3db97750ad512c5a01
3
+ metadata.gz: 4c6d2e6c0bf69d4194ad8927da3bbc6d35ac8c57
4
+ data.tar.gz: 4447e6c38986a4b7a3c4620fbd7781a2788612ed
5
5
  SHA512:
6
- metadata.gz: cb5d7a54341ab2d14228bedc3d529f80e215c27254b9e9fa5dc959e1a8af7cf9c8178a0e6a8ece5ef24f8bf80c94f15ba5d990d7681b3cdde478d9badf55d833
7
- data.tar.gz: 62bce04c7f8cc208be72412a6b7511c56cd79921fc529374b17d550c12e3cc6ac10c7027bae9c7f0ae434b4e0334fd2e2604d39ca92c2204f351b0cec9a8a0b6
6
+ metadata.gz: 97745c16eec795d599480b2395a2fbd879bb8d577dc4a38a1962d2ad0e05d0d80cba18ac38216bff1225d5e1580bcab919a0b19c2d9eac24bff0add38d96a61a
7
+ data.tar.gz: 2b82363acf9930e67aa448a5485b3d118d3497d2a4b5d5b5ae1021b8a9f7ff601b9bf83e34da3f558b596d1768346b7956d544cf136e8654ad2d061d9ffb74e2
@@ -22,7 +22,7 @@ class Busser::RunnerPlugin::Testinfra < Busser::RunnerPlugin::Base
22
22
  exe = find_executable0 "testinfra", nil
23
23
  if exe.nil?
24
24
  banner("Installing testinfra...")
25
- if linux_variant == "Redhat"
25
+ if linux_variant[:family] == "RedHat"
26
26
  run("pip install setuptools==20.6.7")
27
27
  end
28
28
  run("pip install testinfra")
@@ -3,6 +3,6 @@ module Busser
3
3
  module Testinfra
4
4
 
5
5
  # Version string for the Testinfra Busser runner plugin
6
- VERSION = "0.0.4"
6
+ VERSION = "0.0.5"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: busser-testinfra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Tang