Skip to content

Commit

Permalink
Remove binstubs used for troubleshooting only. Fixes #174.
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlakshya committed Jun 2, 2020
1 parent d8012b7 commit 92cdc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webdrivers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.executables = []
s.require_paths = ['lib']

s.add_development_dependency 'ffi', '~> 1.0' # For selenium-webdriver on Windows
Expand Down

0 comments on commit 92cdc5e

Please sign in to comment.