tvd-vagrant 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.16
1
+ 0.0.17
@@ -21,7 +21,7 @@ Vagrant.configure("2") do |config|
21
21
 
22
22
  config.vm.provider :shell do |shell|
23
23
  shell.script = "<%= node[:vagrant][:shell_script] %>"
24
- shell.run_args = "<%= node[:vagrant][:shell_args] %>"
24
+ shell.run_args = [ "<%= node[:vagrant][:shell_args] %>" ]
25
25
  end
26
26
  end
27
27
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tvd-vagrant
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:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-03 00:00:00.000000000 Z
12
+ date: 2013-05-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: tvd-tvdinner