calabash-android 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ {"package_name":"","activity_name":"","app_path":"","api_level":"","keystore_location":"","keystore_password":"","keystore_alias":"","keystore_alias_password":""}
@@ -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")
@@ -1,6 +1,6 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.0.1"
4
- FRAMEWORK_VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
+ FRAMEWORK_VERSION = "0.0.2"
5
5
  end
6
6
  end
@@ -62,9 +62,6 @@
62
62
  <available file="${calabashjs.dir}" type="dir" property="doesCalabashJsExist" />
63
63
  <fail unless="doesCalabashJsExist">
64
64
  ${calabashjs.dir} does not exist.
65
- Try running:
66
- git submodule init
67
- git submodule update
68
65
  </fail>
69
66
  </target>
70
67
 
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.1
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