run_loop 0.0.12 → 0.0.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/build_to_run_loop.sh +2 -0
- data/lib/run_loop/core.rb +2 -0
- data/lib/run_loop/version.rb +1 -1
- data/scripts/calabash_script_uia.js +22739 -0
- data/scripts/run_loop.js +2 -0
- metadata +4 -2
data/scripts/run_loop.js
CHANGED
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.0.
|
4
|
+
version: 0.0.13
|
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-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -57,6 +57,7 @@ files:
|
|
57
57
|
- README.md
|
58
58
|
- Rakefile
|
59
59
|
- bin/run-loop
|
60
|
+
- build_to_run_loop.sh
|
60
61
|
- docs/intro.md
|
61
62
|
- irb.sh
|
62
63
|
- lib/run_loop.rb
|
@@ -64,6 +65,7 @@ files:
|
|
64
65
|
- lib/run_loop/core.rb
|
65
66
|
- lib/run_loop/version.rb
|
66
67
|
- run_loop.gemspec
|
68
|
+
- scripts/calabash_script_uia.js
|
67
69
|
- scripts/json2-min.js
|
68
70
|
- scripts/json2.js
|
69
71
|
- scripts/run_dismiss_location.js
|