access_lint 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/README.md +25 -7
- data/Vendorfile +6 -0
- data/lib/access_lint/version.rb +1 -1
- data/vendor/access-lint/bin/auditor.js +1 -1
- data/vendor/google-chrome/accessibility-developer-tools/README.md +127 -0
- data/vendor/{access-lint/vendor/google-chrome → google-chrome/accessibility-developer-tools/gen}/axs_testing.js +578 -555
- metadata +5 -5
- data/.gitmodules +0 -3
- data/vendor/access-lint/test.html +0 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: access_lint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cameron Cundiff
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-08-
|
11
|
+
date: 2013-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -61,12 +61,12 @@ extensions: []
|
|
61
61
|
extra_rdoc_files: []
|
62
62
|
files:
|
63
63
|
- .gitignore
|
64
|
-
- .gitmodules
|
65
64
|
- .rspec
|
66
65
|
- Gemfile
|
67
66
|
- LICENSE.txt
|
68
67
|
- README.md
|
69
68
|
- Rakefile
|
69
|
+
- Vendorfile
|
70
70
|
- access_lint.gemspec
|
71
71
|
- bin/access_lint
|
72
72
|
- lib/access_lint.rb
|
@@ -78,8 +78,8 @@ files:
|
|
78
78
|
- spec/spec_helper.rb
|
79
79
|
- vendor/access-lint/README.md
|
80
80
|
- vendor/access-lint/bin/auditor.js
|
81
|
-
- vendor/
|
82
|
-
- vendor/
|
81
|
+
- vendor/google-chrome/accessibility-developer-tools/README.md
|
82
|
+
- vendor/google-chrome/accessibility-developer-tools/gen/axs_testing.js
|
83
83
|
homepage: https://github.com/ckundo/access_lint
|
84
84
|
licenses:
|
85
85
|
- MIT
|
data/.gitmodules
DELETED