lita-github-pinger 0.9.3 → 0.9.4
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 +4 -4
- data/lib/lita/handlers/github_pinger.rb +1 -1
- data/lita-github-pinger.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f1ec0e3577d12fe293e3e06f8a114e58e7b417048cfafcbe7363f9fbdc5c1b5
|
|
4
|
+
data.tar.gz: b9d818bb3d5c359ea77cd8dbb73dc0e6b99ebc70cfc79faf032d6cb84431b3b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67e517d9fd5919250ba43eda56fc4049b84d15293957c025ec6d23ec203cbe9276d1de8cf47cb95bde350a5a4e2f9052f7c3ecde33fe873c37ad99b5d3544888
|
|
7
|
+
data.tar.gz: bda80dd46798e75f01aed777e99bec3e26c8c93d79a5646ec115c6c16936cb127bbf0a05f93dd231d1735461c347b767c0fb88d0c2132d1dfcdb259f246ce336
|
|
@@ -154,7 +154,7 @@ module Lita
|
|
|
154
154
|
|
|
155
155
|
url = body[type]["html_url"]
|
|
156
156
|
|
|
157
|
-
message = "*Heads up!* You've been assigned to
|
|
157
|
+
message = "*Heads up!* You've been assigned to a #{type.tr('_', ' ')}:\n#{url}"
|
|
158
158
|
|
|
159
159
|
puts "Sending DM to #{assignee}..."
|
|
160
160
|
send_dm(assignee[:usernames][:slack], message)
|
data/lita-github-pinger.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |spec|
|
|
2
2
|
spec.name = "lita-github-pinger"
|
|
3
|
-
spec.version = "0.9.
|
|
3
|
+
spec.version = "0.9.4"
|
|
4
4
|
spec.authors = ["Taylor Lapeyre"]
|
|
5
5
|
spec.email = ["taylorlapeyre@gmail.com"]
|
|
6
6
|
spec.description = "A Lita handler that detects github comment notifications and regurgitates a ping to the correct slack username."
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lita-github-pinger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Taylor Lapeyre
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-08-
|
|
11
|
+
date: 2018-08-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: lita
|