RELEASING in selenium-rc-2.3.2 vs RELEASING in selenium-rc-2.4.0

- old
+ new

@@ -2,6 +2,12 @@ $ bundle install #=> Get yer dependencies * edit Thorfile with the path to the latest Selenium Jar $ thor joe:download #=> downloads the latest Selenium Jar file $ rake #=> make sure they're green - $ gem build selenium-rc.gemspec + $ manually edit lib/selenium-rc/version.rb with the desired version because gem-release is too dumb to do it right + $ manually edit selenium-rc.gemspec to contain the version # can't gem-release do this for us??? + $ manually edit the README.markdown to update the version of the gem + $ manually edit the README.markdown to update the version of the new selenium-rc jar (which you pasted in Thorfile) + $ git commit everything thus far + $ git push + $ gem release --tag