Skip to content

Commit

Permalink
Make sure selenium-manager and server JAR are packed into gem
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Nov 1, 2022
1 parent 6a198b5 commit 966ca79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions rb/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ ruby_gem(
":firefox",
":ie",
":safari",
":remote",
],
)

Expand Down
6 changes: 5 additions & 1 deletion rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,15 @@ 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'
] + Dir['lib/selenium/webdriver/**/*']
]
s.files += Dir['bin/**/*']
s.files += Dir['lib/selenium/webdriver/**/*']

s.bindir = 'bin'
s.require_paths = ['lib']

s.add_runtime_dependency 'childprocess', ['>= 0.5', '< 5.0']
Expand Down

0 comments on commit 966ca79

Please sign in to comment.