capybara-accessible 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capybara-accessible
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Case Commons
@@ -116,7 +116,6 @@ extensions: []
116
116
  extra_rdoc_files: []
117
117
  files:
118
118
  - .gitignore
119
- - .gitmodules
120
119
  - .rspec
121
120
  - Gemfile
122
121
  - LICENSE.txt
@@ -128,6 +127,7 @@ files:
128
127
  - lib/capybara/accessible/driver.rb
129
128
  - lib/capybara/accessible/element.rb
130
129
  - lib/capybara/accessible/version.rb
130
+ - lib/vendor/google/accessibility-developer-tools/axs_testing.js
131
131
  - spec/accessible_app.rb
132
132
  - spec/driver_spec.rb
133
133
  - spec/spec_helper.rb
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