README.rdoc in watir-performance-0.5.4 vs README.rdoc in watir-performance-0.6.0

- old
+ new

@@ -1,20 +1,17 @@ = watir-performance {<img src="https://badge.fury.io/rb/watir-performance.svg" alt="Gem Version" />}[https://badge.fury.io/rb/watir-performance] -{<img src="https://beta.gemnasium.com/badges/github.com/MacCracken/watir-performance.svg" alt="Dependency Status" />}[https://beta.gemnasium.com/projects/github.com/MacCracken/watir-performance] {<img src="https://api.codeclimate.com/v1/badges/ce9c9de5e6146dedab27/maintainability" />}[https://codeclimate.com/github/MacCracken/watir-performance/maintainability] {<img src="https://travis-ci.org/MacCracken/watir-performance.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/MacCracken/watir-performance] -Predecessor to https://github.com/90kts/watir-webdriver-performance for Watir as opposed to watir-webdriver. +Successor to 90kts:watir-webdriver-performance[https://github.com/90kts/watir-webdriver-performance] for Watir as opposed to watir-webdriver. The Watir-Performance aims to provide a set of navigation timing metrics for Watir[https://github.com/watir/watir] actions using a {W3C page performance standard}[http://w3c-test.org/webperf/specs/NavigationTiming/]. This is a perfect solution to capture response time metrics, and it’s very straightforward to do. Works for Chrome, Firefox, Edge and IE9 and up. Currently no Safari support. -This gem collects and summarises metrics speficied in the W3C Navigation -web performance specifications at -https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html when using -watir and a compatible browser. +This gem collects and summarises metrics speficied in the W3C:Navigation[https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html] +web performance specifications when using watir and a compatible browser. == Example output of browser.performance All summary times are in milliseconds, and are an abstraction of the w3c web performance specification. @@ -80,9 +77,9 @@ * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. == Copyright -Copyright (c) 2011 Tim Koopmans, 2017 Robert MacCracken. +Copyright (c) 2018 Robert MacCracken, 2011 Tim Koopmans See LICENSE.txt for further details.