We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5435ff0 commit 5a03878Copy full SHA for 5a03878
simplecov.gemspec
@@ -19,8 +19,8 @@ Gem::Specification.new do |gem|
19
gem.name = "simplecov"
20
gem.version = version
21
gem.platform = Gem::Platform::RUBY
22
- gem.authors = ["Christoph Olszowka"]
23
- gem.email = ["christoph at olszowka de"]
+ gem.authors = ["Christoph Olszowka", "Tobias Pfeiffer"]
+ gem.email = ["christoph at olszowka de", "[email protected]"]
24
gem.homepage = "https://github.com/simplecov-ruby/simplecov"
25
gem.summary = "Code coverage for Ruby"
26
gem.description = %(Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites)
0 commit comments