accesslint-ci 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a142da09df91cb069ed726ece2bb0d556d7e13f9
4
- data.tar.gz: d461b5d32d52bfbda8cbc7129b9bc3d92a6a22bb
3
+ metadata.gz: 6a40b7bd327b63a7a0db2fac97badfeed14a3f4c
4
+ data.tar.gz: 96e99f52089666e6656c05c4cb040116314c8469
5
5
  SHA512:
6
- metadata.gz: a7a70117d19b66380aba912ea30a53e39d0a34f952c3a532c76025643f4956d2465b3e4df8237beb1827a994a7b0609461da067329b9846d89482bc046714266
7
- data.tar.gz: a20e3a5a76f8212e82721c07c5450893450eae034996478b83949614c8f858dc423d051a292411ba1fb389e960c017c5c793035a1f6a420a81e74b55991969f0
6
+ metadata.gz: 1039e81d01cb9bdda78bfa36208783042cd1e769a9cbdcabf4f21c58398b9069d80b86d10f357017349905a06e214c5121d86c9608eb616d8943048d336b711d
7
+ data.tar.gz: e5b7628bd0431af6341b743bfb2d4cb255cb89fa81afd4f00438719f20d96446ac68460697a9d0fffa4cdc05f8e5ff117af480d50fb68d3d1d2a7a22e77287b4
data/README.md CHANGED
@@ -7,6 +7,8 @@ accesslint-ci will crawl a host site and run accessibility assertions on the
7
7
  pages. If there are any new accessibility issues, accesslint-ci will comment on
8
8
  the pull request that initiated the build in CircleCI.
9
9
 
10
+ [View an example](https://github.com/accesslint/bourbon.io/pull/1)
11
+
10
12
  ## Installation
11
13
 
12
14
  1. Set up your CircleCI environment (API tokens for CircleCI and GitHub, artifacts)
@@ -46,9 +46,9 @@ module Accesslint
46
46
  wget #{host} 2>&1 \
47
47
  --spider \
48
48
  --recursive \
49
+ --reject css,png,gif,jpg,jpeg,svg,ico,txt,woff \
49
50
  | grep '^--' \
50
51
  | awk '{ print $3 }' \
51
- | grep -v '\.\(css\|js\|png\|gif\|jpg\|svg\|ico\|txt\|woff\)$' \
52
52
  | sort \
53
53
  | uniq \
54
54
  | xargs -n1 accesslint \
@@ -1,5 +1,5 @@
1
1
  module Accesslint
2
2
  module Ci
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: accesslint-ci
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Cundiff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-15 00:00:00.000000000 Z
11
+ date: 2016-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler