calabash-android 0.2.14 → 0.2.15

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,7 @@
1
+ 0.2.15:
2
+ Fixed bug related to Google maps api add-on being located at different location
3
+ in different api versions.
4
+
1
5
  0.2.14:
2
6
  Removed calabash-android submit. Tools for interacting with lesspainful.com
3
7
  will be extracted into a seperate gem.
@@ -32,7 +32,7 @@ if cmd == 'help'
32
32
  print_help
33
33
  exit 0
34
34
  elsif cmd == 'build'
35
- puts "Please specify the app you want to test" if (ARGV.empty? or not is_apk_file?(ARGV.first))
35
+ puts "Please specify the app you want to build a test server for" if (ARGV.empty? or not is_apk_file?(ARGV.first))
36
36
  while not ARGV.empty? and is_apk_file?(ARGV.first)
37
37
  calabash_build(relative_to_full_path(ARGV.shift))
38
38
  end
@@ -1,5 +1,5 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.2.14"
3
+ VERSION = "0.2.15"
4
4
  end
5
5
  end
@@ -90,9 +90,9 @@
90
90
  <copy todir="${staging.dir}">
91
91
  <fileset dir="instrumentation-backend"/>
92
92
  </copy>
93
- <copy todir="${staging.dir}/libs">
94
- <!-- There may be a better way of doing this, but it works -->
95
- <fileset dir="${env.ANDROID_HOME}/add-ons/addon-google_apis-google-${android.api.level}/libs"/>
93
+ <copy todir="${staging.dir}/libs">
94
+ <fileset erroronmissingdir="false" dir="${env.ANDROID_HOME}/add-ons/addon-google_apis-google_inc_-${android.api.level}/libs"/>
95
+ <fileset erroronmissingdir="false" dir="${env.ANDROID_HOME}/add-ons/addon-google_apis-google-${android.api.level}/libs"/>
96
96
  </copy>
97
97
  <copy todir="${staging.dir}/assets">
98
98
  <fileset dir="${calabashjs.dir}"/>
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.2.14
4
+ version: 0.2.15
5
5
  prerelease:
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-09-03 00:00:00.000000000 Z
12
+ date: 2012-09-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cucumber