mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Updated authors and emails for gemspec.
This commit is contained in:
parent
6194421972
commit
3cbd80780e
1 changed files with 3 additions and 3 deletions
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 a new issue