vagrant-grunt 0.0.18 → 0.0.19
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.
- data/lib/vagrant-grunt/command.rb +1 -1
- data/lib/vagrant-grunt/version.rb +1 -1
- metadata +2 -2
@@ -2,7 +2,6 @@ module VagrantGrunt
|
|
2
2
|
class GruntCommand < Vagrant.plugin(2, :command)
|
3
3
|
|
4
4
|
def execute
|
5
|
-
@env.ui.info "Executing command #{cmd}"
|
6
5
|
@env.ui.info @env.root_path()
|
7
6
|
@env.ui.info @env.cwd
|
8
7
|
|
@@ -11,6 +10,7 @@ module VagrantGrunt
|
|
11
10
|
cmd << " #{a}"
|
12
11
|
end
|
13
12
|
|
13
|
+
@env.ui.info "Executing command #{cmd}"
|
14
14
|
#output = Vagrant::Environment::UI::Basic()
|
15
15
|
#puts Vagrant::Environment::cwd
|
16
16
|
#puts Vagrant::Environment::home_path
|
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.
|
4
|
+
version: 0.0.19
|
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: -
|
80
|
+
hash: -299954464582219100
|
81
81
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
82
82
|
none: false
|
83
83
|
requirements:
|