vagrant-serial 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ module Vagrant
6
6
  attr_accessor :sockets_path
7
7
 
8
8
  def sockets_path
9
- @sockets_path.nil? ? (@sockets_path = "#{Vagrant::Environment::DEFAULT_HOME}/serial") : @sockets_path
9
+ @sockets_path.nil? ? (@sockets_path = "#{File.expand_path(Vagrant::Environment::DEFAULT_HOME)}/serial") : @sockets_path
10
10
  end
11
11
 
12
12
  def set?
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module Serial
3
- VERSION = "0.0.16"
3
+ VERSION = "0.0.17"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-serial
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: