Skip to content

Commit 48b070a

Browse files
committed
Bump Ruby version to 2.48.0, update change log
1 parent a42e132 commit 48b070a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

rb/CHANGES

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2.48.0 (2015-10-07)
2+
===================
3+
4+
Firefox:
5+
* Initial implementation of Mozilla's Wires Driver for Marionette; Supported in version 43 and higher
6+
7+
Edge:
8+
* Fix execution with Remote Server
9+
* Fix Javascript Execution
10+
* Implement Alert Handling
11+
* Implement Window Switching
12+
13+
Ruby:
14+
* Initial implementation of W3C WebDriver syntax to support Mozilla Wires
15+
* Change to RSpec expect syntax
16+
* Specs can be run from relative directories
17+
18+
119
2.47.1 (2015-07-31)
220
===================
321

rb/selenium-webdriver.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ end
77

88
Gem::Specification.new do |s|
99
s.name = "selenium-webdriver"
10-
s.version = "2.48.0.dev"
10+
s.version = "2.48.0"
1111

1212
s.authors = ["Jari Bakken"]
1313
s.email = "[email protected]"

0 commit comments

Comments
 (0)