lita-github-pinger 0.7.3 → 0.7.4

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
  SHA256:
3
- metadata.gz: 400579a09827ebd786faba47a55233e07c280c11cce7151f8c19d1d4234e2a55
4
- data.tar.gz: 19b0da443bd5cbad1381853d88a16c70598eef129000f665892320077c49753e
3
+ metadata.gz: d2ba28e24a3ad215b12870f7f2613a1aef313c5a568009bbfeea688e4b7a8f89
4
+ data.tar.gz: 14f5c4a08aefcca80bed29a351e154cc0859c5ff09a82dfd647aa6334d7c8016
5
5
  SHA512:
6
- metadata.gz: 3d857aac94e3a2bf3a622f67d19968b8fb0a0f91bc86a0eb8de8cdf3634fa1189c4387dca2ca05af2833e880b268a073ab373bbc3c49057cdeedc08565673a56
7
- data.tar.gz: 825311b6d62ea8d3faa6debfa5453b139943a51febafaa3a0487d5e3b80e1e42daa74c228b31cb9163ff79fcfba3171af6ff31c9c0e670744d252d3e6e071276
6
+ metadata.gz: c99101ed78718c075d8791b698558d903e7e83b8cfbfc5080ab6694298d6e59445204ea36692f322936bc6574e7f609aa80671e268c8c33eed9237ce06fca271
7
+ data.tar.gz: fc71555742e8876720d4d8b7f6833134d4ff5f80c8044ae110b585969c6e37f4f23153eb0fac2c1ba14649928194df1a0ccda7c67c5743681b87f89c857bc5e5
@@ -127,6 +127,7 @@ module Lita
127
127
  end
128
128
 
129
129
  def act_on_pr_opened(body, response)
130
+ type = detect_type(body)
130
131
  puts "Detected that someone opened a #{type.tr('_', ' ')}."
131
132
  if type.nil?
132
133
  puts 'Neither pull request or issue detected, exiting...'
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-github-pinger"
3
- spec.version = "0.7.3"
3
+ spec.version = "0.7.4"
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.7.3
4
+ version: 0.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Lapeyre