lita-github-pinger 0.2.9 → 0.3.0

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
  SHA1:
3
- metadata.gz: 17977cd6e6ceae78be1981713ab820a6adeda790
4
- data.tar.gz: 5fc3c2d780804967f01a500d5aa5b045379216f1
3
+ metadata.gz: e2786b7744de23ea563a98e6ba885ed173bf0678
4
+ data.tar.gz: f3384d8b8a87003a4b2547a0387929852c8b1e98
5
5
  SHA512:
6
- metadata.gz: a9b26e164c8e13249aab0c5cc724dbb393e899ab013231bd7b413c0ea17af718bc8d72688e60160e7c3996c5a27b4bc1fd80e28f625f2c22c57ba704f480eee6
7
- data.tar.gz: d0e25f1a546553c0c19526de805301e257d555da166e7db7048739adee3316c1553661af2ce982e0450a8c94384d77cafd782cdd0c53c751a1dca7f92d25d033
6
+ metadata.gz: a9067fb4331007687c8a90db8830daa148c0db818fe1938c28d85ae7eeaea852ce221bd74fa4ed9f01e3a0d8812446ece238f927b6d6f5fc5cda168648735566
7
+ data.tar.gz: b0aceee6772fe468a33ff9fc79c8824152fb190241cd8e73e8afefd311ca2a54c908cf3d49ce9ecc655f3999206c7a87ef9490a6d4272c4205224a4ea19af09d
@@ -10,6 +10,7 @@ module Lita
10
10
 
11
11
  def ghping(request, response)
12
12
  body = MultiJson.load(request.body)
13
+ pp body
13
14
  send_dm("taylor", "```#{body}```")
14
15
  response
15
16
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-github-pinger"
3
- spec.version = "0.2.9"
3
+ spec.version = "0.3.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.2.9
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Lapeyre