knife-vagrant3 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 903e63d91b1390d43259125945d61be2da6e0d94
4
- data.tar.gz: a6639aab2fa6aa981343c1f81331b5a5f763a6d3
3
+ metadata.gz: d399f5c3ab2fe1b9827937cc3b7a23c541f68132
4
+ data.tar.gz: 830c702ed19931524fd9f668c514f6f58b98328c
5
5
  SHA512:
6
- metadata.gz: ca1a239ff9aa4719786ae503ea52836262d7b80260aa7a32213468279036208fd84a5c5abbadf54a6d64fc96b2b8a12263c8768dea7d9438c620edc6639d3620
7
- data.tar.gz: b98869c57ad6d4bd9be1ed25b20f0c67f40985a00803a4216da3788b4778728077e84afae20c0e2ffc7a4e8ce1df00cc289292bc3df6c60a95a92e7bf0cb4d9a
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 an attach storage when launching the boxes.
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.
@@ -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 = ['Markus Kern']
9
- s.email = ['chef@mkern.fastmail.fm']
10
- s.homepage = 'https://github.com/makern/knife-vagrant2'
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'
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module Vagrant
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  MAJOR, MINOR, TINY = VERSION.split('.')
5
5
  end
6
6
  end
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - Markus Kern
7
+ - Mevan Samaratunga
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-12 00:00:00.000000000 Z
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
- - chef@mkern.fastmail.fm
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/makern/knife-vagrant2
65
+ homepage: https://github.com/mevansam/knife-vagrant3
66
66
  licenses:
67
67
  - Apache 2.0
68
68
  metadata: {}