calabash-android 0.5.5.pre3 → 0.5.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.txt +9 -0
- data/lib/calabash-android/lib/TestServer.apk +0 -0
- data/lib/calabash-android/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04dc84f79d9bd91dd4010145fe596fba7a6ec374
|
4
|
+
data.tar.gz: bb81f4c4ea5b081882268c2da9bfb66db0f5c75a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 120293383e6e69c910b47fed3921ce90e032ff432cd0256fb759b75b7b5d213e719bb4bbb8135025f37c0a4bb68507991041ec0669dba78492792a1a18b57a25
|
7
|
+
data.tar.gz: d0e5188bb01d89c7c8b87026196f24be19c6b08dee5cb1f7b685fe597c160c03938f7cbdf6e137e40af972932d956b5fc26cf5ac9afc0447b4d0a2b07564b3b6
|
data/CHANGES.txt
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
0.5.5
|
2
|
+
Support for the newest versions of Cordova.
|
3
|
+
|
4
|
+
Change press_user_action_button now defaults to enter key (newline) in input fields with multiple lines.
|
5
|
+
|
6
|
+
Properly delegate all callbacks to the origin Web Chrome Client of the WebView being tested.
|
7
|
+
|
8
|
+
Run queries on the UI thread of the views. The query command could hang indefinitely in certain situations before this fix.
|
9
|
+
|
1
10
|
0.5.4:
|
2
11
|
This version is only a fix of changes introduced in 0.5.3.
|
3
12
|
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: calabash-android
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.5
|
4
|
+
version: 0.5.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonas Maturana Larsen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-12-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber
|
@@ -254,9 +254,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
254
254
|
version: '0'
|
255
255
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
256
256
|
requirements:
|
257
|
-
- - '
|
257
|
+
- - '>='
|
258
258
|
- !ruby/object:Gem::Version
|
259
|
-
version:
|
259
|
+
version: '0'
|
260
260
|
requirements: []
|
261
261
|
rubyforge_project:
|
262
262
|
rubygems_version: 2.0.2
|