Skip to content

Commit

Permalink
Bumping version number in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Hanrigou committed Jan 12, 2010
1 parent 41710e4 commit 49bc1a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/rspec/google_spec.rb
@@ -1,6 +1,6 @@
require 'rubygems'
gem "rspec", ">=1.2.8"
gem "selenium-client", ">=1.2.17"
gem "selenium-client", ">=1.2.18"
require "selenium/client"
require "selenium/rspec/spec_helper"

Expand Down
2 changes: 1 addition & 1 deletion examples/script/google.rb
Expand Up @@ -3,7 +3,7 @@
# Sample Ruby script using the Selenium client API
#
require "rubygems"
gem "selenium-client", ">=1.2.17"
gem "selenium-client", ">=1.2.18"
require "selenium/client"

begin
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.17"
gem "selenium-client", ">=1.2.18"
require "selenium/client"

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

0 comments on commit 49bc1a2

Please sign in to comment.