From 5e2ed6a984837ff30efa39ebd36e2ee5fc607c89 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Sun, 18 Dec 2016 10:28:13 +0900 Subject: [PATCH] update readme and template (#418) --- contributing.md | 9 ++++++--- readme.md | 3 ++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/contributing.md b/contributing.md index a2a1199b..76595b08 100644 --- a/contributing.md +++ b/contributing.md @@ -35,7 +35,10 @@ Android tests require running on physical hardware with Android 5.0 (API 21). Th 4. Add release information on GitHub: https://github.com/appium/ruby_lib/releases - Template ``` -1. Enhancements -2. Bug fixes -3. Deprecations +### 1. Enhancements + +### 2. Bug fixes + +### 3. Deprecations ``` + diff --git a/readme.md b/readme.md index b682064b..3919e906 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,8 @@ Helper methods for writing cross platform (iOS, Android) tests in Ruby using Appium. Note that user waits should not exceed 120 seconds if they're going to run on Sauce Labs. Make sure you're using Appium 1.0.0 or newer and Ruby 2.2+ with upgraded rubygems and bundler. -(XCUITest for iOS requires over Appium 1.6.0) + +XCUITest for iOS requires `Appium 1.6.0+`. `appium_lib9.1.0+` requires `selenium-webdriver3.0.2+`.(`appium_lib9.0.0` or less requires `selenium-webdriver2.x`) #### Start appium server