lita-github-pinger 0.1.2 → 0.1.3

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: e0d0c43ce18fa74ef02ff02f9bc9aaae3abdc75b
4
- data.tar.gz: 57d70755df2863c234c2c9a94f74f6f51a89be62
3
+ metadata.gz: 4338d11f8b9f0b66403bfcb9a790f0a1e622ffae
4
+ data.tar.gz: 89b4c4607cc58a6cf3160cebfb67ecd391c4f6f0
5
5
  SHA512:
6
- metadata.gz: b139be3fe17a3f570a832db23cb43bb7dc8a904454da0ba08a739343fc6164a8cb020260dbd07f1a56ab6ea329b8bc21a93016cbd653e2970ac3b0120d11a770
7
- data.tar.gz: b8f90a271e5ab566f30fee252f0e69fbe277c2476cbcdcf08463055501f1c9b26d835102651e3774877fcc215970a0d0c4b82be52df8d9476bfb3e50f92686bf
6
+ metadata.gz: 0b911b2aea74a1d9375d910811a7db30dbdc434cc2cacf4c89fc3f6a0f713cd4426ce715632c57f7df00ec4dfd24d3a6bc794e514877d0c685a4d409e4eaf8ee
7
+ data.tar.gz: 6651fa3433977488b022db3fcab8fc676af77c0b072bec9d5da2599b2ba6238e7e609cd9513878a89832ab5d61ac17b862358d7b98894d8c765d8d896912917a
@@ -7,7 +7,7 @@ module Lita
7
7
  route(/@(\w*)/, :detect_comment, command: false)
8
8
 
9
9
  def detect_comment(message)
10
- log(message.user.metadata["name"] + " was detected as a github bot")
10
+ puts message.user.metadata["name"] + " was detected as a github bot"
11
11
 
12
12
  return unless message.user.metadata["name"] == "github"
13
13
  mentioned_username = message.matches[0][0]
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-github-pinger"
3
- spec.version = "0.1.2"
3
+ spec.version = "0.1.3"
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.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Lapeyre