run_loop 2.1.1.pre3 → 2.1.1.pre4

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: b32b64f18fc3ecf44595683f3d6627093ecc5c75
4
- data.tar.gz: 8f3b475ba5794cda548cbec873399ae16f377992
3
+ metadata.gz: 8a58fe1295ca175dc597c3519289a362e94e3575
4
+ data.tar.gz: 190e2c88f05f9f849ec7214ca52b0657abfcb57c
5
5
  SHA512:
6
- metadata.gz: be639927d12b83cc3b3ddad8c891ebe5115ede7a6db10b67ebf89d449efc954047251ba4d11c9497a14c94df722f540195abf6e66354b7125dc38266e8e72f89
7
- data.tar.gz: fbe8b2b8af7d8acd600bd0186ea0c83d3906873dbea938adb863bb0d9450b19d03967cf952220202fa2f98286eabbda3e6ce63b5c9ff7b9ac2d17d01ded0c660
6
+ metadata.gz: 787e8c752f4bc06d49e765e8c442eae0d47a60867fc3db85e0e39aef515c1a7fb4c568db743f4dfe968cd053c008107368bc9d1f8ecf9324b90107daf84c2911
7
+ data.tar.gz: 89dcc0de4027a620362d6e5e772719e7d30ca2b9335e6f2b832b9bccdffb04d5974fc91e4d91ec5722debb3834d8c160db16648679b4845570d73c2a5aaac7f1
@@ -1,5 +1,5 @@
1
1
  module RunLoop
2
- VERSION = "2.1.1.pre3"
2
+ VERSION = "2.1.1.pre4"
3
3
 
4
4
  # A model of a software release version that can be used to compare two versions.
5
5
  #
@@ -44,12 +44,9 @@ module RunLoop
44
44
  end
45
45
 
46
46
  # @!visibility private
47
- def self.log_file
48
- path = File.join(XCUITest.dot_dir, "xcuitest.log")
49
-
50
- if !File.exist?(path)
51
- FileUtils.touch(path)
52
- end
47
+ def self.xcodebuild_log_file
48
+ path = File.join(XCUITest.dot_dir, "xcodebuild.log")
49
+ FileUtils.touch(path) if !File.exist?(path)
53
50
  path
54
51
  end
55
52
 
@@ -314,7 +311,7 @@ module RunLoop
314
311
  "test"
315
312
  ]
316
313
 
317
- log_file = XCUITest.log_file
314
+ log_file = XCUITest.xcodebuild_log_file
318
315
 
319
316
  options = {
320
317
  :out => log_file,
@@ -23,7 +23,7 @@ var _expectedIndex = 0,//expected index of next command
23
23
  <%= render_template("lib/on_alert.js"); %>
24
24
 
25
25
  UIATarget.onAlert = function (alert) {
26
- Log.output({"output":"on alert");
26
+ Log.output({"output":"on alert"});
27
27
  var target = UIATarget.localTarget();
28
28
  target.pushTimeout(10);
29
29
  function dismissPrivacyAlert(retry_count) {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: run_loop
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1.pre3
4
+ version: 2.1.1.pre4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Krukow
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-12 00:00:00.000000000 Z
11
+ date: 2016-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json