specinfra 2.73.1 → 2.73.2

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: 8b0aa55061b006575e3631ba766235d3a8e18bca
4
- data.tar.gz: 2213603302d46ca25f9e100550dd5fda8634ce01
3
+ metadata.gz: 6fc63569357ac4449c8e0cee3dfe19cdd2e60aee
4
+ data.tar.gz: 5eec132234ddd15b2fa3c2e4bfbd638ed1fc2735
5
5
  SHA512:
6
- metadata.gz: d68fe08c7018d9b5c6104490ab2a75ff8396881a42ae3e856c3039a849f684484b7869ef0ac30fe52438dae98bf3bebabfd77072313a38d30ff385438e9abcf2
7
- data.tar.gz: 4a9531a05b256def48c25b8ee337cb27c5a779f7a1ca534f07691a1e110deedf66e8d425b8d8e1ecf9c5e986fc73852136d98c556eba103dcf8234373cc8ed1c
6
+ metadata.gz: 3baac6e62ad5e6401e80e4b36a71effddd496e4b280c88b043fd230f186fda0823b8ce7afed2f02907a97b6829a1a5b3c3a36d60100d7e8f0ca5b30447cb1e89
7
+ data.tar.gz: db71974a0d82853eb4d32ed344089e9720b7867c131691f49f5c31f9516f6bd3cf200b8a874b03d42e4b594bb7b8efe98d34f4c92281ff4e9e0d302413486216
@@ -4,7 +4,11 @@ rvm:
4
4
  - 1.8.7
5
5
  - 1.9.3
6
6
  - 2.0.0
7
- - 2.1.1
7
+ - 2.1
8
+ - 2.2
9
+ - 2.3
10
+ - 2.4
11
+ - 2.5
8
12
 
9
13
  before_install:
10
14
  - gem update bundler
@@ -13,6 +13,8 @@ environment:
13
13
  - ruby_version: "200"
14
14
  - ruby_version: "21"
15
15
  - ruby_version: "22"
16
+ - ruby_version: "23"
17
+ - ruby_version: "24"
16
18
 
17
19
  matrix:
18
20
  allow_failures:
@@ -28,7 +30,11 @@ cache:
28
30
  - C:\Ruby21\lib\ruby\gems\2.1.0 -> appveyor.yml
29
31
  - C:\Ruby21\bin -> appveyor.yml
30
32
  - C:\Ruby22\lib\ruby\gems\2.2.0 -> appveyor.yml
31
- - C:\Ruby22\bin
33
+ - C:\Ruby22\bin -> appveyor.yml
34
+ - C:\Ruby23\lib\ruby\gems\2.3.0 -> appveyor.yml
35
+ - C:\Ruby23\bin -> appveyor.yml
36
+ - C:\Ruby24\lib\ruby\gems\2.4.0 -> appveyor.yml
37
+ - C:\Ruby24\bin
32
38
 
33
39
  install:
34
40
  - git submodule update --init --recursive
@@ -17,7 +17,7 @@ module Specinfra
17
17
 
18
18
  cmd = backend.command.get(:get_inventory_system_product_name)
19
19
  ret = backend.run_command(cmd)
20
- if ret.exit_status == 0
20
+ if ret.exit_status == 0 and ret.stdout.length > 0
21
21
  res[:system] = parse_system_product_name(ret.stdout)
22
22
  return res
23
23
  end
@@ -50,7 +50,7 @@ module Specinfra
50
50
  detected = ret.strip
51
51
 
52
52
  case detected
53
- when 'vmware', 'kvm'
53
+ when 'vmware', 'kvm', 'qemu'
54
54
  detected
55
55
  when 'oracle'
56
56
  'vbox'
@@ -1,3 +1,3 @@
1
1
  module Specinfra
2
- VERSION = "2.73.1"
2
+ VERSION = "2.73.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: specinfra
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.73.1
4
+ version: 2.73.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gosuke Miyashita
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-12 00:00:00.000000000 Z
11
+ date: 2018-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-scp