axe-core-watir 2.6.1.pre.a3ba8a2 → 2.6.1.pre.b702a53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a86f5223e2426f39f79bc1328e926c55c0b84523bb3870a6799266002b3454c2
4
- data.tar.gz: 87f491fe297c0323cd4cacded3e7cb3ce0a550bd495f538f71e0ba658e69365d
3
+ metadata.gz: c257ffde0c40a9f1240158d5777aece3dbe6e7888d243afea77ba425cb0d8cbb
4
+ data.tar.gz: c3ca84cfacb9062dd0bcda42e4597c90f287214111a345b8634c576c4030b541
5
5
  SHA512:
6
- metadata.gz: f40f163169c1737fe4f46aa58a809e48ac946d0e6f6abed1072847719b7496ec929afb428e39b2572a5092333818b3e890decd016d851445ffbb630448a05baa
7
- data.tar.gz: 9b9b035671630a9182cc66aa4e4900024200a2dd2aeb88f676ca55773263799af36218a247e2019ec6d8ea562adcdc9a4d8ededd85ce05ca1c2ba6a352c6ab1a
6
+ metadata.gz: 70763283caac2ba8702ec058eed15d24e58b0700ca6ad3d80ac2ed02742881369c5fc7f49586a6c143da99758627f5380814c4a437b114e651db12218feee609
7
+ data.tar.gz: f30faa90848ed4bed518623f00e5ad06dbd129b29fa65929f39f93408960111017ec92e67bb85dbda396c83f1aa6a6e4135a37430984dbd02c385536d03d0925
data/README.md CHANGED
@@ -4,11 +4,20 @@ The `axe-core-watir` gem provides a chainable [axe API][] for [Watir][] and auto
4
4
 
5
5
  ## Usage
6
6
 
7
+ - In your Gemfile, add the `axe-core-watir` gem.
8
+
9
+ ```Gemfile
10
+ source "https://rubygems.org"
11
+
12
+ gem 'axe-core-watir'
13
+ ```
14
+
15
+ - Require `axe-watir` and use the exported member `AxeWatir`.
16
+
7
17
  ```rb
8
- require 'axe-core-watir'
18
+ require 'axe-watir'
9
19
 
10
20
  # configure `AxeWatir`
11
-
12
21
  driver = AxeWatir.configure(:firefox) do |c|
13
22
  # see below for a full list of configuration
14
23
  c.jslib_path = "next-version/axe.js"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: axe-core-watir
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.1.pre.a3ba8a2
4
+ version: 2.6.1.pre.b702a53
5
5
  platform: ruby
6
6
  authors:
7
7
  - Deque Systems
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-24 00:00:00.000000000 Z
11
+ date: 2020-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dumb_delegator