lita-github-pinger 0.7.1 → 0.7.2

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
  SHA256:
3
- metadata.gz: 9f3946498a8cb96ad0fdb38c52ff6bd48a66c05cae423dd7041aec96bf0930c6
4
- data.tar.gz: 7ba450f93bc787263d8525bf19badf2a7f6bd363aa40827f6a77325416af73fb
3
+ metadata.gz: 19f0900e5f09410f6d91f2412029c09cbc49511a4343827f8a166b92c21ebc56
4
+ data.tar.gz: 1f1f7b3f245b626c7f2588a5ff99dcb6d0457e4c59288813e78f28531362f48f
5
5
  SHA512:
6
- metadata.gz: e7f389310af3808415a3b2deb2ed21981e3c814d65cd47a81fba5fbd1135c267ee3dde2ac845bfc6d0e4e6c3b109736741c89ed043afe3243a814d561ea7252f
7
- data.tar.gz: 7ab759da9baebd5c911f1f247b13081134dd18a7b93ef00d1617ca307c2fee9888d4b5262f8555be8d6c087d2bf851d5a8c4b1235094db78ec4b7d17678b260a
6
+ metadata.gz: 04f123fe02a461ce7415b6727b867d155c350872e27af91ad38b9a2d6f4396af486c89dce6067b7f5aab24453a01433e12916524d1de00fc0d5d57881e88d3c7
7
+ data.tar.gz: 43a1b287569afd579197dd86cbd470c9a65dfff5162f1f21b158f6e6c5b46518619790bcdfc777b2c8afc60bd34f64f9ae672c5113869e5cb8ba69249c7572de
@@ -49,6 +49,9 @@ module Lita
49
49
  puts "########## New GitHub Event! ##########"
50
50
  body = MultiJson.load(request.body)
51
51
 
52
+ puts body["action"]
53
+ puts body["state"]
54
+
52
55
  if body["comment"]
53
56
  act_on_comment(body, response)
54
57
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-github-pinger"
3
- spec.version = "0.7.1"
3
+ spec.version = "0.7.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.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Lapeyre