Skip to content

Commit 5a03878

Browse files
committed
authors.add self
1 parent 5435ff0 commit 5a03878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simplecov.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Gem::Specification.new do |gem|
1919
gem.name = "simplecov"
2020
gem.version = version
2121
gem.platform = Gem::Platform::RUBY
22-
gem.authors = ["Christoph Olszowka"]
23-
gem.email = ["christoph at olszowka de"]
22+
gem.authors = ["Christoph Olszowka", "Tobias Pfeiffer"]
23+
gem.email = ["christoph at olszowka de", "[email protected]"]
2424
gem.homepage = "https://github.com/simplecov-ruby/simplecov"
2525
gem.summary = "Code coverage for Ruby"
2626
gem.description = %(Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites)

0 commit comments

Comments
 (0)