calabash-android 0.2.5 → 0.2.6

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.
data/CHANGES.txt CHANGED
@@ -1,3 +1,6 @@
1
+ 0.2.6:
2
+ Fixed path on Windows.
3
+
1
4
  0.2.5:
2
5
  Will now escape '+' as %2B in arguments
3
6
 
@@ -21,8 +21,8 @@ def calabash_run(app_path = nil)
21
21
  test_server_path = test_server_path(app_path)
22
22
  env = "PACKAGE_NAME=#{package_name(app_path)} "\
23
23
  "TEST_PACKAGE_NAME=#{package_name(test_server_path)} "\
24
- "APP_PATH='#{app_path}' "\
25
- "TEST_APP_PATH='#{test_server_path}' "\
24
+ "APP_PATH=\"#{app_path}\" "\
25
+ "TEST_APP_PATH=\"#{test_server_path}\" "\
26
26
  "TEST_SERVER_PORT=34777"
27
27
  else
28
28
  env = ""
@@ -1,6 +1,6 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.2.5"
4
- FRAMEWORK_VERSION = "0.2.5"
3
+ VERSION = "0.2.6"
4
+ FRAMEWORK_VERSION = "0.2.6"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calabash-android
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 5
10
- version: 0.2.5
9
+ - 6
10
+ version: 0.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jonas Maturana Larsen
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-08-04 00:00:00 +02:00
18
+ date: 2012-08-06 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency