Sha256: b1dc4459b291d7afc683dad08d4e7a7f191fcf6f0ef87a26c60d8ec49206ce85
Contents?: true
Size: 880 Bytes
Versions: 2
Compression:
Stored size: 880 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "nagios_check/version" Gem::Specification.new do |s| s.name = "nagios_check" s.version = NagiosCheck::VERSION s.authors = ["Dominique Broeglin"] s.email = ["dominique.broeglin@gmail.com"] s.homepage = "https://github.com/dbroeglin/nagios_check" s.summary = %q{Ruby Nagios Check Integration} s.description = %q{An easy to use DSL for building custom probes for the Nagios monitoring system} s.rubyforge_project = "nagios_check" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_development_dependency "rspec", "~> 2.14.0" s.add_development_dependency "rake" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nagios_check-0.4.0 | nagios_check.gemspec |
nagios_check-0.3.1 | nagios_check.gemspec |