veewee 0.1.21 → 0.1.22

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- veewee (0.1.21)
4
+ veewee (0.1.22)
5
5
  cucumber (= 0.8.5)
6
6
  highline (~> 1.6.1)
7
7
  net-ssh (~> 2.1.0)
@@ -12,7 +12,7 @@ definition_dir= File.expand_path(File.join(veewee_dir, "definitions"))
12
12
  tmp_dir=File.expand_path(File.join(veewee_dir, "tmp"))
13
13
  iso_dir=File.expand_path(File.join(veewee_dir, "iso"))
14
14
  box_dir=File.expand_path(File.join(veewee_dir, "boxes"))
15
- validation_dir=File.expand_path(File.join(lib_dir, "validation"))
15
+ validation_dir=File.expand_path(File.join(lib_dir, "..","validation"))
16
16
 
17
17
  #Initialize
18
18
  Veewee::Session.setenv({:veewee_dir => veewee_dir, :definition_dir => definition_dir,
@@ -78,4 +78,4 @@ class Command < Vagrant::Command::GroupBase
78
78
 
79
79
  end
80
80
 
81
- end
81
+ end
@@ -1,3 +1,3 @@
1
1
  module Veewee
2
- VERSION = "0.1.21"
2
+ VERSION = "0.1.22"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: veewee
3
3
  version: !ruby/object:Gem::Version
4
- hash: 49
4
+ hash: 55
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 21
10
- version: 0.1.21
9
+ - 22
10
+ version: 0.1.22
11
11
  platform: ruby
12
12
  authors:
13
13
  - Patrick Debois