From 5a03878968b2ab240ff54a658d96df6a692206a3 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Sun, 16 Aug 2020 16:04:04 +0200 Subject: [PATCH] authors.add self --- simplecov.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simplecov.gemspec b/simplecov.gemspec index 474ed812..6ac3136a 100644 --- a/simplecov.gemspec +++ b/simplecov.gemspec @@ -19,8 +19,8 @@ Gem::Specification.new do |gem| gem.name = "simplecov" gem.version = version gem.platform = Gem::Platform::RUBY - gem.authors = ["Christoph Olszowka"] - gem.email = ["christoph at olszowka de"] + gem.authors = ["Christoph Olszowka", "Tobias Pfeiffer"] + gem.email = ["christoph at olszowka de", "pragtob@gmail.com"] gem.homepage = "https://github.com/simplecov-ruby/simplecov" gem.summary = "Code coverage for Ruby" gem.description = %(Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites)