run_loop 0.1.0.pre2 → 0.1.0.pre3
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/lib/run_loop/version.rb +1 -1
- data/scripts/calabash_script_uia.js +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ecb14431ebb43d8e12b407bf2fc67dde8a0f969
|
|
4
|
+
data.tar.gz: 82b7bce5e35cac725d333d6bf6daf0b586f4fd98
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c193d284cb60e4aafc8afbac17ec9727d6e25b5e5c1d723ff2f08906a68848b68afae678fd2e0ad8a59adfe1b2e079bae2a8b5122e42925161757fe2ce083ee7
|
|
7
|
+
data.tar.gz: 618105249be4c46d5aff278a84b8b17c5d7c9b0c5aced1abf18563a66a5b4e88863e8754d87dc0034a98ee1c19aef0ea01de5c4b1cb36842ea08dc1ddd1ab082
|
data/lib/run_loop/version.rb
CHANGED
|
@@ -22978,7 +22978,7 @@ uia.wrap_query_fn = function wrap_query_fn(qfn) {
|
|
|
22978
22978
|
};
|
|
22979
22979
|
uia.query_el = function() {
|
|
22980
22980
|
var query_el__delegate = function(args) {
|
|
22981
|
-
return cljs.core.first.call(null, cljs.core.apply.call(null, calabash_script.core.query_el, args))
|
|
22981
|
+
return cljs.core.first.call(null, cljs.core.apply.call(null, calabash_script.core.query_el, cljs.core.map.call(null, cljs.reader.read_string, args)))
|
|
22982
22982
|
};
|
|
22983
22983
|
var query_el = function(var_args) {
|
|
22984
22984
|
var args = null;
|
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: 0.1.0.
|
|
4
|
+
version: 0.1.0.pre3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karl Krukow
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -89,9 +89,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
89
89
|
version: 1.3.1
|
|
90
90
|
requirements: []
|
|
91
91
|
rubyforge_project:
|
|
92
|
-
rubygems_version: 2.0.
|
|
92
|
+
rubygems_version: 2.0.3
|
|
93
93
|
signing_key:
|
|
94
94
|
specification_version: 4
|
|
95
95
|
summary: Tools related to running Calabash iOS tests
|
|
96
96
|
test_files: []
|
|
97
|
-
has_rdoc:
|