axe-core-selenium 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 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d9cce36a971e36f3d14727adc59ab8ec7b87160dc0bbd50a1b99713685d28b3
4
- data.tar.gz: be6b3f2ec605720be45278e94c0cbfce505b0781d4a003d69f43f5e88f11cf26
3
+ metadata.gz: 8a735277ebddea9ce83a19ab93c33a98c805d4b68406dc836549f438099b2226
4
+ data.tar.gz: 9fd98eefc48a551c0aca2cec2046964a1ae319618a73bfc629b60c34590626f3
5
5
  SHA512:
6
- metadata.gz: b18c0d53a752d4c806f5e95491afec3731809d49bc686b84898c9ad5dd1436df2bfbd2a965349e971dcd590ab93ee08151c1fafe1c28389584f29156136da09d
7
- data.tar.gz: 90446fe910b565b205b5ae7e129ccee0e54d0eef34eeed2080043eaec000d61dfb76b273a8595177a861d33b9513b3411e59951776946a74e948d3fb1232f9a4
6
+ metadata.gz: a2c3ffd06085f493ba6ee813a19399c6b096af5238a45be04ac5e4a758d372676aa4ecf4047a59e13226f115c4d4df0f0e7468c886080c1ad5792f00ab95935a
7
+ data.tar.gz: 3077470b0203cd1048e2e4d835f375c37e955fc959d01d16186bc0311cd7a80afb25e20939a11bd42c010b61054286b91511ba677b5a1cea74edabe23c7f1f02
data/README.md CHANGED
@@ -4,8 +4,18 @@ The `axe-core-selenium` gem provides a chainable [axe API][] for [Selenium WebDr
4
4
 
5
5
  ## Usage
6
6
 
7
+ - In your Gemfile, add the `axe-core-selenium` gem.
8
+
9
+ ```Gemfile
10
+ source "https://rubygems.org"
11
+
12
+ gem 'axe-core-selenium'
13
+ ```
14
+
15
+ - Require `axe-selenium` and use the exported member `AxeSelenium`.
16
+
7
17
  ```rb
8
- require 'axe-core-selenium'
18
+ require 'axe-selenium'
9
19
 
10
20
  # configure `AxeSelenium`
11
21
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: axe-core-selenium
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