Skip to content

Commit

Permalink
Do not pack server JAR into selenium-webdriver gem
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Nov 2, 2022
1 parent e14c264 commit b9ba6c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
14 changes: 6 additions & 8 deletions rb/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ ruby_library(
"lib/selenium/webdriver/atoms.rb",
"lib/selenium/webdriver/common/**/*.rb",
"lib/selenium/webdriver/common.rb",
"lib/selenium/webdriver/remote/**/*.rb",
"lib/selenium/webdriver/remote.rb",
"lib/selenium/webdriver/support/**/*.rb",
"lib/selenium/webdriver/support.rb",
"lib/selenium/webdriver/version.rb",
Expand Down Expand Up @@ -181,7 +179,7 @@ ruby_library(
srcs = glob([
"lib/selenium/webdriver/remote/**/*.rb",
"lib/selenium/webdriver/remote.rb",
]) + [":selenium-server-deploy"],
]),
deps = [":common"],
)

Expand Down Expand Up @@ -443,7 +441,7 @@ ruby_test(
"spec/integration/selenium/webdriver/*_spec.rb",
"spec/integration/selenium/webdriver/chrome/**/*_spec.rb",
"spec/integration/selenium/webdriver/remote/**/*_spec.rb",
]),
]) + [":selenium-server-deploy"],
args = [
"--format",
"documentation",
Expand Down Expand Up @@ -472,7 +470,7 @@ ruby_test(
"spec/integration/selenium/webdriver/*_spec.rb",
"spec/integration/selenium/webdriver/edge/**/*_spec.rb",
"spec/integration/selenium/webdriver/remote/**/*_spec.rb",
]),
]) + [":selenium-server-deploy"],
args = [
"--format",
"documentation",
Expand Down Expand Up @@ -501,7 +499,7 @@ ruby_test(
"spec/integration/selenium/webdriver/*_spec.rb",
"spec/integration/selenium/webdriver/firefox/**/*_spec.rb",
"spec/integration/selenium/webdriver/remote/**/*_spec.rb",
]),
]) + [":selenium-server-deploy"],
args = [
"--format",
"documentation",
Expand Down Expand Up @@ -530,7 +528,7 @@ ruby_test(
"spec/integration/selenium/webdriver/*_spec.rb",
"spec/integration/selenium/webdriver/remote/**/*_spec.rb",
"spec/integration/selenium/webdriver/safari/**/*_spec.rb",
]),
]) + [":selenium-server-deploy"],
args = [
"--format",
"documentation",
Expand Down Expand Up @@ -558,7 +556,7 @@ ruby_test(
"spec/integration/selenium/webdriver/*_spec.rb",
"spec/integration/selenium/webdriver/remote/**/*_spec.rb",
"spec/integration/selenium/webdriver/safari/**/*_spec.rb",
]),
]) + [":selenium-server-deploy"],
args = [
"--format",
"documentation",
Expand Down
1 change: 0 additions & 1 deletion rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Gem::Specification.new do |s|
'Gemfile',
'README.md',
'selenium-webdriver.gemspec',
'selenium_server_deploy.jar',
'lib/selenium-webdriver.rb',
'lib/selenium/server.rb',
'lib/selenium/webdriver.rb'
Expand Down

0 comments on commit b9ba6c0

Please sign in to comment.