README.markdown in selenium-rc-latest-2.39.0 vs README.markdown in selenium-rc-latest-2.47.1

- old
+ new

@@ -2,10 +2,10 @@ _selenium-rc_ is a convenient ruby wrapper for the Selenium Standalone Server jar (formerly Selenium RC Server) packaged as a gem. This gem bundles the latest selenium-server-standalone-{version}.jar file and provides a binary and Ruby library to manage it. ### Version ### -The current version of this gem (2.39.0) packages Selenium Standalone Server 2.39.0 - [http://selenium.googlecode.com/files/selenium-server-standalone-2.39.0.jar](http://selenium.googlecode.com/files/selenium-server-standalone-2.39.0.jar) +The current version of this gem (2.47.1) packages Selenium Standalone Server 2.47.1 - [http://selenium.googlecode.com/files/selenium-server-standalone-2.47.1.jar](http://selenium.googlecode.com/files/selenium-server-standalone-2.47.1.jar) ### Basic Ruby Usage ### server = SeleniumRC::Server.boot('localhost') #=> Starts a Selenium Server accessible via http://localhost:4444 (the default port)