lita-github-pinger 0.7.0 → 0.7.1

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: 4219c3fba527d10c59902d567b84ac3bf900cd90f34c5f41b85e3fc31263e5bb
4
- data.tar.gz: 0bfe1ff5bb95fbb56a57fb0c6ea3135d2b2478b3d5b3ea5ef2c437374f38b053
3
+ metadata.gz: 9f3946498a8cb96ad0fdb38c52ff6bd48a66c05cae423dd7041aec96bf0930c6
4
+ data.tar.gz: 7ba450f93bc787263d8525bf19badf2a7f6bd363aa40827f6a77325416af73fb
5
5
  SHA512:
6
- metadata.gz: 92c0fb731b72c6463737c081e31398cf207677d85361ec8fb8367e9daa0c764e46faa9db48713e9734b5177dcaa3205a1af94cc1eb368a5947cb9666bf014ea6
7
- data.tar.gz: 7a34c368801fd5cec786ba2c9e94190eb84930a5f399ac21078485adc9e39f9512074fa036833a91006dd02933444760a74e09cb053237fda3716e4fc69ae1a7
6
+ metadata.gz: e7f389310af3808415a3b2deb2ed21981e3c814d65cd47a81fba5fbd1135c267ee3dde2ac845bfc6d0e4e6c3b109736741c89ed043afe3243a814d561ea7252f
7
+ data.tar.gz: 7ab759da9baebd5c911f1f247b13081134dd18a7b93ef00d1617ca307c2fee9888d4b5262f8555be8d6c087d2bf851d5a8c4b1235094db78ec4b7d17678b260a
@@ -41,6 +41,7 @@ module Lita
41
41
  # - "off"
42
42
  # default: "all_discussion"
43
43
  config :engineers, type: Hash, required: true
44
+ config :enable_round_robin, types: [TrueClass, FalseClass]
44
45
 
45
46
  http.post("/ghping", :ghping)
46
47
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-github-pinger"
3
- spec.version = "0.7.0"
3
+ spec.version = "0.7.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.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Lapeyre