run_loop 1.1.1.pre4 → 1.1.1.pre5

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: 071f47556d3795c6f51f11b904f0733a27cf6272
4
- data.tar.gz: d18f73971411da0e75941e93d0f57d65f70d69f4
3
+ metadata.gz: 822be32e810fd67cad4974453b2af7893f9a2864
4
+ data.tar.gz: ae23a55cd4a2cbdc73e7e34437cf0c743e310e9f
5
5
  SHA512:
6
- metadata.gz: 319443e732c47e0e4946d06e618996002508f4ff80a08c41363c38b136d7872f3a52f0c1aa2550c41ef7080b925a8b17e2c941468d8fc3281418b3701ed5a937
7
- data.tar.gz: 6b5c32bc59a19e89226c87129138cec123a3985eae067ba0ce759bce79c27432117932cafdd3f582ef220dee5275926a1f72ce3b69a3d79fe30d677a65f2403d
6
+ metadata.gz: ec6e7c7bd7a548419264da21efc520dd14833af3cfd56d023a632526c4ceff649392383c97952be21d8853dc2203a8c6020ddf97745d55eba0a055c580725ad7
7
+ data.tar.gz: fde5422ba3073e0a01df74f53983be991554705d1cd3b16a68e6418eab30cc9edb71348337fe4980a6ed53da5e6cad91958cbc81b12b10a470d517a18ccca9bb
@@ -1,5 +1,5 @@
1
1
  module RunLoop
2
- VERSION = '1.1.1.pre4'
2
+ VERSION = '1.1.1.pre5'
3
3
 
4
4
  # A model of a software release version that can be used to compare two versions.
5
5
  #
@@ -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.pre4
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-24 00:00:00.000000000 Z
11
+ date: 2014-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor