motion-accessibility 3.2.2 → 3.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/project/test.rb +5 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2e64727e1de692d10abb796a40266e58a754ecfc
4
- data.tar.gz: 08d0987f4677c22bbb4dd790cc6d76dfea53cdfa
3
+ metadata.gz: 4221d50b3405ca0d81950f4b4e945efc33aa88dd
4
+ data.tar.gz: 5be1f0a152fd25643359ad82c06361660136d4a2
5
5
  SHA512:
6
- metadata.gz: 30b3227b842bb63e39ef1aa1cb937c90075b76cf454c155e241d420c020d3b726e943ae46a7b42962f3af78833c06f8e84d2ee67b10323594fd3faad061496be
7
- data.tar.gz: c69492392cf2101a301a2cb360b9d7f18d29ab14ca32796f65e884b5275d3e7116d0254d89a4652de513ad8e898b6a4bafd8be716690e1b2223735759a5318cb
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: nil,
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: nil,
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: nil,
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: nil,
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: nil,
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.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-04-26 00:00:00.000000000 Z
11
+ date: 2015-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake