calabash-android 0.3.0.pre7 → 0.3.0.pre8

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ def calabash_build(app)
14
14
  raise "Could not replace package name in manifest"
15
15
  end
16
16
 
17
- unless system("#{ENV["ANDROID_HOME"]}/platform-tools/aapt package -M AndroidManifest.xml -I #{android_platform}/android.jar -F dummy.apk")
17
+ unless system("\"#{ENV["ANDROID_HOME"]}/platform-tools/aapt\" package -M AndroidManifest.xml -I #{android_platform}/android.jar -F dummy.apk")
18
18
  raise "Could not create dummy.apk"
19
19
  end
20
20
 
@@ -24,7 +24,7 @@ def calabash_build(app)
24
24
  end
25
25
  end
26
26
  if is_windows?
27
- jarsigner_path = "#{ENV["JAVA_HOME"]}/bin/jarsigner.exe"
27
+ jarsigner_path = "\"#{ENV["JAVA_HOME"]}/bin/jarsigner.exe\""
28
28
  else
29
29
  jarsigner_path = "jarsigner"
30
30
  end
@@ -1,5 +1,5 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.3.0.pre7"
3
+ VERSION = "0.3.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.3.0.pre7
4
+ version: 0.3.0.pre8
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-01 00:00:00.000000000 Z
12
+ date: 2012-10-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cucumber