vagrant-digitalocean 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,13 +14,6 @@ module VagrantPlugins
14
14
  def call(env)
15
15
  ssh_info = @machine.ssh_info
16
16
 
17
- # for CentOS machines that don't have rsync installed
18
- # attempt to install with yum before giving up
19
- if (Vagrant::Util::Which.which('rsync') && !Vagrant::Util::Which.which('yum'))
20
- env[:ui].warn I18n.t('vagrant_digital_ocean.info.trying_rsync_install')
21
- @machine.communicate.sudo("yum -y install rsync")
22
- end
23
-
24
17
  @machine.config.vm.synced_folders.each do |id, data|
25
18
  next if data[:disabled]
26
19
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module DigitalOcean
3
- VERSION = '0.5.2'
3
+ VERSION = '0.5.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-digitalocean
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-27 00:00:00.000000000 Z
12
+ date: 2014-01-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faraday