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*((?:\h\h:){15}\h\h)/).flatten
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
@@ -1,5 +1,5 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.4.0.pre7"
3
+ VERSION = "0.4.0.pre8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calabash-android
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.pre7
4
+ version: 0.4.0.pre8
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: