Zfilipin has uploaded a new change for review. https://gerrit.wikimedia.org/r/110951
Change subject: Added missing contributors ...................................................................... Added missing contributors Change-Id: I630956de74cc6219748c3f6f58ad209b6631caa8 --- M CREDITS M mediawiki-selenium.gemspec 2 files changed, 6 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/selenium refs/changes/51/110951/1 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: newchange Gerrit-Change-Id: I630956de74cc6219748c3f6f58ad209b6631caa8 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/selenium Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
