corn_starch 1.9.36 → 1.9.37
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: 81fface9c7762cc3b885f283c07d25c58e58ca41
|
|
4
|
+
data.tar.gz: fd0485cfd3c92237755005dac3555aea99c6a105
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37681f5f0a58f9970fc93c60ed0e20d36bd216abb18befd954c7749dd63db0ee46e79a6638a7aa59dfa9486bad1432514d6d5796d0521fcf2c5e4d3a60755bac
|
|
7
|
+
data.tar.gz: 79f0ae0db7db01f231e21d5439deee7e4ec83fe92dd6a1bf069421b4138fdadd91c236a0eb10cd14a958bf42527c6b2cc3911e88c5725fff8b3e59ec675bba87
|
|
@@ -273,7 +273,7 @@ module CornStarch
|
|
|
273
273
|
|
|
274
274
|
# Build Pass / Fail Notification
|
|
275
275
|
def notify_res key, res, body_hash = nil, head_hash = nil
|
|
276
|
-
Hash[[:pass, :fail].map { |r| notify "#{key}.#{r}", body_hash, head_hash }][res]
|
|
276
|
+
Hash[[:pass, :fail].map { |r| [r, notify "#{key}.#{r}", body_hash, head_hash] }][res]
|
|
277
277
|
end
|
|
278
278
|
|
|
279
279
|
# Build Access-Denied Notification
|
data/lib/corn_starch/version.rb
CHANGED