jenkins-bot has submitted this change and it was merged.

Change subject: Moving gems that all repositores need to the gem
......................................................................


Moving gems that all repositores need to the gem

Change-Id: I13950d717cf951f27c6688c99c219b8ed03e75b6
---
M mediawiki-selenium.gemspec
1 file changed, 7 insertions(+), 4 deletions(-)

Approvals:
  Zfilipin: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/mediawiki-selenium.gemspec b/mediawiki-selenium.gemspec
index 0e2ae8b..842541e 100644
--- a/mediawiki-selenium.gemspec
+++ b/mediawiki-selenium.gemspec
@@ -15,10 +15,13 @@
   spec.license       = "GPL-2"
 
   spec.files         = `git ls-files`.split($/)
-  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
-  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
   spec.require_paths = ["lib"]
 
-  spec.add_development_dependency "bundler", "~> 1.3"
-  spec.add_development_dependency "rake"
+  spec.add_runtime_dependency "cucumber"
+  spec.add_runtime_dependency "json"
+  spec.add_runtime_dependency "net-http-persistent"
+  spec.add_runtime_dependency "page-object"
+  spec.add_runtime_dependency "rest-client"
+  spec.add_runtime_dependency "rspec-expectations"
+  spec.add_runtime_dependency "syntax"
 end

-- 
To view, visit https://gerrit.wikimedia.org/r/90532
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I13950d717cf951f27c6688c99c219b8ed03e75b6
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/selenium
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: Cmcmahon <[email protected]>
Gerrit-Reviewer: Nikerabbit <[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

Reply via email to