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|
|
Gem::Specification.new do |s|
|
||||||
s.name = "nsca"
|
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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["Denis Knauf"]
|
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.description = "Create your alerts easily and send it to Nagios"
|
||||||
s.email = "Denis.Knauf@gmail.com"
|
s.email = "Denis.Knauf@gmail.com"
|
||||||
s.extra_rdoc_files = [
|
s.extra_rdoc_files = [
|
||||||
"LICENSE.txt",
|
"LICENSE.txt",
|
||||||
"README.rdoc"
|
"README.md"
|
||||||
]
|
]
|
||||||
s.files = [
|
s.files = [
|
||||||
".document",
|
".document",
|
||||||
"Gemfile",
|
"Gemfile",
|
||||||
"Gemfile.lock",
|
"Gemfile.lock",
|
||||||
"LICENSE.txt",
|
"LICENSE.txt",
|
||||||
"README.rdoc",
|
"README.md",
|
||||||
"Rakefile",
|
"Rakefile",
|
||||||
"VERSION",
|
"VERSION",
|
||||||
|
"dummy_server.rb",
|
||||||
"lib/nsca.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/helper.rb",
|
||||||
"test/test_nsca.rb"
|
"test/test_nsca.rb"
|
||||||
]
|
]
|
||||||
s.homepage = "http://github.com/DenisKnauf/nsca"
|
s.homepage = "http://github.com/DenisKnauf/nsca"
|
||||||
s.licenses = ["MIT"]
|
s.licenses = ["MIT"]
|
||||||
s.require_paths = ["lib"]
|
s.require_paths = ["lib"]
|
||||||
s.rubygems_version = "1.8.11"
|
s.rubygems_version = "1.8.23"
|
||||||
s.summary = "Nagios passive alerts with friendly API"
|
s.summary = "Nagios passive alerts with friendly API"
|
||||||
|
|
||||||
if s.respond_to? :specification_version then
|
if s.respond_to? :specification_version then
|
||||||
|
|
Loading…
Reference in a new issue