lita-github-pinger 0.9.0 → 0.9.2
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 +2 -2
- data/lita-github-pinger.gemspec +1 -1
- 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: c722186db1979e40a7c34766fe81d4901cc349d3bbe011118fc282cc3aaee351
|
|
4
|
+
data.tar.gz: bbeceb39f1e0f4888f8b2557773e9ca29822780cc79a418d5ad74c429beac9ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bec738700b31b60bdc71cbe451dea296fb4db7555ccdb9246bb19b13f62613b1792e32590a02d2d8bcc358a0d911b1c60034c136b8e758f2a99bd97f4bb836dc
|
|
7
|
+
data.tar.gz: ef9298295a68d254fe1b1f6c314c94b639415c0726fa19a05f01f7571b620318f94aea4cc556fd71c9cc183d026995b7384ce59aff758dd67408de30e9ed581a
|
|
@@ -98,7 +98,7 @@ module Lita
|
|
|
98
98
|
|
|
99
99
|
send_dm(committer[:usernames][:slack], message)
|
|
100
100
|
else
|
|
101
|
-
puts "Could not find configuration for GitHub username " + body["commit"]["committer"]["login"]
|
|
101
|
+
puts "Could not find configuration for GitHub username " + body["commit"]["committer"]["login"]
|
|
102
102
|
end
|
|
103
103
|
|
|
104
104
|
response
|
|
@@ -123,7 +123,7 @@ module Lita
|
|
|
123
123
|
|
|
124
124
|
send_dm(committer[:usernames][:slack], message)
|
|
125
125
|
else
|
|
126
|
-
puts "Could not find configuration for GitHub username " + body["commit"]["committer"]["login"]
|
|
126
|
+
puts "Could not find configuration for GitHub username " + body["commit"]["committer"]["login"]
|
|
127
127
|
end
|
|
128
128
|
|
|
129
129
|
response
|
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.2"
|
|
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."
|