calabash-android 0.2.6 → 0.2.7

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.7:
2
+ Fixed path on Windows - Really!
3
+
1
4
  0.2.6:
2
5
  Fixed path on Windows.
3
6
 
@@ -137,7 +137,7 @@ module Operations
137
137
  end
138
138
 
139
139
  def install_app(app_path)
140
- cmd = "#{adb_command} install '#{app_path}'"
140
+ cmd = "#{adb_command} install \"#{app_path}\""
141
141
  log "Installing: #{app_path}"
142
142
  result = `#{cmd}`
143
143
  if result.include? "Success"
@@ -1,6 +1,6 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.2.6"
4
- FRAMEWORK_VERSION = "0.2.6"
3
+ VERSION = "0.2.7"
4
+ FRAMEWORK_VERSION = "0.2.7"
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 6
10
- version: 0.2.6
9
+ - 7
10
+ version: 0.2.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jonas Maturana Larsen