igp.gemspec in igp-0.0.1 vs igp.gemspec in igp-0.0.2
- old
+ new
@@ -3,16 +3,16 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{igp}
- s.version = "0.0.1"
+ s.version = "0.0.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Paul Gallagher"]
s.date = %q{2011-05-07}
- s.description = %q{command line interface for running longitudinal monitoring for various protocols: HTTP, HTTPS, ICMP and more}
+ s.description = %q{It goes PING! .. simple command-line server monitoring with a range of protocols: ICMP, TCP, UDP, HTTP/S, LDAP/S}
s.email = %q{gallagher.paul@gmail.com}
s.executables = ["igp"]
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
@@ -30,19 +30,21 @@
"lib/igp.rb",
"lib/igp/base.rb",
"lib/igp/shell.rb",
"lib/igp/version.rb",
"spec/base_spec.rb",
+ "spec/format_spec.rb",
"spec/shell_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/tardate/igp}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.7.2}
s.summary = %q{It goes PING!}
s.test_files = [
"spec/base_spec.rb",
+ "spec/format_spec.rb",
"spec/shell_spec.rb",
"spec/spec_helper.rb"
]
if s.respond_to? :specification_version then