vagrant-cloudstack 0.4.0 → 0.4.1

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: a924ee1ce1d0102050ecca9fdc9cea9a98f05c62
4
- data.tar.gz: 904e0781003950663ef12f961994e4a616493403
3
+ metadata.gz: 0f71a9d5b05706c2e193708960acdcf57c0ac719
4
+ data.tar.gz: 9551a14cae770c185ccec397d44bdf28e6267122
5
5
  SHA512:
6
- metadata.gz: eac5cb6bf2c1829da359e673ead72f11fff8a6dd11ac660b41858148b7728ac493b17c82e3aa6723560d9a2159bd9ff8e098a9ec25e71764607a3f0fe234736b
7
- data.tar.gz: eb07f7ee6b1a6d2743bcf14aea26092f10928706e2fd25178c598f0c7726cf83e0a4034fb442a929669aebdf96e148497bb6a734f5cc49451c00c11da3f02605
6
+ metadata.gz: f7179025213a3050fa790e881e675c697df1db2e0529f7bed0acb3b65ffbc071c7f5ef3d9f4ebcbb7c4817b9e1bcccc59e12f0a9f6daf69e1fb295a4832f76f7
7
+ data.tar.gz: d25a50cfdc056d833b71a89a59eb13e5da47355b7def7cb43567595309749ec56545e896a5b15a3d03d7c283f308b79b9caf2db9413ab60e76cef9d8028dfee8
@@ -47,6 +47,11 @@ module VagrantPlugins
47
47
  hostpath = hostpath.gsub(/^(\w):/) { "/cygdrive/#{$1}" }
48
48
  end
49
49
 
50
+ # on windows "rsync'ed" files require cygdrive-style paths
51
+ if env[:machine].config.vm.guest == :windows
52
+ guestpath = guestpath.gsub(/^(.*)$/, '/cygdrive/c\1')
53
+ end
54
+
50
55
  env[:ui].info(I18n.t("vagrant_cloudstack.rsync_folder",
51
56
  :hostpath => hostpath,
52
57
  :guestpath => guestpath))
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Cloudstack
3
- VERSION = "0.4.0"
3
+ VERSION = "0.4.1"
4
4
  end
5
5
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
6
  s.version = VagrantPlugins::Cloudstack::VERSION
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.license = "MIT"
9
- s.authors = ["Mitchell Hashimoto", "Carl Loa Odin", "Tor-Åke Fransson", "Olle Lundberg", "Roeland Kuipers", "Yuichi Uemura", "Atsushi Sasaki", "Nicolas Brechet", "Peter Jönsson", "Christophe Roux"]
9
+ s.authors = ["Mitchell Hashimoto", "Carl Loa Odin", "Tor-Åke Fransson", "Olle Lundberg", "Roeland Kuipers", "Yuichi Uemura", "Atsushi Sasaki", "Nicolas Brechet", "Peter Jönsson", "Christophe Roux", "Andrei Chiriaev"]
10
10
  s.email = "engineering.support@klarna.com"
11
11
  s.homepage = "https://github.com/klarna/vagrant-cloudstack/"
12
12
  s.summary = "Enables Vagrant to manage machines in Cloudstack."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-cloudstack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitchell Hashimoto
@@ -14,10 +14,11 @@ authors:
14
14
  - Nicolas Brechet
15
15
  - Peter Jönsson
16
16
  - Christophe Roux
17
+ - Andrei Chiriaev
17
18
  autorequire:
18
19
  bindir: bin
19
20
  cert_chain: []
20
- date: 2014-03-31 00:00:00.000000000 Z
21
+ date: 2014-04-14 00:00:00.000000000 Z
21
22
  dependencies:
22
23
  - !ruby/object:Gem::Dependency
23
24
  name: fog
@@ -155,9 +156,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
155
156
  version: 1.3.6
156
157
  requirements: []
157
158
  rubyforge_project: vagrant-cloudstack
158
- rubygems_version: 2.0.3
159
+ rubygems_version: 2.0.14
159
160
  signing_key:
160
161
  specification_version: 4
161
162
  summary: Enables Vagrant to manage machines in Cloudstack.
162
163
  test_files: []
163
- has_rdoc: