calabash-android 0.2.0.pre5 → 0.2.0.pre6

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.
@@ -1,3 +1,6 @@
1
+ 0.2.0.pre6:
2
+ Replaced ENV["PWD"] with FileUtils.pwd to support Windows
3
+
1
4
  0.2.0.pre5:
2
5
  Added jar file to extract manifest from apk to avoid using unzip.
3
6
  This is first attempt at supporting Windows in 0.2.0
@@ -21,7 +21,7 @@ def is_apk_file?(file_path)
21
21
  end
22
22
 
23
23
  def relative_to_full_path(file_path)
24
- File.expand_path(File.join(ENV["PWD"], file_path))
24
+ File.expand_path(File.join(FileUtils.pwd, file_path))
25
25
  end
26
26
 
27
27
  if (ARGV.length == 0)
@@ -1,6 +1,6 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.2.0.pre5"
4
- FRAMEWORK_VERSION = "0.2.0.pre5"
3
+ VERSION = "0.2.0.pre6"
4
+ FRAMEWORK_VERSION = "0.2.0.pre6"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calabash-android
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1072575102
4
+ hash: 1451699045
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
9
  - 0
10
10
  - pre
11
- - 5
12
- version: 0.2.0.pre5
11
+ - 6
12
+ version: 0.2.0.pre6
13
13
  platform: ruby
14
14
  authors:
15
15
  - Jonas Maturana Larsen
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-07-30 00:00:00 +02:00
20
+ date: 2012-07-31 00:00:00 +02:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency