diff --git a/attr_encrypted.gemspec b/attr_encrypted.gemspec index 089ec26..a556d41 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', 'Mike@Vasto.la'] s.homepage = 'http://github.com/attr-encrypted/attr_encrypted' s.license = 'MIT'