a11y_agent 0.0.11 → 0.0.12

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
  SHA256:
3
- metadata.gz: 4d44bfca7bf40aa30f577afb529230ceb0a48d2d61fdcd15881ddfa23463b029
4
- data.tar.gz: 2f47cce21e5c8e0d12c6ab5507af0765298b35a53ea482321b75469f530f485a
3
+ metadata.gz: 2a7493a6bb46ce2e52d663e2b1972ac0664339be3317604fb5fb8957ff209403
4
+ data.tar.gz: 77ad379603264914462dcb118b1082b03a7d88bf6f346d3feac341fc15ef37b1
5
5
  SHA512:
6
- metadata.gz: '09b597768519f7653bdfb04c619252d58316659bf98da62357359fdcb7475bfc017fbccef8465822af510da4e87c5a7d41cb9a933f804f9ea5549dee68a0e153'
7
- data.tar.gz: d30402962afb1f2449afd648c7fea4455bb17fb0bc126d45ce20bfc22a6f2448a0e40aca42c9ac50ee0f604bfc26082c2dfc19f4b960ba13e79cf677b669ac33
6
+ metadata.gz: 32fe6b574cc3d27f4e2d4aaa6e3ce7da83974c3a334e0df36e8458ca429bf5547c71a5169a723910bb7dfc2f74052945b9299d9189cda69a13aa92394eb5a644
7
+ data.tar.gz: 7fe424775861271b8bb689a0d4cd425153f8beb0933a9cdfe7cc16d6046ec619b332261742df9120019020351502216db69e29d105c921a4e1082123555a7121
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module A11yAgent
4
- VERSION = '0.0.11'
4
+ VERSION = '0.0.12'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: a11y_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Cundiff
@@ -147,27 +147,6 @@ files:
147
147
  - LICENSE
148
148
  - README.md
149
149
  - Rakefile
150
- - fixtures/react/.eslintrc
151
- - fixtures/react/.gitignore
152
- - fixtures/react/package-lock.json
153
- - fixtures/react/package.json
154
- - fixtures/react/public/index.html
155
- - fixtures/react/readme.md
156
- - fixtures/react/src/index.js
157
- - fixtures/react/src/todo/app.css
158
- - fixtures/react/src/todo/app.jsx
159
- - fixtures/react/src/todo/components/footer.jsx
160
- - fixtures/react/src/todo/components/header.jsx
161
- - fixtures/react/src/todo/components/input.jsx
162
- - fixtures/react/src/todo/components/item.jsx
163
- - fixtures/react/src/todo/components/main.jsx
164
- - fixtures/react/src/todo/constants.js
165
- - fixtures/react/src/todo/reducer.js
166
- - fixtures/react/webpack.common.js
167
- - fixtures/react/webpack.dev.js
168
- - fixtures/react/webpack.prod.js
169
- - fixtures/sample.html
170
- - fixtures/sample.tsx
171
150
  - lib/a11y_agent/version.rb
172
151
  - lib/agents/a11y_agent.rb
173
152
  - lib/generators/confirmable_fix_generator.rb
@@ -1,13 +0,0 @@
1
- {
2
- "extends": ["eslint:recommended", "plugin:react/recommended"],
3
- "settings": {
4
- "react": {
5
- "version": "17.0.2"
6
- }
7
- },
8
- "rules": {
9
- "no-extra-parens": 0,
10
- "react/prop-types": 0,
11
- "react/react-in-jsx-scope": 0
12
- }
13
- }
@@ -1,3 +0,0 @@
1
- .DS_Store
2
- /node_modules
3
- dist/