opennebula-provider 0.2.2 → 0.2.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b7f61be4aef7e642c43c6fabab751931e962c36
|
|
4
|
+
data.tar.gz: 7efea70261b1f5b38241ade3e49b610216ddad35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b71ec86bf27fd40bd4964a39f25e40d7ee693b2dea255aea4766b71ca55ceee47125bea4c84b3c92a461181ebe32b8b58303baafcf078e613b67436bdad004e
|
|
7
|
+
data.tar.gz: 5010b6e53af2fbc94f961ea41540d182e5789b00acba308e2043fe0e622caa3864831e237e4f562c6bfb2f6174b426eec4b21857198576d1965d844abb563a08
|
|
@@ -38,7 +38,7 @@ module VagrantPlugins
|
|
|
38
38
|
|
|
39
39
|
# on windows rsync.exe requires cygdrive-style paths
|
|
40
40
|
if Vagrant::Util::Platform.windows?
|
|
41
|
-
hostpath = hostpath.gsub(/^(
|
|
41
|
+
hostpath = hostpath.gsub(/^(\w):/) { "/cygdrive/#{$1}" }
|
|
42
42
|
end
|
|
43
43
|
env[:ui].info(I18n.t('opennebula_provider.info.rsyncing', hostpath: hostpath, guestpath: guestpath))
|
|
44
44
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opennebula-provider
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cherdancev Evgeni
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-12-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: occi-api
|
|
@@ -125,3 +125,4 @@ signing_key:
|
|
|
125
125
|
specification_version: 4
|
|
126
126
|
summary: OpenNebula provider for Vagrant
|
|
127
127
|
test_files: []
|
|
128
|
+
has_rdoc:
|