From 67e7c22f408a165603438bc10f6c63100f30c91b Mon Sep 17 00:00:00 2001 From: Jari Bakken Date: Mon, 18 Mar 2013 19:51:01 +0100 Subject: [PATCH] Use Markdown for rb/README. --- rb/{README => README.md} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename rb/{README => README.md} (80%) diff --git a/rb/README b/rb/README.md similarity index 80% rename from rb/README rename to rb/README.md index 8ef51ea0aa223..844bce81f2467 100644 --- a/rb/README +++ b/rb/README.md @@ -1,21 +1,21 @@ -= selenium-webdriver +# selenium-webdriver -This gem provides Ruby bindings for WebDriver and has been tested to work on MRI (1.8.7 through 1.9), JRuby and Rubinius. +This gem provides Ruby bindings for WebDriver and has been tested to work on MRI (1.8.7 through 2.0), JRuby and Rubinius. -= INSTALL +## Install -gem install selenium-webdriver + gem install selenium-webdriver -= LINKS +## Links * http://rubygems.org/gems/selenium-webdriver * http://selenium.googlecode.com/git/docs/api/rb/index.html * http://code.google.com/p/selenium/wiki/RubyBindings * http://code.google.com/p/selenium/issues/list -= LICENSE +## License -Copyright 2009-2012 Software Freedom Conservancy +Copyright 2009-2013 Software Freedom Conservancy Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.