vagrant-grunt 0.0.16 → 0.0.17
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/Gemfile +1 -8
- data/lib/vagrant-grunt/command.rb +1 -1
- data/lib/vagrant-grunt/version.rb +1 -1
- metadata +57 -45
- checksums.yaml +0 -7
data/Gemfile
CHANGED
|
@@ -1,11 +1,4 @@
|
|
|
1
1
|
source 'https://rubygems.org'
|
|
2
2
|
|
|
3
3
|
# Specify your gem's dependencies in vagrant-grunt.gemspec
|
|
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
|
|
4
|
+
gemspec
|
metadata
CHANGED
|
@@ -1,47 +1,57 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-grunt
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.17
|
|
5
|
+
prerelease:
|
|
5
6
|
platform: ruby
|
|
6
|
-
authors:
|
|
7
|
+
authors:
|
|
7
8
|
- Travis McHattie
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
- !ruby/object:Gem::Dependency
|
|
15
|
-
prerelease: false
|
|
16
|
-
version_requirements: &id001 !ruby/object:Gem::Requirement
|
|
17
|
-
requirements:
|
|
18
|
-
- - ~>
|
|
19
|
-
- !ruby/object:Gem::Version
|
|
20
|
-
version: "1.3"
|
|
12
|
+
date: 2013-06-08 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
21
15
|
name: bundler
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
18
|
+
requirements:
|
|
19
|
+
- - ~>
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '1.3'
|
|
22
22
|
type: :development
|
|
23
|
-
requirement: *id001
|
|
24
|
-
- !ruby/object:Gem::Dependency
|
|
25
23
|
prerelease: false
|
|
26
|
-
version_requirements:
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
- !ruby/object:Gem::Version
|
|
31
|
-
version:
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
26
|
+
requirements:
|
|
27
|
+
- - ~>
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '1.3'
|
|
30
|
+
- !ruby/object:Gem::Dependency
|
|
32
31
|
name: rake
|
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
|
33
|
+
none: false
|
|
34
|
+
requirements:
|
|
35
|
+
- - ! '>='
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: '0'
|
|
33
38
|
type: :development
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
39
|
+
prerelease: false
|
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
42
|
+
requirements:
|
|
43
|
+
- - ! '>='
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
version: '0'
|
|
46
|
+
description: A gem that will allow you to issue custom grunt commands passed into
|
|
47
|
+
your virtual machine reducing the need for actually having grunt on your local development
|
|
48
|
+
machine.
|
|
49
|
+
email:
|
|
37
50
|
- travis.mchattie@thinksolid.com
|
|
38
51
|
executables: []
|
|
39
|
-
|
|
40
52
|
extensions: []
|
|
41
|
-
|
|
42
53
|
extra_rdoc_files: []
|
|
43
|
-
|
|
44
|
-
files:
|
|
54
|
+
files:
|
|
45
55
|
- Gemfile
|
|
46
56
|
- lib/vagrant-grunt/command.rb
|
|
47
57
|
- lib/vagrant-grunt/middleware.rb
|
|
@@ -53,29 +63,31 @@ files:
|
|
|
53
63
|
- vagrant-grunt.gemspec
|
|
54
64
|
- .gitignore
|
|
55
65
|
homepage: https://git.thinksolid.com/opensource/vagrant-plugins
|
|
56
|
-
licenses:
|
|
66
|
+
licenses:
|
|
57
67
|
- MIT
|
|
58
|
-
metadata: {}
|
|
59
|
-
|
|
60
68
|
post_install_message:
|
|
61
69
|
rdoc_options: []
|
|
62
|
-
|
|
63
|
-
require_paths:
|
|
70
|
+
require_paths:
|
|
64
71
|
- lib
|
|
65
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
73
|
+
none: false
|
|
74
|
+
requirements:
|
|
75
|
+
- - ! '>='
|
|
76
|
+
- !ruby/object:Gem::Version
|
|
77
|
+
version: '0'
|
|
78
|
+
segments:
|
|
79
|
+
- 0
|
|
80
|
+
hash: -3862582241995497233
|
|
81
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
|
+
none: false
|
|
83
|
+
requirements:
|
|
84
|
+
- - ! '>='
|
|
85
|
+
- !ruby/object:Gem::Version
|
|
72
86
|
version: 1.3.6
|
|
73
87
|
requirements: []
|
|
74
|
-
|
|
75
88
|
rubyforge_project:
|
|
76
|
-
rubygems_version:
|
|
89
|
+
rubygems_version: 1.8.23
|
|
77
90
|
signing_key:
|
|
78
|
-
specification_version:
|
|
91
|
+
specification_version: 3
|
|
79
92
|
summary: Vagrant Grunt Plugin
|
|
80
93
|
test_files: []
|
|
81
|
-
|
checksums.yaml
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
SHA512:
|
|
3
|
-
data.tar.gz: cb0cab30c0a157a8f171c1bc033b9868f12f31216ca79e963d46d113fb38c4276ebcc9d9e725dec954fc5c0c186afeba54eed4be5f1f661a6bf9234cff01ae06
|
|
4
|
-
metadata.gz: aa86d4b8c2fa2ebcf0e8ff7ee13b1c8dd5f46f1e93f58637ad10960f0a83beee3d18538c59d335b96a6f64bad3526fb0ace90a4fb83c34d63ab8777afd1277ea
|
|
5
|
-
SHA1:
|
|
6
|
-
data.tar.gz: e8978a5f57411facaeadfda3014bcf190386ceff
|
|
7
|
-
metadata.gz: 3424f9e3f668ca620f34aa1e2aa0a678a8977639
|