ada_matcher 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +2 -1
  2. data/lib/ada_matcher/version.rb +1 -1
  3. metadata +3 -3
data/README.md CHANGED
@@ -11,6 +11,7 @@ problems.
11
11
  What this code can do
12
12
  ---------------------
13
13
  The Matcher will scan HTML and evaluate these ADA/accessibility points:
14
+
14
15
  * Image tags should include alt text (see Notes below)
15
16
 
16
17
  * Link tags should include explanatory titles
@@ -93,7 +94,7 @@ some optional arguments:
93
94
 
94
95
  * `meet_ada_requirements(:all)` = run all ADA checks
95
96
 
96
- * `meet_ada_requirements(:some_specific_test_name])` = run just one ADA check
97
+ * `meet_ada_requirements(:some_specific_test_name)` = run just one ADA check
97
98
 
98
99
  * `meet_ada_requirements([:one_test, :another_test, :a_third_test])` = run several specific checks
99
100
 
@@ -1,3 +1,3 @@
1
1
  module AdaMatcher
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Aaron Brown
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-02-27 00:00:00 -05:00
17
+ date: 2012-02-29 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency