calabash-android 0.0.1 → 0.0.2
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/.calabash_settings +1 -0
- data/bin/calabash-android +0 -1
- data/lib/calabash-android/version.rb +2 -2
- data/pkg/calabash-android-0.0.1.gem +0 -0
- data/test-server/build.xml +0 -3
- metadata +3 -1
data/.calabash_settings
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"package_name":"","activity_name":"","app_path":"","api_level":"","keystore_location":"","keystore_password":"","keystore_alias":"","keystore_alias_password":""}
|
data/bin/calabash-android
CHANGED
|
@@ -7,7 +7,6 @@ require File.join(File.dirname(__FILE__), "calabash-android-generate")
|
|
|
7
7
|
require File.join(File.dirname(__FILE__), "calabash-android-build")
|
|
8
8
|
require File.join(File.dirname(__FILE__), "calabash-android-run")
|
|
9
9
|
require File.join(File.dirname(__FILE__), "calabash-android-setup")
|
|
10
|
-
require File.join(File.dirname(__FILE__),"calabash-android-sim")
|
|
11
10
|
|
|
12
11
|
@features_dir = File.join(FileUtils.pwd, "features")
|
|
13
12
|
@support_dir = File.join(@features_dir, "support")
|
|
Binary file
|
data/test-server/build.xml
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: calabash-android
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Jonas Maturana Larsen
|
|
@@ -56,6 +56,7 @@ extensions: []
|
|
|
56
56
|
extra_rdoc_files: []
|
|
57
57
|
|
|
58
58
|
files:
|
|
59
|
+
- .calabash_settings
|
|
59
60
|
- CHANGES.txt
|
|
60
61
|
- Gemfile
|
|
61
62
|
- LICENSE
|
|
@@ -102,6 +103,7 @@ files:
|
|
|
102
103
|
- lib/calabash-android/steps/spinner_steps.rb
|
|
103
104
|
- lib/calabash-android/steps/time_picker_steps.rb
|
|
104
105
|
- lib/calabash-android/version.rb
|
|
106
|
+
- pkg/calabash-android-0.0.1.gem
|
|
105
107
|
- test-server/AndroidManifest.xml
|
|
106
108
|
- test-server/build.xml
|
|
107
109
|
- test-server/instrumentation-backend/.classpath
|