vagrant-grunt 0.0.2 → 0.0.3

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: c16a253796d2b5582cb7a85ebb7cff94580e843d
4
- data.tar.gz: 0c5299c8a02ef14961eb3055e6f2712351a41099
3
+ metadata.gz: 6aa45a8bb55bbf4968393c7be438984d26aabc27
4
+ data.tar.gz: e5c344730a39a68078d276a95d803427c002e7d3
5
5
  SHA512:
6
- metadata.gz: b26696676c9b94a4f27435736de3065dc24ea7b8faae8a102eb2905a455192f39996f70bb0f82835c7c736cc7816373c3df8251eac74f241f42c11842140abfa
7
- data.tar.gz: 02bc29134497d9cdd94b63eb345ab78b4f7f464a9699277b1625f52a6640b20de1e3e34a3fcb0f55ab5c062bd982ac96a120886b1a3642b908a5dc76a2fe60ec
6
+ metadata.gz: 6b5829a9eef69bc28e1563a5547c7bd3d89f8dbc04bebe5d3abbd1804186273f6c097506c5644f8bcbd3e70d68203a0e429ec7dc0fcb474bd5707a2d6a3b815f
7
+ data.tar.gz: 0e89b5f63cff17aed8b3d8956d1c99ab0af22b3efdabe1de85932b465a3fcc5b59a7a0fcf8c1f0b281f6f3987fe435086db7268531758741ddfe30c1622d5924
data/Gemfile CHANGED
@@ -2,3 +2,10 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in vagrant-grunt.gemspec
4
4
  gemspec
5
+
6
+ group :development do
7
+ # We depend on Vagrant for development, but we don't add it as a
8
+ # gem dependency because we expect to be installed within the
9
+ # Vagrant environment itself using `vagrant plugin`.
10
+ gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git"
11
+ end
@@ -5,7 +5,8 @@ module VagrantGrunt
5
5
  #class_option :cwd, :type => :string, :default => nil
6
6
 
7
7
  def execute
8
- puts "Hello World!"
8
+ #exec("grunt ")
9
+ puts #{ARGV[0]}
9
10
  0
10
11
  end
11
12
  #def execute
@@ -1,3 +1,3 @@
1
1
  module VagrantGrunt
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis McHattie