motion-accessibility 3.2.0 → 3.2.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a3c5e86aa213db7c2fd972a7ff933c598c1d13ab
4
- data.tar.gz: 351e311e66ba955b088b00f57531596b34a4de24
3
+ metadata.gz: 6beccc1c387aea19480c7388b012b3ad3412288d
4
+ data.tar.gz: 63fb9668c4ec729c35ff3b288b9c7206e03aaec5
5
5
  SHA512:
6
- metadata.gz: 7cf56622bced4da490ebf993c2cefda986a264e12e184e32890fa804b7d590885cef146325dd584816cea8b8b733215ff9ae17d299cacea22142705aa975fd99
7
- data.tar.gz: 2a7e906f62f146a542cb502cc64ec498a3b706f15bf8ad26bfebdea2a722f10ad5b03bd5b979484b44f4179f91ca0ffa76f96a464b1dcd3118c1c2c737be1d6a
6
+ metadata.gz: 749913c2a09f2358dea393e9a8bcde203d65277c5eb3c095ed8bfae229cf01239ecfb95d4ab54c2e4b3167a9348dba8725613dab75493314f4ec96abee195356
7
+ data.tar.gz: 6d57fc1b39a990a87489f1aec32bd020a27f45dff67d95ce27c3bafc9ef2aac178ce342bfd903e78ae74ed3da83a677d1f4496d8a5bcf0d65ab3030abfba2afb
@@ -120,7 +120,7 @@ else
120
120
  result=$browser_cursor.view
121
121
  result
122
122
  end
123
- if result.class==UITableViewCellAccessibilityElement
123
+ if defined?(UITableViewCellAccessibilityElement)&&result.class==UITableViewCellAccessibilityElement
124
124
  result=result.tableViewCell
125
125
  end
126
126
  result
@@ -77,7 +77,7 @@ control="Superview #{control}" if index==0
77
77
  control.sub!(/UITableViewCell(AccessibilityElement)?/, "Table cell") if control
78
78
  if @view.class==UITableViewCell
79
79
  name=view.text
80
- elsif @view.class==UITableViewCellAccessibilityElement
80
+ elsif defined?(UITableViewCellAccessibilityElement)&&@view.class==UITableViewCellAccessibilityElement
81
81
  name=view.tableViewCell.text
82
82
  elsif view.respond_to?(:text)
83
83
  name=view.text
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.0
4
+ version: 3.2.1
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-03-13 00:00:00.000000000 Z
11
+ date: 2015-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake