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.
- data/CHANGES.txt +4 -0
- data/bin/calabash-android +1 -1
- data/lib/calabash-android/version.rb +1 -1
- data/test-server/build.xml +3 -3
- metadata +2 -2
data/CHANGES.txt
CHANGED
data/bin/calabash-android
CHANGED
|
@@ -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
|
data/test-server/build.xml
CHANGED
|
@@ -90,9 +90,9 @@
|
|
|
90
90
|
<copy todir="${staging.dir}">
|
|
91
91
|
<fileset dir="instrumentation-backend"/>
|
|
92
92
|
</copy>
|
|
93
|
-
|
|
94
|
-
|
|
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.
|
|
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-
|
|
12
|
+
date: 2012-09-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: cucumber
|