vagrant-hiera 0.1.30 → 0.1.31

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.
@@ -16,11 +16,11 @@ module VagrantHiera
16
16
  end
17
17
 
18
18
  def config_path
19
- File.absolute_path(@config_path)
19
+ File.expand_path(@config_path)
20
20
  end
21
21
 
22
22
  def data_path
23
- File.absolute_path(@data_path)
23
+ File.expand_path(@data_path)
24
24
  end
25
25
 
26
26
  def set?
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module Hiera
3
- VERSION = "0.1.30"
3
+ VERSION = "0.1.31"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-hiera
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.30
4
+ version: 0.1.31
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: