lita-github-pinger 0.1.0 → 0.1.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: 3cef8b7f5d1803f1a89c020dae5c153b352340d2
4
- data.tar.gz: 9907dea6f592946daffa5af504b34a585ea20943
3
+ metadata.gz: 381239aaeee49d2a030d4ac5eaf45e55cd66086f
4
+ data.tar.gz: 4cdf03fa6c63bb5ea07825742e71f1e532b30450
5
5
  SHA512:
6
- metadata.gz: 149f6a53595992b96408811f9ed5bf1ba7bd7197e33469cd42325a3c8b803109e20595ee93923af90be707d612695dc427cf69fe8b735110628630b32410dbbd
7
- data.tar.gz: ac6bac4512bfb96e6a76bbb59042beb51a3e6ffff181071c960960b8fa914b0b0d1fad9018ad53bfb16d5bc13db20b690f5f2929417faa0f0cd6471bb2f00407
6
+ metadata.gz: 65a2331964e1fce30e9b0c37fcfd25aaa18096e733b3be5fee15a081cb677963c427b87413cd15c6b68c3ce6ad61d588902b4b3c9fda1ea297d58ecc121db1fd
7
+ data.tar.gz: bcb6b9ddbbfed2e65b677ee6e5d6dbcc069abe568afdc54639979d64770d748734d9991c40192ff1278b9219d6588e88eb6bca7fdf51b016aa41dbdb8c2df716
@@ -1,6 +1,9 @@
1
1
  module Lita
2
2
  module Handlers
3
3
  class GithubPinger < Handler
4
+
5
+ config :enginners, type: Array, required: true
6
+
4
7
  route(/assigned to (.*)\)/, :detect_comment, command: false)
5
8
 
6
9
  def detect_comment(message)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-github-pinger"
3
- spec.version = "0.1.0"
3
+ spec.version = "0.1.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.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Lapeyre