lita-github-pinger 0.2.7 → 0.2.8

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: 9af7217a4ae5e859024debdbf410227539554459
4
- data.tar.gz: 577fdfe8ada3bc2e8eceeda207f072dad7fc7db1
3
+ metadata.gz: 87fd5c9f0fcdb16fbdf00c9a1ead0a4db2dcb660
4
+ data.tar.gz: 4433e81e4ce2452319ac87c2cea2a26348b0497b
5
5
  SHA512:
6
- metadata.gz: 6112ec76bef1a5b39454980e221559d6c50357dd8b9e708b4403102506f3f1e927841a3d19a5dabdc00f4799db4e5bb37818e05af3b434b3b8e7900ed166ae2a
7
- data.tar.gz: 56ece8a490bc003463cfd150e39c5795207331634148510ea26c0d9433ddc1c418646c9f8e9d8f5fd29bfe82db9cad459cdeae737d89f880e03bdeae58195d2f
6
+ metadata.gz: 1f40fd49b22219dbdd639990dc393565321229017e0246f19d10a2624a6847cee7680c58a2b41ecb30f59c6be70552e2b9eaa6cb1bfc1a20217d2be8c1b79276
7
+ data.tar.gz: 7ab096a43118f51805f562def41a2b40584c5895eda147361417eb2d3c558af0aee9365749898a4cc05128545c22e89ea78012c792563058aa870b818327ca5f
@@ -30,7 +30,7 @@ module Lita
30
30
  def send_dm(username, content)
31
31
  if user = Lita::User.fuzzy_find(username)
32
32
  source = Lita::Source.new(user: user)
33
- robot.send_message(source, "New PR comment! #{message.message.body}")
33
+ robot.send_message(source, "New PR comment! #{content}")
34
34
  else
35
35
  puts "Could not find user with name #{username}"
36
36
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-github-pinger"
3
- spec.version = "0.2.7"
3
+ spec.version = "0.2.8"
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.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Lapeyre