calabash-android 0.4.7.pre1 → 0.4.7.pre2
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f123fa2bea595521ceb0b48e3e3cf1a14fd9af0d
|
|
4
|
+
data.tar.gz: fa364e921ab885cf9be776f70f77f72cd9405a7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aca7e7508a03828614d624bb64fe38a42838a83d8c692db21a8e0c6ca13aefa7ef536dfc778fa547156f2536270ed17e608c467ff24b89a31649aee4d87406a6
|
|
7
|
+
data.tar.gz: d80a3ac4b35bb3958f5d27e6d6be44881a0549594ead5f543965426c1273e9b299218f3e5cc5b5407cf5ef267372641f773fd6c49361894d78993e91031db329
|
|
Binary file
|
|
@@ -120,7 +120,7 @@ public class UIQueryASTWith implements UIQueryAST {
|
|
|
120
120
|
|| (value != null && value.equals(this.value))) {
|
|
121
121
|
return o;
|
|
122
122
|
} else if (this.value instanceof String
|
|
123
|
-
&& this.value.equals(value.toString())) {
|
|
123
|
+
&& value != null && this.value.equals(value.toString())) {
|
|
124
124
|
return o;
|
|
125
125
|
}
|
|
126
126
|
}
|
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.4.7.
|
|
4
|
+
version: 0.4.7.pre2
|
|
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: 2013-06-
|
|
11
|
+
date: 2013-06-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cucumber
|
|
@@ -861,3 +861,4 @@ signing_key:
|
|
|
861
861
|
specification_version: 4
|
|
862
862
|
summary: Client for calabash-android for automated functional testing on Android
|
|
863
863
|
test_files: []
|
|
864
|
+
has_rdoc:
|