AXElements 7.0.0.pre → 7.0.0.pre2
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/History.markdown +2 -2
- data/README.markdown +4 -0
- data/lib/accessibility/dsl.rb +1 -1
- data/lib/accessibility/version.rb +1 -2
- data/lib/ax/application.rb +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bd138bd1918015d501ac413ebccac2cf9e1b0488
|
|
4
|
+
data.tar.gz: 01ac16fafa2aa7326c19509e6dbeea9705d009c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db4c58ece919a38c609be6913a63b037af8279ccb93a7eb515e1ded2062ea1a23ee9aac7f4ccc6c802e07e95fa9cb62af894edf27408a82f764e2acf46b4fe6a
|
|
7
|
+
data.tar.gz: b7a0bbfa490e132fce6eecc08e48f788ce561093560d5865b17e99f5d2a62cfa6a31731f6fe2ff10b0b9e3bfc84ac28ad2ea9d425f89ecf619e819b5a1adedaf
|
data/History.markdown
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# 7.0.0
|
|
2
2
|
|
|
3
|
-
* Compatibility with
|
|
3
|
+
* Compatibility with Yosemite (OS X 10.10)
|
|
4
4
|
* Remove MacRuby support
|
|
5
5
|
* Update ActiveSupport dependency and
|
|
6
|
-
- ActiveSupport 4.
|
|
6
|
+
- ActiveSupport 4.2.x is now required and all core extensions are loaded
|
|
7
7
|
|
|
8
8
|
# 6.0.0
|
|
9
9
|
|
data/README.markdown
CHANGED
|
@@ -222,3 +222,7 @@ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
|
|
|
222
222
|
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
223
223
|
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
|
224
224
|
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
[](https://bitdeli.com/free "Bitdeli Badge")
|
|
228
|
+
|
data/lib/accessibility/dsl.rb
CHANGED
|
@@ -806,7 +806,7 @@ module Accessibility::DSL
|
|
|
806
806
|
##
|
|
807
807
|
# Take a screen shot and save it to disk. If a file name and path are
|
|
808
808
|
# not given then default values will be used; given paths will be
|
|
809
|
-
# expanded automatically.A timestamp and file extension will always
|
|
809
|
+
# expanded automatically. A timestamp and file extension will always
|
|
810
810
|
# automatically be appended to the file name.
|
|
811
811
|
#
|
|
812
812
|
# @example
|
|
@@ -4,11 +4,10 @@
|
|
|
4
4
|
# The main AXElements namespace.
|
|
5
5
|
module Accessibility
|
|
6
6
|
# @return [String]
|
|
7
|
-
VERSION = '7.0.0.
|
|
7
|
+
VERSION = '7.0.0.pre2'
|
|
8
8
|
|
|
9
9
|
# @return [String]
|
|
10
10
|
CODE_NAME = case RUBY_ENGINE
|
|
11
|
-
when 'macruby' then 'サンダース'
|
|
12
11
|
when 'ruby' then 'ブースター'
|
|
13
12
|
when 'rbx' then 'ブラッキー' # for when rbx has good cext support
|
|
14
13
|
else 'シャワーズ' # vapor(ware)eon
|
data/lib/ax/application.rb
CHANGED
|
@@ -443,10 +443,10 @@ class AX::Application < AX::Element
|
|
|
443
443
|
if AX::Application.launch id
|
|
444
444
|
spin 1
|
|
445
445
|
else
|
|
446
|
-
raise "#{
|
|
446
|
+
raise "#{id} is not a registered bundle identifier for the system"
|
|
447
447
|
end
|
|
448
448
|
end
|
|
449
|
-
raise "#{
|
|
449
|
+
raise "#{id} failed to launch in time"
|
|
450
450
|
end
|
|
451
451
|
|
|
452
452
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: AXElements
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.0.0.
|
|
4
|
+
version: 7.0.0.pre2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mark Rada
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-01-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mouse
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.
|
|
47
|
+
version: 0.5.0
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.
|
|
54
|
+
version: 0.5.0
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: accessibility_keyboard
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 4.
|
|
75
|
+
version: 4.2.0
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 4.
|
|
82
|
+
version: 4.2.0
|
|
83
83
|
description: |
|
|
84
84
|
AXElements is a UI automation library built on top of various OS X
|
|
85
85
|
frameworks. You can use AXElements to write functional tests for
|
|
@@ -174,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
174
174
|
version: 1.3.1
|
|
175
175
|
requirements: []
|
|
176
176
|
rubyforge_project:
|
|
177
|
-
rubygems_version: 2.4.
|
|
177
|
+
rubygems_version: 2.4.5
|
|
178
178
|
signing_key:
|
|
179
179
|
specification_version: 4
|
|
180
180
|
summary: UI Automation for OS X
|