vagrant-utils 0.4.0 → 0.5.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d3886f8c15871ddd2ea1e46c6a2098ac1fe573c
4
- data.tar.gz: 9840a254f6d8f5d6a78ceb385f1bf9537884f1c4
3
+ metadata.gz: 91fb558c2090464e6b4fca52a5bd49e470a7c036
4
+ data.tar.gz: f06e8862814e06c69c61f4fbb8def873d97f8545
5
5
  SHA512:
6
- metadata.gz: 44625209ac23db234cb1685a9143350af655b19e8c31c15619e7d21f804511216c6c8ed590917398483117b1f71087e840073d617ed726821884be780c558073
7
- data.tar.gz: bb443d2b165a762470d5b9604875491052dc0064922bd87e11c2421eaff9226209ebe0d3fda0af737bf8c37b898f89a08c3c420b9d217d1812254b68bb1faf3f
6
+ metadata.gz: 58dd28078ea6842164834fa7207085269c12ca296f12033805f8e51613489b9350b90da7c25325b433f0284415d120fa5d1a7b9b145cc3b041277a895b713a6b
7
+ data.tar.gz: f3eeda65eaac0fc1999c2ed5ed587661442fbb3d8c88a7fb6efbe4505caa8bd5314acde2c4c8dcf3d8ac3ee12284f6217f5adcf318849fe4f8cfca7c43326a2f
@@ -10,7 +10,7 @@ module VagrantPlugins
10
10
  args.shift
11
11
  with_target_vms do |machine|
12
12
  env = machine.action(:ssh_run,
13
- ssh_run_command: "rake #{args}",)
13
+ :ssh_run_command => "rake #{args.join(' ')}")
14
14
  exit_status = env[:ssh_run_exit_status] || 0
15
15
  return exit_status
16
16
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Utils
3
- VERSION = "0.4.0"
3
+ VERSION = "0.5.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Breinlinger