-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathawsbix.gemspec
More file actions
26 lines (26 loc) · 799 Bytes
/
awsbix.gemspec
File metadata and controls
26 lines (26 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Gem::Specification.new do |s|
s.name = 'awsbix'
s.version = '0.0.8'
s.date = '2017-03-09'
s.summary = "add/remove hosts to Zabbix"
s.description = "automates adding/removing hosts to Zabbix"
s.authors = ["Tom Llewellyn-Smith"]
s.email = 'code@onixconsulting.co.uk'
s.files = [
'bin/config.yaml',
'lib/awsbix/api.rb',
'lib/awsbix/aws.rb',
'lib/awsbix/base.rb',
'lib/awsbix/conf.rb',
'lib/awsbix/error.rb',
'lib/awsbix.rb',
'LICENSE',
'README.md'
]
s.executables << 'add-hosts.rb'
s.homepage = 'https://github.com/brahman81/awsbix'
s.license = 'GPL-3.0'
s.required_ruby_version = '>= 1.9.2'
s.add_runtime_dependency "aws-sdk", "~> 1.60"
s.add_runtime_dependency "zabbixapi", "~> 2.0"
end