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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 322d659976706040591b8a6adace708b6e62f993e4a9a2eeb9de11962313cd43
4
- data.tar.gz: 267a815221c9c91ab85d08b132489557a0e637da78e6bccfb671fbb0dd37c15c
3
+ metadata.gz: c722186db1979e40a7c34766fe81d4901cc349d3bbe011118fc282cc3aaee351
4
+ data.tar.gz: bbeceb39f1e0f4888f8b2557773e9ca29822780cc79a418d5ad74c429beac9ed
5
5
  SHA512:
6
- metadata.gz: bd1d060e1173b44d67146db57da5561651be71c931a3709cb246a27c50691a41523617123326a5f26da1022ceab31aa2681be850d99df375d414ebc8394a5588
7
- data.tar.gz: '0769961ff55185d99db6b3b84f336a2d1face79a2aafcbf00de381e84b6c6beee99cdc356da5012ad12b2aaaa1943dd9a2bec5e9ae691e6a7d315f33004833c9'
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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-github-pinger"
3
- spec.version = "0.9.0"
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."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-github-pinger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Lapeyre