From 1f08dbb661a2c8f35707698b9c3ccdf53b59c097 Mon Sep 17 00:00:00 2001 From: Josh Branham Date: Wed, 3 Jan 2024 08:22:43 -0700 Subject: [PATCH] Add Josh and Mike to authors Signed-off-by: Josh Branham --- attr_encrypted.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/attr_encrypted.gemspec b/attr_encrypted.gemspec index 089ec267..88c9d36f 100644 --- a/attr_encrypted.gemspec +++ b/attr_encrypted.gemspec @@ -14,8 +14,8 @@ Gem::Specification.new do |s| s.summary = 'Encrypt and decrypt attributes' s.description = 'Generates attr_accessors that encrypt and decrypt attributes transparently' - s.authors = ['Sean Huber', 'S. Brent Faulkner', 'William Monk', 'Stephen Aghaulor'] - s.email = ['seah@shuber.io', 'sbfaulkner@gmail.com', 'billy.monk@gmail.com', 'saghaulor@gmail.com'] + s.authors = ['Sean Huber', 'S. Brent Faulkner', 'William Monk', 'Stephen Aghaulor', 'Josh Branham', 'Mike Vastola'] + s.email = ['seah@shuber.io', 'sbfaulkner@gmail.com', 'billy.monk@gmail.com', 'saghaulor@gmail.com', 'josh.php@gmail.com'] s.homepage = 'http://github.com/attr-encrypted/attr_encrypted' s.license = 'MIT'