Add myself to the gem authors (#1295)

So that it's reflected on rubygems.org, add myself to the gem authors.
This commit is contained in:
Darragh Bailey 2021-05-27 17:09:32 +01:00 committed by GitHub
parent 5fdda391e2
commit 3ff5795528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@
require File.expand_path('../lib/vagrant-libvirt/version', __FILE__)
Gem::Specification.new do |s|
s.authors = ['Lukas Stanek','Dima Vasilets','Brian Pitts']
s.email = ['ls@elostech.cz','pronix.service@gmail.com','brian@polibyte.com']
s.authors = ['Lukas Stanek','Dima Vasilets','Brian Pitts','Darragh Bailey']
s.email = ['ls@elostech.cz','pronix.service@gmail.com','brian@polibyte.com','daragh.bailey@gmail.com']
s.license = 'MIT'
s.description = %q{libvirt provider for Vagrant.}
s.summary = %q{libvirt provider for Vagrant.}