Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Bumped release number to 1.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Hanrigou committed Jun 9, 2009
1 parent bc078eb commit 0f86c16
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,6 +1,9 @@
Selenium-Client gem ChangeLog
=============================

1.2.16 (?)
==========
- Upgraded Selenium RC support to 1.0 (official release)

1.2.15 (2008-05-13)
===================
Expand Down
6 changes: 3 additions & 3 deletions README.markdown
Expand Up @@ -81,7 +81,7 @@ Plain API
# Sample Ruby script using the Selenium client API
#
require "rubygems"
gem "selenium-client", ">=1.2.15"
gem "selenium-client", ">=1.2.16"
require "selenium/client"

begin
Expand Down Expand Up @@ -114,7 +114,7 @@ Writing Tests
#
require "test/unit"
require "rubygems"
gem "selenium-client", ">=1.2.15"
gem "selenium-client", ">=1.2.16"
require "selenium/client"

class ExampleTest < Test::Unit::TestCase
Expand Down Expand Up @@ -152,7 +152,7 @@ Writing Tests

require 'rubygems'
gem "rspec", "=1.2.6"
gem "selenium-client", ">=1.2.15"
gem "selenium-client", ">=1.2.16"
require "selenium/client"
require "selenium/rspec/spec_helper"

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -202,7 +202,7 @@ end
specification = Gem::Specification.new do |s|
s.name = "selenium-client"
s.summary = "Official Ruby Client for Selenium RC."
s.version = "1.2.15"
s.version = "1.2.16"
s.author = "OpenQA"
s.email = 'selenium-client@rubyforge.org'
s.homepage = "http://selenium-client.rubyforge.com"
Expand Down
2 changes: 1 addition & 1 deletion examples/rspec/google_spec.rb
@@ -1,6 +1,6 @@
require 'rubygems'
gem "rspec", "=1.2.6"
gem "selenium-client", ">=1.2.15"
gem "selenium-client", ">=1.2.16"
require "selenium/client"
require "selenium/rspec/spec_helper"

Expand Down
2 changes: 1 addition & 1 deletion examples/testunit/google_test.rb
Expand Up @@ -4,7 +4,7 @@
#
require "test/unit"
require "rubygems"
gem "selenium-client", ">=1.2.15"
gem "selenium-client", ">=1.2.16"
require "selenium/client"

class ExampleTest < Test::Unit::TestCase
Expand Down

0 comments on commit 0f86c16

Please sign in to comment.