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.
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.3
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-04 00:00:00.000000000 Z
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/access-lint/test.html
82
- - vendor/access-lint/vendor/google-chrome/axs_testing.js
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
@@ -1,3 +0,0 @@
1
- [submodule "vendor/accessibility-developer-tools"]
2
- path = vendor/accessibility-developer-tools
3
- url = https://github.com/GoogleChrome/accessibility-developer-tools.git
@@ -1,2 +0,0 @@
1
- <!-- control without a label will fail and audit -->
2
- <input />