-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", "[email protected]"] | ||
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) | ||
|