lita-pagerduty-oncall 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,10 +7,10 @@ module Lita
7
7
  class PagerdutyOncall < Handler
8
8
 
9
9
  route(
10
- /^oncall$/,
10
+ /^oncall|whoisoncall$/,
11
11
  :print_oncall,
12
12
  command: true,
13
- help: { }
13
+ help: { "oncall | whoisoncall" => "Show who is Oncall as per PagerDuty" }
14
14
  )
15
15
 
16
16
  def print_oncall(resp)
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-pagerduty-oncall"
3
- spec.version = "0.0.1"
4
- spec.authors = ["Ben Rockwood"]
5
- spec.email = ["benr@joyent.com"]
3
+ spec.version = "0.0.2"
4
+ spec.authors = ["Ben Rockwood", "Garfield Carneiro"]
5
+ spec.email = ["gary.carneiro@gmail.com"]
6
6
  spec.description = %q{Calls pager duty api to find who is oncall}
7
7
  spec.summary = %q{Lita Pager Duty plugin}
8
8
  spec.homepage = "https://github.com/GaryCarneiro/lita-pagerduty-oncall"
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-pagerduty-oncall
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ben Rockwood
14
+ - Garfield Carneiro
14
15
  autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
@@ -94,7 +95,7 @@ dependencies:
94
95
  version_requirements: *id005
95
96
  description: Calls pager duty api to find who is oncall
96
97
  email:
97
- - benr@joyent.com
98
+ - gary.carneiro@gmail.com
98
99
  executables: []
99
100
 
100
101
  extensions: []