Skip to content

Commit

Permalink
rb - update Ruby changelog and version for Ruby-only beta point release
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Aug 3, 2016
1 parent 514156c commit 2421617
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.0.0.beta2.1 (2016-08-03)
===================

Ruby:
* Fixed bug in collections

3.0.0.beta2 (2016-08-02)
===================

Expand Down
2 changes: 1 addition & 1 deletion rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ raise "cwd must be #{root} when reading gemspec" if root != Dir.pwd

Gem::Specification.new do |s|
s.name = 'selenium-webdriver'
s.version = '3.0.0.dev2'
s.version = '3.0.0.beta2.1'

s.authors = ['Alex Rodionov', 'Titus Fortner']
s.email = ['p0deje@gmail.com', 'titusfortner@gmail.com']
Expand Down

0 comments on commit 2421617

Please sign in to comment.