corn_starch 1.9.38 → 1.9.39
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca9b23395d29bc0ce77a1c12e806048d0977ba71
|
4
|
+
data.tar.gz: 35ed9013b6bd20c8b570778154c4176cdc3fd422
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c013aacda10101ff7a91c23aebe8aa27e5be9584068edf81291302ae94b6a77dfe53290074093ee8957ecf7305a80fa0dd005384c7bd41703414aae16fa3051
|
7
|
+
data.tar.gz: b38db5b7c5fd6196dc35bf46deab8d1ce4e00acfa877347f7407c55a3c32a9f779c13f6c74edc042b1b5055f934358257c29d02c3f7331cb01bd2f52cd70c188
|
@@ -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| [r, notify
|
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