ruboty-wiki_search 0.2.0 → 0.3.0
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 37665dc5c1be2ac0461c97bc1cb4f56587d3dbcc0c9c5d9e4ba9440795200412
|
4
|
+
data.tar.gz: 2941fc5df8e2ea69545aa42ff00e106db19c0d5c6aaf44e11aed3ae4a0283395
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91a20f08b4fbc400974a4ccea38ebea0df4270756d095d136c801c8de869ec97a808f41b897895ab4dc2d45e86e6f6824f675b7e52663a5f87d33bd8474715c6
|
7
|
+
data.tar.gz: 91da49201c6b6dbb1f535f60d9ce337d9ca52485565c69b1ba7191a1be3db0ef5f4a741628de86f928f9948796081bcf2a20b09666492cbae1dd90425ddacef2
|
@@ -19,7 +19,7 @@ module Ruboty
|
|
19
19
|
color: "##{Digest::MD5.hexdigest(repo)[0..5]}",
|
20
20
|
author_name: repo,
|
21
21
|
author_link: detail[:url],
|
22
|
-
text: detail[:files].map {|f| "<#{detail[:url]}/#{f}|#{f}>" }.join("\n"),
|
22
|
+
text: detail[:files].map {|f| "<#{detail[:url]}/#{f}/_edit|:pencil:> <#{detail[:url]}/#{f}|#{f}>" }.join("\n"),
|
23
23
|
mrkdwn_in: %w(text),
|
24
24
|
}
|
25
25
|
end
|