motion-accessibility 3.2.2 → 3.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/project/test.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4221d50b3405ca0d81950f4b4e945efc33aa88dd
|
|
4
|
+
data.tar.gz: 5be1f0a152fd25643359ad82c06361660136d4a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48f212bf3eac0a0d0782f08b37754cf01c06f49b3211ffb186759ab94a467abf972eb91014cc766997ff681b17a8c8b7f3fdb7227726a1de4aa9feab75981580
|
|
7
|
+
data.tar.gz: a47b1eaa74c31406e1d85573616fb82014bcdf0fd293c9ba33a64ac855b82604afc71ec3bce32789a81d595011839d7b9835b9282c98907d6cc7fe1dd4d7df10
|
data/README.md
CHANGED
|
@@ -801,4 +801,4 @@ the accessible parts of an image.
|
|
|
801
801
|
|
|
802
802
|
## A Special Offer for You
|
|
803
803
|
|
|
804
|
-
I do [freelance accessibility consulting.](austinseraphin.com) If you use my gem I will give you a discount. Contact me for more information.
|
|
804
|
+
I do [freelance accessibility consulting.](http://austinseraphin.com) If you use my gem I will give you a discount. Contact me for more information.
|
data/lib/project/test.rb
CHANGED
|
@@ -52,7 +52,7 @@ quiet: false,
|
|
|
52
52
|
},
|
|
53
53
|
UIBarItem: {
|
|
54
54
|
title: [String, "Set the title to tell VoiceOver what to say."],
|
|
55
|
-
accessibility_label:
|
|
55
|
+
accessibility_label: :ignore,
|
|
56
56
|
is_accessibility_element: false,
|
|
57
57
|
},
|
|
58
58
|
UIButton: {
|
|
@@ -63,14 +63,14 @@ quiet: false,
|
|
|
63
63
|
accessibility_label: nil,
|
|
64
64
|
is_accessibility_element: false},
|
|
65
65
|
UIDatePicker: {
|
|
66
|
-
accessibility_label:
|
|
66
|
+
accessibility_label: :ignore,
|
|
67
67
|
is_accessibility_element: false,
|
|
68
68
|
options: {
|
|
69
69
|
recurse: false
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
UIImageView: {
|
|
73
|
-
accessibility_label:
|
|
73
|
+
accessibility_label: :ignore,
|
|
74
74
|
accessibility_traits: [UIAccessibilityTraitImage, "You must set accessibility_trait to :image"],
|
|
75
75
|
is_accessibility_element: false
|
|
76
76
|
},
|
|
@@ -139,7 +139,7 @@ quiet: false,
|
|
|
139
139
|
should_group_accessibility_children: true
|
|
140
140
|
},
|
|
141
141
|
UISlider: {
|
|
142
|
-
accessibility_label:
|
|
142
|
+
accessibility_label: :ignore,
|
|
143
143
|
accessibility_value: String,
|
|
144
144
|
accessibility_traits: UIAccessibilityTraitAdjustable,
|
|
145
145
|
options: {recurse: false}
|
|
@@ -150,7 +150,7 @@ quiet: false,
|
|
|
150
150
|
options: {recurse: false}
|
|
151
151
|
},
|
|
152
152
|
UISwitch: {
|
|
153
|
-
accessibility_label:
|
|
153
|
+
accessibility_label: :ignore,
|
|
154
154
|
accessibility_traits: :nonstandard,
|
|
155
155
|
accessibility_value: [String, "You must set the accessibility_value to \"1\" or \"0\""]
|
|
156
156
|
},
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: motion-accessibility
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Austin Seraphin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|