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: ba7fb2a997b1945eab1c23eed06b9325be079588
4
- data.tar.gz: ab1d0925001a3f3db097f913d1d77848394e1c22
3
+ metadata.gz: 8f34759f1732f827f94bac7ea971ce9e16010c48
4
+ data.tar.gz: 4fd92c7cc7f753e1520e54b998ba560480a118a3
5
5
  SHA512:
6
- metadata.gz: ac48671513f197677f38a24dfceb115d5a2bb7eca0cc6fc53aed8de41c2430d154b2be619f44f53f9b40c537f5da8280ae497fd097186e506d3f1b8f93f5a728
7
- data.tar.gz: d717c970286ad652ba9f2ab25671b8a77116783eaceb0cdb8a24444582df129abd16ba7de930529d1a2f93d8a3dcb51de12f5f25e7a89009d33b6e22d14efd9b
6
+ metadata.gz: a3f8b8d2e0641ba5eb52156af207acae7de240e1ab30dd83f55b22417a99b4b72b9ecb4d504b142c56927f23e1f35179092477b819ff0afe013cd52a11128a36
7
+ data.tar.gz: eebfaa502c8844d7e1562569315724e86bc4975dce594ea0e68fbe9c84ebd9a767c3978639f2a316ff922b3125d477b1c4815550cebe2682eab2ab2fea1d031a
@@ -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)
@@ -1,5 +1,5 @@
1
1
  module RunLoop
2
- VERSION = "2.6.3"
2
+ VERSION = "2.6.4"
3
3
 
4
4
  # A model of a software release version that can be used to compare two versions.
5
5
  #
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.3
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: 2017-12-06 00:00:00.000000000 Z
12
+ date: 2018-01-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json