gh-events 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/gh/events/version.rb +1 -1
- data/res/slack.yml +1 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff1df8096fb70c1e738f6f32691349a2473a2077631e604237659c8389c49867
|
4
|
+
data.tar.gz: f70db76e498852ef2a291ce518185993f0ac8bb88aa152ff55e0abb1ff3728ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7af8e21e709b7b428d4504428fed99b53c5fc39eb6f2606d0b611e17c8fc7fce16d2ad2acf45a6a3697f1cbd76b996c2f4b19cc8cf114c619a002310cd122414
|
7
|
+
data.tar.gz: 4192ec6791574c77f8baaa27b95f4449822741520252b260670ec2390cde5e293deb7db01be5b266582e1d1a385eb85eb1e1751ec437e995fc9bd295d0a22ee6
|
data/Gemfile.lock
CHANGED
data/lib/gh/events/version.rb
CHANGED
data/res/slack.yml
CHANGED
@@ -164,7 +164,6 @@ status:
|
|
164
164
|
fork:
|
165
165
|
text: >-
|
166
166
|
:fork_and_knife:
|
167
|
-
[`<%= stype >`]
|
168
167
|
<<%= sender.html_url %>|<%= sender.login %>>
|
169
168
|
forked <<%= repository.html_url %>|<%= repository.full_name %>>
|
170
169
|
|
@@ -206,7 +205,7 @@ no_template:
|
|
206
205
|
|
207
206
|
# `unknown` will be used for events that could not be recognized.
|
208
207
|
unknown:
|
209
|
-
text: An unknown event occurred (stype: `<%=stype%>`)
|
208
|
+
text: "An unknown event occurred (stype: `<%=stype%>`)"
|
210
209
|
attachments:
|
211
210
|
- fallback: Event details as json.
|
212
211
|
color: gray
|