lita-github-pinger 0.5.0 → 0.5.1

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: 630d4df47a6d6f2d01b008bf0e0879d018452835
4
- data.tar.gz: e85c4329e53ffee3b126a1707131a7ccfa6ac05a
3
+ metadata.gz: 189085be14ccd0d2e7112a120315b6e732c72481
4
+ data.tar.gz: 34402020330db1ce0a9fef51299f8dc3a202ae5e
5
5
  SHA512:
6
- metadata.gz: 589be7652e1b6f01323bde113d081cba41cffb825786b06683ad41a0d18cff5a5cf540d97a679d12b81615aca21f0e75ca5b725198bd1d5326bb11d2b8bc70b2
7
- data.tar.gz: 3a1005af055b53a4e93c9a65c046abce2784cc877265569f58f149717266fa169556b660c709ce97ef2d7b1e18605c084cf78cd820bf1f7030e868b294472e79
6
+ metadata.gz: 56a9d137c0fffe5a844980d37bf6ed5e35da8fac626c0ac76e65ef5313fd95a3c597ce320048d4e079a83d08211a82d856b7f919a6f6a7953d0722d968278dba
7
+ data.tar.gz: 51c9301336ec8da792d939a8da7080bc850b1f3e72d36a973d15921755ce8263a6de24c5ed4f1e8a73fc57aea01c69f7577900b792498c099b49072ac1a372c4
@@ -57,7 +57,7 @@ module Lita
57
57
  response
58
58
  end
59
59
 
60
- def act_on_comment(request, response)
60
+ def act_on_comment(body, response)
61
61
  puts "Detected a comment. Extracting data... "
62
62
 
63
63
  comment_url = body["comment"]["html_url"]
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-github-pinger"
3
- spec.version = "0.5.0"
3
+ spec.version = "0.5.1"
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.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Lapeyre