manageiq-smartstate 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/manageiq/smartstate/version.rb +1 -1
- data/lib/metadata/util/win32/system_path_win.rb +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb7a7cf790f7d86d94fe29f6253276542f34293c
|
4
|
+
data.tar.gz: ae888c561cfacbecb6ce5d1212e36be3fb05852b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a186a69becc7cba68c0e29db2bb421258a4ca9f6e3b92995b5898db6374f5dc8defb2f3a2f84f7058987ef985cdf1d12d902532e6add2bf0848d4c9a1110179
|
7
|
+
data.tar.gz: 2766b0d038aae5722611b0167c879899e7216361d9efd9966ed24a4d3644d6f40f68ec642f4dabbc7fdb569c48e0d47476e22070425fb5224b4839c01ddbe0f9
|
@@ -1,4 +1,3 @@
|
|
1
|
-
require 'util/extensions/miq-file'
|
2
1
|
require 'enumerator'
|
3
2
|
|
4
3
|
module Win32
|
@@ -32,7 +31,7 @@ module Win32
|
|
32
31
|
# If we are not passed a fs handle return the %systemRoot% from the environment
|
33
32
|
if fs.nil?
|
34
33
|
raise(MiqException::MiqVmMountError, "System root not available through environment variables.") if ENV["SystemRoot"].nil?
|
35
|
-
return File.
|
34
|
+
return File.expand_path(ENV["SystemRoot"].tr('\\', '/'))
|
36
35
|
end
|
37
36
|
|
38
37
|
# Use the boot.ini file to get the starting path to the Windows folder
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: manageiq-smartstate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ManageIQ Developers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-10-
|
11
|
+
date: 2017-10-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|