Skip to content

Commit 67811b8

Browse files
committed
Bump gem to 2.38.0 + update Ruby changelog.
1 parent a70d51a commit 67811b8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Diff for: rb/CHANGES

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
2.38.0 (???)
2-
============
1+
2.38.0 (2013-12-05)
2+
===================
33

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

78

89
2.37.0 (2013-10-18)

Diff for: rb/build.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rubygem(
2-
version = "2.38.0.dev",
2+
version = "2.38.0",
33
name = "selenium-webdriver",
44
dir = "build/rb",
55
deps = [

0 commit comments

Comments
 (0)