axe-core-watir 2.6.1.pre.a3ba8a2 → 4.0.0.pre.41da1f0

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: 67167b18fce1b02cc6a1aa2847474b536163c66a60b26507314af3cf04238c49
4
+ data.tar.gz: 1fa6626bc2791fe30d5344a9ba45a7244f0c9248d6d13a2dad9df7a891b2f859
5
5
  SHA512:
6
- metadata.gz: f40f163169c1737fe4f46aa58a809e48ac946d0e6f6abed1072847719b7496ec929afb428e39b2572a5092333818b3e890decd016d851445ffbb630448a05baa
7
- data.tar.gz: 9b9b035671630a9182cc66aa4e4900024200a2dd2aeb88f676ca55773263799af36218a247e2019ec6d8ea562adcdc9a4d8ededd85ce05ca1c2ba6a352c6ab1a
6
+ metadata.gz: 1cbe7181a587b333b2ddd0de95356ba0814810b29348fd71cb0822496bf888d5114a54877f5507db523206fa563e1f6f2b43369ecca58f3e08a9a255ecbda805
7
+ data.tar.gz: 2fcdeee99fb82390728f886b20820c3aaf778eb8828d0aa2f0cf7af0557fab4e77e3b9916a012474fc5e2b4d18e2b3dc37b7aaccc7e0e52f4a85e3642aa43530
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: 4.0.0.pre.41da1f0
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-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dumb_delegator