Skip to content

Commit

Permalink
Bump gem to 2.38.0 + update Ruby changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Dec 5, 2013
1 parent a70d51a commit 67811b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
2.38.0 (???)
============
2.38.0 (2013-12-05)
===================

* Enforce required ruby version in gemspec, not just through rubyzip.
* Expose the logging API (beta, subject to change) in the Ruby client: driver.manage.logs #=> Selenium::WebDriver::Logs
* Enforce required Ruby version in gemspec, not just transitively through rubyzip.
* Expose the logging API (beta API, subject to change) in the Ruby client: driver.manage.logs #=> Selenium::WebDriver::Logs
* Update to support native events for Firefox 25


2.37.0 (2013-10-18)
Expand Down
2 changes: 1 addition & 1 deletion rb/build.desc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rubygem(
version = "2.38.0.dev",
version = "2.38.0",
name = "selenium-webdriver",
dir = "build/rb",
deps = [
Expand Down

0 comments on commit 67811b8

Please sign in to comment.