lita-github-pinger 0.4.9 → 0.5.0

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: b9e73de755af67e4312193a28a44c91826f9c0d1
4
- data.tar.gz: d8a012250d34c4b0bae7ab254fa501e9cf32e7ed
3
+ metadata.gz: 630d4df47a6d6f2d01b008bf0e0879d018452835
4
+ data.tar.gz: e85c4329e53ffee3b126a1707131a7ccfa6ac05a
5
5
  SHA512:
6
- metadata.gz: 2d82a5b01e84f0afeb4c6f93a91ed893f4e1c16a7432bb7726533a6f306017e363d0d43ff1bf000c52c7da2577e0aa7bd4a9fc705086f4557d553cc62ae1cbc7
7
- data.tar.gz: a219498c07c4ac01135f12f08b705563723330843106df33744cd15c01c417106d009d530592ba6a25f3ed4b848aa52e559eef9fc55f3b080e745aa3c7b560cc
6
+ metadata.gz: 589be7652e1b6f01323bde113d081cba41cffb825786b06683ad41a0d18cff5a5cf540d97a679d12b81615aca21f0e75ca5b725198bd1d5326bb11d2b8bc70b2
7
+ data.tar.gz: 3a1005af055b53a4e93c9a65c046abce2784cc877265569f58f149717266fa169556b660c709ce97ef2d7b1e18605c084cf78cd820bf1f7030e868b294472e79
@@ -42,7 +42,7 @@ module Lita
42
42
 
43
43
  def act_on_assign(body, response)
44
44
  puts "Detected that someone got assigned to a pull request."
45
- assignee = find_engineer(github: body["pull_request"]["assignee"])
45
+ assignee = find_engineer(github: body["pull_request"]["assignee"]["login"])
46
46
  assigner = find_engineer(github: body["pull_request"]["user"]["login"])
47
47
 
48
48
  puts "#{assignee} determined as the assignee."
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-github-pinger"
3
- spec.version = "0.4.9"
3
+ spec.version = "0.5.0"
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.4.9
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Lapeyre