run_loop 1.1.1.pre4 → 1.1.1.pre5
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 +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 822be32e810fd67cad4974453b2af7893f9a2864
|
|
4
|
+
data.tar.gz: ae23a55cd4a2cbdc73e7e34437cf0c743e310e9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec6e7c7bd7a548419264da21efc520dd14833af3cfd56d023a632526c4ceff649392383c97952be21d8853dc2203a8c6020ddf97745d55eba0a055c580725ad7
|
|
7
|
+
data.tar.gz: fde5422ba3073e0a01df74f53983be991554705d1cd3b16a68e6418eab30cc9edb71348337fe4980a6ed53da5e6cad91958cbc81b12b10a470d517a18ccca9bb
|
data/lib/run_loop/version.rb
CHANGED
|
@@ -25537,6 +25537,11 @@ String.prototype.calabash_script$query$IQuery$_query$arity$3 = function(kw, coll
|
|
|
25537
25537
|
var kw__$1 = this;
|
|
25538
25538
|
return calabash_script.query.filter_by_type.call(null, cljs.core.keyword.call(null, kw__$1), calabash_script.query.dir_seq.call(null, dir, coll));
|
|
25539
25539
|
};
|
|
25540
|
+
cljs.core.Symbol.prototype.calabash_script$query$IQuery$ = true;
|
|
25541
|
+
cljs.core.Symbol.prototype.calabash_script$query$IQuery$_query$arity$3 = function(s, coll, dir) {
|
|
25542
|
+
var s__$1 = this;
|
|
25543
|
+
return calabash_script.query._query.call(null, cljs.core.keyword.call(null, s__$1), coll, dir);
|
|
25544
|
+
};
|
|
25540
25545
|
cljs.core.Keyword.prototype.calabash_script$query$IQuery$ = true;
|
|
25541
25546
|
cljs.core.Keyword.prototype.calabash_script$query$IQuery$_query$arity$3 = function(kw, coll, dir) {
|
|
25542
25547
|
var kw__$1 = this;
|
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: 1.1.1.
|
|
4
|
+
version: 1.1.1.pre5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karl Krukow
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-11-
|
|
11
|
+
date: 2014-11-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|