jenkins-bot has submitted this change and it was merged. Change subject: Added missing contributors ......................................................................
Added missing contributors Change-Id: I630956de74cc6219748c3f6f58ad209b6631caa8 --- M CREDITS M mediawiki-selenium.gemspec 2 files changed, 6 insertions(+), 2 deletions(-) Approvals: Jhall: Looks good to me, approved Manybubbles: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/CREDITS b/CREDITS index fc59409..898b2f7 100644 --- a/CREDITS +++ b/CREDITS @@ -5,4 +5,8 @@ For further details on licensing, see the LICENSE file. == Developers == +* Chris McMahon +* Jeff Hall +* Nikolas Everett +* Tobias Gritschacher * Željko Filipin diff --git a/mediawiki-selenium.gemspec b/mediawiki-selenium.gemspec index dbef1a4..2042dd0 100644 --- a/mediawiki-selenium.gemspec +++ b/mediawiki-selenium.gemspec @@ -6,8 +6,8 @@ Gem::Specification.new do |spec| spec.name = "mediawiki-selenium" spec.version = Mediawiki::Selenium::VERSION - spec.authors = ["Zeljko Filipin"] - spec.email = ["[email protected]"] + spec.authors = ["Chris McMahon", "Jeff Hall", "Nikolas Everett", "Tobias Gritschacher", "Željko Filipin"] + spec.email = ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]"] spec.description = %q{Several MediaWiki extensions share code that makes it easy to run Selenium tests. This gem makes it easy to update the shared code.} spec.summary = %q{An easy way to run MediaWiki Selenium tests.} -- To view, visit https://gerrit.wikimedia.org/r/110951 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I630956de74cc6219748c3f6f58ad209b6631caa8 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/selenium Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: Jhall <[email protected]> Gerrit-Reviewer: Manybubbles <[email protected]> Gerrit-Reviewer: Tobias Gritschacher <[email protected]> Gerrit-Reviewer: Zfilipin <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
