calabash-android 0.4.10.pre1 → 0.4.10.pre2
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/Gemfile.lock +1 -1
- data/lib/calabash-android/java_keystore.rb +1 -1
- data/lib/calabash-android/lib/TestServer.apk +0 -0
- data/lib/calabash-android/version.rb +1 -1
- 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: eca1c2b618f5e1a0eae2efd4ac343c4cd116c093
|
|
4
|
+
data.tar.gz: b629099127e76a694fcb385dac08be6025cbb82d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 012c85a07ca6cff09116b3cef62f2db210fed15fa2e1b313515749e3b6370c84024c854db4646337313b31c2321bb1571fe64a8902638fe13ff6e448b00fa3fe
|
|
7
|
+
data.tar.gz: e24c6c300b64f1335dfc8c82e1ce9727c93c161ab524ed3d51af1b7dbf845c8fcf4851630e3e985db5fb5f616cc7b36fde766fad4a044cdd9ead672270d5bc49
|
data/Gemfile.lock
CHANGED
|
@@ -6,7 +6,7 @@ class JavaKeystore
|
|
|
6
6
|
keystore_data = system_with_stdout_on_success(Env.keytool_path, '-list', '-v', '-alias', keystore_alias, '-keystore', location, '-storepass', password)
|
|
7
7
|
unless keystore_data
|
|
8
8
|
error = "Could not list certificates in keystore. Probably because the password was incorrect."
|
|
9
|
-
@errors = [message
|
|
9
|
+
@errors = [{:message => error}]
|
|
10
10
|
log error
|
|
11
11
|
#TODO: Handle the case where password is correct but the alias is missing.
|
|
12
12
|
end
|
|
Binary file
|
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.10.
|
|
4
|
+
version: 0.4.10.pre2
|
|
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-
|
|
11
|
+
date: 2013-09-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cucumber
|