lita-github-pinger 0.5.4 → 0.5.5

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: 5743c1e2910906475e818b3b9912c8bf891f7f06
4
- data.tar.gz: 46409742b9e642a2d2290ec13ccb0815075da3a2
3
+ metadata.gz: 2aba1c6425304ecc11cc4e5ba5b481330bc9c829
4
+ data.tar.gz: dbf7bb9c45d71d18e61f8d70519d55f4c7d11986
5
5
  SHA512:
6
- metadata.gz: bb57cc2e0d273064e6c785fde9c909163112b94d0f7a1beca801e87f342e56dec08c87267c605e1fd3960807a7f412b412eb848af984b9b9dac6072c5e34dfe3
7
- data.tar.gz: 257817987541e681ef9ae3ac97610f9070c654631763c909f8a57f0f1298b37829ce1463e425ae3201b626153ea789c99d921d5ac49b0eeb7f1d1a417aef50c1
6
+ metadata.gz: 0344655329ddd92e3b6984725e3ea6dab9ffa682d119bdfc488f47fd1a5cabfa77fd859053d17846c6403edc024ec296edae86df130129566472ca9bc47124b9
7
+ data.tar.gz: e994e0a9c29224ab48230faefa2f5f489120d1e93d70d891a3dcfb849fce75b9ef0d953d97a3a761c6f0319475a2e1a5d1db094b32a4cb6ac7a012f9487a0abe
@@ -31,7 +31,7 @@ module Lita
31
31
  # - "only_mentions" (will only ping you when you are explicitly @mentioned)
32
32
  # - "off"
33
33
  # default: "all_discussion"
34
- config :engineers, type: Array, required: true
34
+ config :engineers, type: Hash, required: true
35
35
 
36
36
  http.post("/ghping", :ghping)
37
37
  http.post("/travisping", :travisping)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-github-pinger"
3
- spec.version = "0.5.4"
3
+ spec.version = "0.5.5"
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.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Lapeyre