knife-vagrant3 0.0.1 → 0.0.2
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 +4 -4
- data/README.md +1 -1
- data/knife-vagrant3.gemspec +3 -3
- data/lib/knife-vagrant/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d399f5c3ab2fe1b9827937cc3b7a23c541f68132
|
|
4
|
+
data.tar.gz: 830c702ed19931524fd9f668c514f6f58b98328c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: afb19fa121f3321371c25f712a1c41ca36b344163f56a6d162a2c48bb292864edc3d90686d16ef737ebf1a0444c574f8c14d80ab7ebcaefa19936484bda506f9
|
|
7
|
+
data.tar.gz: dada0dd1f7979708251f14aaada89aee206e185e8f260a70f2376d687ce231b335efa4bc5429e0dd4fa96ccdb01e0df4511f09e2624a00659e7b67c1aca441ad
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
knife-vagrant3
|
|
2
2
|
==============
|
|
3
3
|
|
|
4
|
-
This plugin is an extended version of the [knife-vagrant2 plugin](https://github.com/makern/knife-vagrant2), that adds the ability to create
|
|
4
|
+
This plugin is an extended version of the [knife-vagrant2 plugin](https://github.com/makern/knife-vagrant2), that adds the ability to create and attach storage when launching the boxes.
|
data/knife-vagrant3.gemspec
CHANGED
|
@@ -5,9 +5,9 @@ require 'knife-vagrant/version'
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
6
|
s.name = 'knife-vagrant3'
|
|
7
7
|
s.version = Knife::Vagrant::VERSION
|
|
8
|
-
s.authors = ['
|
|
9
|
-
s.email = ['
|
|
10
|
-
s.homepage = 'https://github.com/
|
|
8
|
+
s.authors = ['Mevan Samaratunga']
|
|
9
|
+
s.email = ['mevansam@gmail.com']
|
|
10
|
+
s.homepage = 'https://github.com/mevansam/knife-vagrant3'
|
|
11
11
|
s.summary = %q{Vagrant support for Chef's knife command}
|
|
12
12
|
s.description = s.summary
|
|
13
13
|
s.license = 'Apache 2.0'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knife-vagrant3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Mevan Samaratunga
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-12-
|
|
11
|
+
date: 2014-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: chef
|
|
@@ -40,7 +40,7 @@ dependencies:
|
|
|
40
40
|
version: '0'
|
|
41
41
|
description: Vagrant support for Chef's knife command
|
|
42
42
|
email:
|
|
43
|
-
-
|
|
43
|
+
- mevansam@gmail.com
|
|
44
44
|
executables: []
|
|
45
45
|
extensions: []
|
|
46
46
|
extra_rdoc_files: []
|
|
@@ -62,7 +62,7 @@ files:
|
|
|
62
62
|
- lib/chef/knife/vagrant_server_suspend.rb
|
|
63
63
|
- lib/chef/knife/vagrant_server_up.rb
|
|
64
64
|
- lib/knife-vagrant/version.rb
|
|
65
|
-
homepage: https://github.com/
|
|
65
|
+
homepage: https://github.com/mevansam/knife-vagrant3
|
|
66
66
|
licenses:
|
|
67
67
|
- Apache 2.0
|
|
68
68
|
metadata: {}
|