Sha256: ce10d1629c3ae9f74f2b44f8e917a077bf1bd8f6fd38a0189da216a913d5c0e5
Contents?: true
Size: 991 Bytes
Versions: 1
Compression:
Stored size: 991 Bytes
Contents
# -*- encoding: utf-8 -*- #require File.dirname(__FILE__) + "/lib/bin_script/version" Gem::Specification.new do |s| s.name = %q{nagios_helper} s.version = "0.1.1" s.authors = ["Makarchev Konstantin"] s.description = %q{Rails gem for writing, testing, executing nagios checks inside Rails application. Checks running throught http or binary(nrpe).} s.summary = %q{Rails gem for writing, testing, executing nagios checks inside Rails application. Checks running throught http or binary(nrpe).} s.email = %q{kostya27@gmail.com} s.homepage = %q{http://github.com/kostya/nagios_helper} 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_dependency 'activesupport' s.add_dependency 'eventmachine' s.add_development_dependency "rspec" s.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nagios_helper-0.1.1 | nagios_helper.gemspec |