Package not found. Please check the package name and try again.

motion-accessibility 3.1.1 → 3.1.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +22 -0
  3. data/lib/project/object.rb +4 -0
  4. metadata +12 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 458ab0ffb00b1047609639b4bb4585e60ff0c208
4
- data.tar.gz: 124699d806b67d73fcdfabba0fb69b7a91472359
3
+ metadata.gz: b9e09c344aa20f1d812ed46fd3a737c7703d9331
4
+ data.tar.gz: e9bf48a8832655f62938bb281ecb41854f10a183
5
5
  SHA512:
6
- metadata.gz: 66b8b9b632fe3f4ca40fc737024b44c04bae945a128c625ff77da22dd973053cbc37e6d0719499cde4c1e278e67b71d764ae4583f31de5bf831e1590339cafd6
7
- data.tar.gz: 9631be3f8f434c9b39b63891620fcf9ae939e7324c24aa3b67d6de64ffae7a7d509ed6ed434388a2ba41006c035b0851aced75a25710510756ef5352f9dddafc
6
+ metadata.gz: f7c58c21479dcb6d23bbf5d26118acf35f0f348411da9e03fba6dc21b9f38fab5f1069f500cbf8b8d5ab4357881061d05b1f939d410d83d21c3dc1b53ccffb1f
7
+ data.tar.gz: 8319e8c75f10eafa6581b79a94acd54762cef75d9a86bd066a72a96e2055a9b98616c34cb9009d469e3e4615025c2a855ab0b1be892482306cddb54460f46486
data/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015 austinseraphin
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+
@@ -92,4 +92,8 @@ end
92
92
  Accessibility.defined_attribute(self,ios)
93
93
  end
94
94
 
95
+ def self.respond_to_missing(name,*args)
96
+ A11y.All_Attributes.has_key?(name)
97
+ end
98
+
95
99
  end
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-accessibility
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Seraphin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-13 00:00:00.000000000 Z
11
+ date: 2015-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: '10.0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
26
+ version: '10.0'
27
27
  description: AA RubyMotion wrapper around the UIAccessibility procotols
28
28
  email:
29
29
  - austin@austinseraphin.com
@@ -31,9 +31,10 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
+ - LICENSE
34
35
  - README.md
35
- - lib/motion-accessibility-console/object.rb
36
36
  - lib/motion-accessibility-console.rb
37
+ - lib/motion-accessibility-console/object.rb
37
38
  - lib/motion-accessibility.rb
38
39
  - lib/project/constants.rb
39
40
  - lib/project/element.rb
@@ -48,7 +49,7 @@ files:
48
49
  - lib/project/test_log.rb
49
50
  homepage: https://github.com/austinseraphin/motion-accessibility
50
51
  licenses:
51
- - GPL
52
+ - MIT
52
53
  metadata: {}
53
54
  post_install_message:
54
55
  rdoc_options: []
@@ -56,17 +57,17 @@ require_paths:
56
57
  - lib
57
58
  required_ruby_version: !ruby/object:Gem::Requirement
58
59
  requirements:
59
- - - '>='
60
+ - - ">="
60
61
  - !ruby/object:Gem::Version
61
62
  version: '0'
62
63
  required_rubygems_version: !ruby/object:Gem::Requirement
63
64
  requirements:
64
- - - '>='
65
+ - - ">="
65
66
  - !ruby/object:Gem::Version
66
67
  version: '0'
67
68
  requirements: []
68
69
  rubyforge_project:
69
- rubygems_version: 2.0.3
70
+ rubygems_version: 2.4.5
70
71
  signing_key:
71
72
  specification_version: 4
72
73
  summary: This gem provides easy ruby-like wrappers around the protocols which interact