AXElements 7.0.0.pre → 7.0.0.pre2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cac00d5fffb00f71196afdf2c5c8d5bd91cd3629
4
- data.tar.gz: 56cc780809e29681480cb25cd290f0121e43feb6
3
+ metadata.gz: bd138bd1918015d501ac413ebccac2cf9e1b0488
4
+ data.tar.gz: 01ac16fafa2aa7326c19509e6dbeea9705d009c9
5
5
  SHA512:
6
- metadata.gz: 95978dc7c0473cffa4e4cec6b3be81330ad990a2d2ee738bb358d39f8bafb4a227641bb274e3339f77afd8db2f5c858bf34431448b4c13126162f3c053f56d79
7
- data.tar.gz: b9f0da398636d963455037211af2f0be3f105fb2c1bf090fe10146356a0a35421d091c8dbf6b2bfb5c13f0b843509693ccd8cb1dfbefb52d43529863a127cf66
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 Yosemity (OS X 10.10)
3
+ * Compatibility with Yosemite (OS X 10.10)
4
4
  * Remove MacRuby support
5
5
  * Update ActiveSupport dependency and
6
- - ActiveSupport 4.1.x is now required and all core extensions are loaded
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
+ [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/AXElements/axelements/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
228
+
@@ -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.pre'
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
@@ -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 "#{arg} is not a registered bundle identifier for the system"
446
+ raise "#{id} is not a registered bundle identifier for the system"
447
447
  end
448
448
  end
449
- raise "#{arg} failed to launch in time"
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.pre
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: 2014-11-03 00:00:00.000000000 Z
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.4.1
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.4.1
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.1.6
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.1.6
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.2
177
+ rubygems_version: 2.4.5
178
178
  signing_key:
179
179
  specification_version: 4
180
180
  summary: UI Automation for OS X