Skip to content

Commit 9259d6c

Browse files
authored
Merge pull request #150 from rubycdp/bump-up
2 parents b02bf0c + 634eb6b commit 9259d6c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ to the browser by CDP protocol. The design of the driver is as close to
88
[Poltergeist](https://github.com/teampoltergeist/poltergeist) as possible though
99
it's not a goal.
1010

11-
[Cuprite](https://evrone.com/cuprite) designed & supported by [Evrone](https://evrone.com/)
11+
[Cuprite](https://evrone.com/cuprite) website is designed & supported by [Evrone](https://evrone.com/)
1212
What else we build [with Ruby](https://evrone.com/ruby)
1313

1414

cuprite.gemspec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,17 @@ Gem::Specification.new do |s|
1515
s.license = "MIT"
1616
s.require_paths = ["lib"]
1717
s.files = Dir["{lib}/**/*"] + %w[LICENSE README.md]
18+
s.metadata = {
19+
"homepage_uri" => "https://cuprite.rubycdp.com/",
20+
"bug_tracker_uri" => "https://github.com/rubycdp/cuprite/issues",
21+
"documentation_uri" => "https://github.com/rubycdp/cuprite/blob/master/README.md",
22+
"source_code_uri" => "https://github.com/rubycdp/cuprite",
23+
}
1824

1925
s.required_ruby_version = ">= 2.3.0"
2026

2127
s.add_runtime_dependency "capybara", ">= 2.1", "< 4"
22-
s.add_runtime_dependency "ferrum", "~> 0.10.0"
28+
s.add_runtime_dependency "ferrum", "~> 0.11.0"
2329

2430
s.add_development_dependency "image_size", "~> 2.0"
2531
s.add_development_dependency "pdf-reader", "~> 2.1"

lib/capybara/cuprite/driver.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ def wait?
363363
def invalid_element_errors
364364
[Capybara::Cuprite::ObsoleteNode,
365365
Capybara::Cuprite::MouseEventFailed,
366+
Ferrum::CoordinatesNotFoundError,
366367
Ferrum::NoExecutionContextError,
367368
Ferrum::NodeNotFoundError]
368369
end

0 commit comments

Comments
 (0)