earlgrey 1.15.0 → 1.15.1
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 +5 -5
- data/lib/earlgrey/files/Swift-4.0/EarlGrey.swift +1 -1
- data/lib/earlgrey/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 131504cc69b52938d72398593196dc552ee2cce2
|
|
4
|
+
data.tar.gz: 299920bcafdb447bfc35ce14f21a8baa598aba9d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2337945fa59a79b74bc27450440b7d5bed691a3484b0ed537181f08d668c6176c7c1f288c090c83424fdffbcc89b434ded27dfc1db899e32e69b4346d924901d
|
|
7
|
+
data.tar.gz: 2b2a6df4be65f8a29236f87b18740e015786e8a5c566bfd17e16d6a8cb0e9586b46b2b4faad5f3eee202b2fc95f0aa628d8bee9f4d9815fc4797e46a3d235de9
|
|
@@ -18,7 +18,7 @@ import EarlGrey
|
|
|
18
18
|
import Foundation
|
|
19
19
|
|
|
20
20
|
public func GREYAssert(_ expression: @autoclosure () -> Bool, reason: String) {
|
|
21
|
-
GREYAssert(expression, reason, details: "Expected expression to be true")
|
|
21
|
+
GREYAssert(expression(), reason, details: "Expected expression to be true")
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
public func GREYAssertTrue(_ expression: @autoclosure () -> Bool, reason: String) {
|
data/lib/earlgrey/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: earlgrey
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.15.
|
|
4
|
+
version: 1.15.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- khandpur
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date:
|
|
14
|
+
date: 2019-05-18 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: colored
|
|
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
150
150
|
version: '0'
|
|
151
151
|
requirements: []
|
|
152
152
|
rubyforge_project:
|
|
153
|
-
rubygems_version: 2.
|
|
153
|
+
rubygems_version: 2.5.2.3
|
|
154
154
|
signing_key:
|
|
155
155
|
specification_version: 4
|
|
156
156
|
summary: EarlGrey installer gem
|