vagrant-grunt 0.0.17 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,17 +2,20 @@ module VagrantGrunt
2
2
  class GruntCommand < Vagrant.plugin(2, :command)
3
3
 
4
4
  def execute
5
+ @env.ui.info "Executing command #{cmd}"
6
+ @env.ui.info @env.root_path()
7
+ @env.ui.info @env.cwd
8
+
5
9
  cmd = ""
6
10
  ARGV.each do |a|
7
11
  cmd << " #{a}"
8
12
  end
9
13
 
10
14
  #output = Vagrant::Environment::UI::Basic()
11
- #puts "Executing command #{cmd}"
12
15
  #puts Vagrant::Environment::cwd
13
16
  #puts Vagrant::Environment::home_path
14
- #@env[:ui].info I18n.t("Test Output")
15
- @env.ui.info I18n.t("Test Output")
17
+
18
+
16
19
  #exec("cd /vagrant/ && #{cmd}")
17
20
 
18
21
  0
@@ -1,3 +1,3 @@
1
1
  module VagrantGrunt
2
- VERSION = "0.0.17"
2
+ VERSION = "0.0.18"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-grunt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
77
  version: '0'
78
78
  segments:
79
79
  - 0
80
- hash: -3862582241995497233
80
+ hash: -3400994066510868949
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  none: false
83
83
  requirements: