run_loop 2.6.3 → 2.6.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f34759f1732f827f94bac7ea971ce9e16010c48
|
4
|
+
data.tar.gz: 4fd92c7cc7f753e1520e54b998ba560480a118a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3f8b8d2e0641ba5eb52156af207acae7de240e1ab30dd83f55b22417a99b4b72b9ecb4d504b142c56927f23e1f35179092477b819ff0afe013cd52a11128a36
|
7
|
+
data.tar.gz: eebfaa502c8844d7e1562569315724e86bc4975dce594ea0e68fbe9c84ebd9a767c3978639f2a316ff922b3125d477b1c4815550cebe2682eab2ab2fea1d031a
|
Binary file
|
@@ -720,7 +720,9 @@ Could not dismiss SpringBoard alert by touching button with title '#{button_titl
|
|
720
720
|
def pan_between_coordinates(start_point, end_point, options={})
|
721
721
|
default_options = {
|
722
722
|
:num_fingers => 1,
|
723
|
-
:duration => 0.5
|
723
|
+
:duration => 0.5,
|
724
|
+
# How long the first touch needs to activate or grab the element.
|
725
|
+
:first_touch_hold_duration => 0.0
|
724
726
|
}
|
725
727
|
|
726
728
|
merged_options = default_options.merge(options)
|
Binary file
|
data/lib/run_loop/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: run_loop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.6.
|
4
|
+
version: 2.6.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Karl Krukow
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2018-01-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: json
|