Updated authors and emails for gemspec.
This commit is contained in:
parent
6194421972
commit
3cbd80780e
6
Rakefile
6
Rakefile
|
@ -4,9 +4,9 @@ begin
|
|||
require 'jeweler'
|
||||
Jeweler::Tasks.new do |gemspec|
|
||||
gemspec.name = "vagrant"
|
||||
gemspec.summary = "Create virtualized development environments"
|
||||
gemspec.description = "Create virtualized development environments"
|
||||
gemspec.email = "todo@todo.com"
|
||||
gemspec.summary = "Vagrant is a tool for building and distributing virtualized development environments."
|
||||
gemspec.description = "Vagrant is a tool for building and distributing virtualized development environments."
|
||||
gemspec.email = ["mitchell.hashimoto@gmail.com", "john.m.bender@gmail.com"]
|
||||
gemspec.homepage = "http://github.com/mitchellh/vagrant"
|
||||
gemspec.authors = ["Mitchell Hashimoto", "John Bender"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue