Skip to content

Commit

Permalink
Bump Ruby version to 2.45.0, update change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Feb 27, 2015
1 parent 5017cb8 commit a26595f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
2.45.0.dev (???)
============
2.45.0 (2014-02-28)
===================

Firefox:
* Native events in Firefox relied on an API that Mozilla no longer
provides. As such, fall back to synthesized events on recent Firefox
versions.

Ruby changes:
* Allow switching windows when current window is closed (thanks Titus Fortner).
* Add :javascript_enabled to Android capabilities.

2.44.0 (2014-10-05)
===================
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.45.0.dev3"
s.version = "2.45.0"

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

0 comments on commit a26595f

Please sign in to comment.