calabash-android 0.4.0.pre9 → 0.4.0.pre10

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.
@@ -89,7 +89,8 @@ end
89
89
 
90
90
  def fingerprint_from_keystore
91
91
  keystore_info = read_keystore_info
92
- cmd = "#{keytool_path} -v -list -alias #{keystore_info["keystore_alias"]} -keystore #{keystore_info["keystore_location"]} -storepass #{keystore_info["keystore_password"]}"
92
+ cmd = "#{keytool_path} -v -list -alias #{keystore_info["keystore_alias"]} -keystore \"#{keystore_info["keystore_location"]}\" -storepass #{keystore_info["keystore_password"]}"
93
+
93
94
  log cmd
94
95
  fingerprints = `#{cmd}`
95
96
  md5_fingerprint = extract_md5_fingerprint(fingerprints)
@@ -1,5 +1,5 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.4.0.pre9"
3
+ VERSION = "0.4.0.pre10"
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.pre9
4
+ version: 0.4.0.pre10
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: