lita-github-pinger 0.3.2 → 0.3.3

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
  SHA1:
3
- metadata.gz: 6d3ecc0b40f14f05794f14b9523701362522db6e
4
- data.tar.gz: 3bcd8723b6e69fd9abd4b0bf0ca566e26e1344a5
3
+ metadata.gz: 8a7a448b9ded5c52da4afde6b652ad97f77202ec
4
+ data.tar.gz: 698c53e458e0e7ee446a80e7491794df26245ca5
5
5
  SHA512:
6
- metadata.gz: 79a3cd94cdfe806deed670c48eb009cac59165d42ff31ecd9814e953c0fc14505d01e7d7d4aa40dd0a8c13cffa7e32d1fb47497848b0fadd487cac1072cc0934
7
- data.tar.gz: 719098b48575a6a1310d4a9089d1d718a9b377df0cb991edb86984fcb7b0a83553b46f3fc29d7be65ffa422b3f8e5303ab13fd9011c1abe2f6d8db392173f9db
6
+ metadata.gz: 6c84ac9cbd0ec54d4fbe888cd96dbe6d35a09b9aeec94bebae74e5d36a83e36c4cec10171ca7bdad3669ff49c95f8ac0ebfece53c10b21ef5853f8fbc11d40f5
7
+ data.tar.gz: a4bb2d8463ee4eaf9a753f651a84a831f248ae676a3e0d007920218c49d000c663f298ee90e4a408c0bbc345094a9f55a482b3de553ca8f8e0a348def25d5d5d
@@ -14,7 +14,7 @@ module Lita
14
14
  if body["comment"]
15
15
  pr_url = body["pull_request"]["html_url"]
16
16
  pr_owner = body["pull_request"]["user"]["login"]
17
- commenter = body["content"]["user"]["login"]
17
+ commenter = body["comment"]["user"]["login"]
18
18
  comment = body["comment"]["body"]
19
19
 
20
20
  pr_owner = config.engineers.select do |eng|
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-github-pinger"
3
- spec.version = "0.3.2"
3
+ spec.version = "0.3.3"
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.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Lapeyre