Regenerate gemspec for version 0.0.1
This commit is contained in:
parent
66450953f4
commit
e922b2500f
17
nsca.gemspec
17
nsca.gemspec
|
@ -5,33 +5,40 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "nsca"
|
||||
s.version = "0.0.0"
|
||||
s.version = "0.0.1"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Denis Knauf"]
|
||||
s.date = "2013-03-16"
|
||||
s.date = "2013-04-08"
|
||||
s.description = "Create your alerts easily and send it to Nagios"
|
||||
s.email = "Denis.Knauf@gmail.com"
|
||||
s.extra_rdoc_files = [
|
||||
"LICENSE.txt",
|
||||
"README.rdoc"
|
||||
"README.md"
|
||||
]
|
||||
s.files = [
|
||||
".document",
|
||||
"Gemfile",
|
||||
"Gemfile.lock",
|
||||
"LICENSE.txt",
|
||||
"README.rdoc",
|
||||
"README.md",
|
||||
"Rakefile",
|
||||
"VERSION",
|
||||
"dummy_server.rb",
|
||||
"lib/nsca.rb",
|
||||
"lib/nsca/check.rb",
|
||||
"lib/nsca/client.rb",
|
||||
"lib/nsca/packet.rb",
|
||||
"lib/nsca/server.rb",
|
||||
"nsca.gemspec",
|
||||
"test/dummy_server.rb",
|
||||
"test/helper.rb",
|
||||
"test/test_nsca.rb"
|
||||
]
|
||||
s.homepage = "http://github.com/DenisKnauf/nsca"
|
||||
s.licenses = ["MIT"]
|
||||
s.require_paths = ["lib"]
|
||||
s.rubygems_version = "1.8.11"
|
||||
s.rubygems_version = "1.8.23"
|
||||
s.summary = "Nagios passive alerts with friendly API"
|
||||
|
||||
if s.respond_to? :specification_version then
|
||||
|
|
Loading…
Reference in a new issue