notifu 1.2

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.
metadata ADDED
@@ -0,0 +1,90 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: notifu
3
+ version: !ruby/object:Gem::Version
4
+ version: '1.2'
5
+ platform: ruby
6
+ authors:
7
+ - Radek 'blufor' Slavicinsky
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-11-18 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: thor
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0.19'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 0.19.0
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '0.19'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 0.19.0
33
+ description: Provides Nagios-like notification configuration & schedules
34
+ email: radek.slavicinsky@gmail.com
35
+ executables:
36
+ - notifu
37
+ extensions: []
38
+ extra_rdoc_files: []
39
+ files:
40
+ - bin/notifu
41
+ - lib/notifu.rb
42
+ - lib/notifu/actors/gammu_sms_bridge.rb
43
+ - lib/notifu/actors/pagerduty.rb
44
+ - lib/notifu/actors/slack_chan.rb
45
+ - lib/notifu/actors/slack_msg.rb
46
+ - lib/notifu/actors/smtp.rb
47
+ - lib/notifu/actors/stdout.rb
48
+ - lib/notifu/actors/twilio_call.rb
49
+ - lib/notifu/cli.rb
50
+ - lib/notifu/cli/object.rb
51
+ - lib/notifu/cli/service.rb
52
+ - lib/notifu/config.rb
53
+ - lib/notifu/logger.rb
54
+ - lib/notifu/mixins.rb
55
+ - lib/notifu/model.rb
56
+ - lib/notifu/model/contact.rb
57
+ - lib/notifu/model/event.rb
58
+ - lib/notifu/model/group.rb
59
+ - lib/notifu/model/issue.rb
60
+ - lib/notifu/model/sla.rb
61
+ - lib/notifu/sensu/handler.rb
62
+ - lib/notifu/util.rb
63
+ - lib/notifu/workers/actor.rb
64
+ - lib/notifu/workers/processor.rb
65
+ - lib/notifu/workers/sidekiq_init.rb
66
+ homepage: https://github.com/blufor/notifu
67
+ licenses:
68
+ - GPL-3.0
69
+ metadata: {}
70
+ post_install_message:
71
+ rdoc_options: []
72
+ require_paths:
73
+ - lib
74
+ required_ruby_version: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: 2.3.1
79
+ required_rubygems_version: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: '0'
84
+ requirements: []
85
+ rubyforge_project:
86
+ rubygems_version: 2.5.1
87
+ signing_key:
88
+ specification_version: 4
89
+ summary: Sensu notification handling service
90
+ test_files: []