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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb997c12d7b62925f1e24202295c176eeb627c3d
4
- data.tar.gz: a4b879ff90de2cf6bc1ba208f4a934ac5299a794
3
+ metadata.gz: 8ecb14431ebb43d8e12b407bf2fc67dde8a0f969
4
+ data.tar.gz: 82b7bce5e35cac725d333d6bf6daf0b586f4fd98
5
5
  SHA512:
6
- metadata.gz: 7464c10d94eae29b1c8e360dc7f3f3febe38a5ff9cecd3b8fd4abf92afdafa339c48c67e4f48ac29f2b38f3d421d39dce59a07e7a7a4f580789a831278acbf94
7
- data.tar.gz: a2aaf794a0639ff4f9ffdd7d9059124132d9458b256748f949a97d9d6c69277cb6f6c0c239e3535bec10286d3897f558074b9c49c9572fe3de075c1815b985d6
6
+ metadata.gz: c193d284cb60e4aafc8afbac17ec9727d6e25b5e5c1d723ff2f08906a68848b68afae678fd2e0ad8a59adfe1b2e079bae2a8b5122e42925161757fe2ce083ee7
7
+ data.tar.gz: 618105249be4c46d5aff278a84b8b17c5d7c9b0c5aced1abf18563a66a5b4e88863e8754d87dc0034a98ee1c19aef0ea01de5c4b1cb36842ea08dc1ddd1ab082
@@ -1,3 +1,3 @@
1
1
  module RunLoop
2
- VERSION = '0.1.0.pre2'
2
+ VERSION = '0.1.0.pre3'
3
3
  end
@@ -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.pre2
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-25 00:00:00.000000000 Z
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.2
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: