calabash-android 0.4.0.pre7 → 0.4.0.pre8
Sign up to get free protection for your applications and to get access to all the features.
@@ -122,7 +122,7 @@ def extract_md5_fingerprint(fingerprints)
|
|
122
122
|
end
|
123
123
|
end
|
124
124
|
|
125
|
-
m = fingerprints.scan(/MD5\s*:\s*((
|
125
|
+
m = fingerprints.scan(/MD5\s*:\s*((?:[a-fA-F\d]{2}:){15}[a-fA-F\d]{2})/).flatten
|
126
126
|
raise "No MD5 fingerprint found:\n #{fingerprints}" if m.empty?
|
127
127
|
m.first
|
128
128
|
end
|
Binary file
|