calabash-android 0.7.1 → 0.7.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b87f4ad737c2b594be18aad28981d8d46a51543
|
|
4
|
+
data.tar.gz: 39939908d527e49c6543d2d1939d4fc2b0ecb58d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5300345c449907a6adcbe20e0eda0c363ee3d735e81b4565a609c7ba1598fd89943f41796555cd4bce7f743c44627ca3070034fc15df9e137bd63398111bb1c3
|
|
7
|
+
data.tar.gz: 828a9e98efa99bcaf9b9d34e8000547acdc468fa840a2e4465bd5ddd404d6bd074607333b601a45324463c5955be412a20535d6ad4716382ae6dbbe1fa153b17
|
|
@@ -183,7 +183,7 @@ def fingerprint_from_apk(app_path)
|
|
|
183
183
|
raise "No signature files found in META-INF. Cannot proceed." if signature_files.empty?
|
|
184
184
|
raise "More than one signature file (DSA or RSA) found in META-INF. Cannot proceed." if signature_files.length > 1
|
|
185
185
|
|
|
186
|
-
cmd = "#{Calabash::Android::Dependencies.keytool_path} -v -printcert -J\"-Dfile.encoding=utf-8\" -file \"#{signature_files.first}\""
|
|
186
|
+
cmd = "\"#{Calabash::Android::Dependencies.keytool_path}\" -v -printcert -J\"-Dfile.encoding=utf-8\" -file \"#{signature_files.first}\""
|
|
187
187
|
log cmd
|
|
188
188
|
fingerprints = `#{cmd}`
|
|
189
189
|
md5_fingerprint = extract_md5_fingerprint(fingerprints)
|
|
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.7.
|
|
4
|
+
version: 0.7.2
|
|
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: 2016-03-
|
|
11
|
+
date: 2016-03-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cucumber
|