calabash-android 0.4.13 → 0.4.14

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: c222410c283ad02acca304120862c3a0957dff68
4
- data.tar.gz: 8328231a62c71901948ba5e21de3a6244c640991
3
+ metadata.gz: 686ce444b80c0168765d702520f076e25095a850
4
+ data.tar.gz: 8c3bad5660092c992bdd8518fcd16ee26527d06d
5
5
  SHA512:
6
- metadata.gz: 7a716e4ffe3b7969eba54d857c5a4b20aac49150a2dc5a008f72e7fdce2efd604d0a3f9c1fb5a38454cf402017cda3714d946a6ed68254c45783631069382213
7
- data.tar.gz: 73d956ee72f791979f8a4f6b11748abf68e7e6cb7f9e14bfe3ccd315891454d8554993ed40553e333874091a68f1821bf12911bc89d46058c17166dde31088e7
6
+ metadata.gz: 52c6a0381bf2359c784a8ec11413153badb6eb830a66665f275438f1c5b9253c3efe6ca0bfef4a34ee1e8c9f44600d27d76135980a123d4e594892e960a1355b
7
+ data.tar.gz: e73d5547c021d178dae00c4fb7aaef7aa200175527d5f62fcb419d57b395624239401c713180e19246fdc9640f00eb2a14bdd3e34ef3fbb784c784e9a4c49158
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- calabash-android (0.4.13)
4
+ calabash-android (0.4.14)
5
5
  awesome_print
6
6
  cucumber
7
7
  escape (~> 0.0.4)
@@ -62,10 +62,11 @@ class Env
62
62
  end
63
63
 
64
64
  def self.find_executable_on_path(executable)
65
- path = path_elements.each do |x|
65
+ path_elements.each do |x|
66
66
  f = File.join(x, executable)
67
67
  return "\"#{f}\"" if File.exists?(f)
68
68
  end
69
+ nil
69
70
  end
70
71
 
71
72
  def self.path_if_jdk(path)
@@ -1,5 +1,5 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.4.13"
3
+ VERSION = "0.4.14"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calabash-android
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.13
4
+ version: 0.4.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Maturana Larsen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-28 00:00:00.000000000 Z
11
+ date: 2013-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber