Skip to content

Commit

Permalink
Bump gem version to 2.43.0 + update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Sep 9, 2014
1 parent a017fb7 commit 4e827a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
2.43.0 (???)
============
2.43.0 (2014-09-09)
===================

* Make sure UnhandledAlertErrors includes the alert text if provided by the driver.
* Firefox
- Make sure the browser process is properly killed if silent startup hangs (#7392)
- native events support for Firefox 24, 31 and 32
* Loosen websocket dependency to ~> 1.0
* Add support for `switch_to.parent_frame` (thanks abotalov)
* Fix download location for Selenium::Server.{latest,get} (#7049 - thanks marekj)
Expand Down
2 changes: 1 addition & 1 deletion rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ end

Gem::Specification.new do |s|
s.name = "selenium-webdriver"
s.version = "2.43.0.dev"
s.version = "2.43.0"

s.authors = ["Jari Bakken"]
s.email = "jari.bakken@gmail.com"
Expand Down

0 comments on commit 4e827a6

Please sign in to comment.