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