README.markdown in selenium-rc-2.3.1 vs README.markdown in selenium-rc-2.3.2
- 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.3.1) packages **Selenium Standalone Server 2.0 [b1]**
+The current version of this gem (2.3.2) packages **Selenium Standalone Server 2.0 [b2]**
### Basic Ruby Usage ###
server = SeleniumRC::Server.boot('localhost')
#=> Starts a Selenium Server accessible via http://localhost:4444 (the default port)