runnable.gemspec in runnable-0.2.3 vs runnable.gemspec in runnable-0.2.4
- old
+ new
@@ -3,14 +3,14 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{runnable}
- s.version = "0.2.3"
+ s.version = "0.2.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Rafael GarcĂa", "Luis Ciudad", "Pedro Navajas", "Javier Aranda"]
- s.date = %q{2011-08-26}
+ s.date = %q{2011-10-27}
s.description = %q{Convert a executable command in a Ruby-like class you are able to start, define params and send signals (like kill, or stop)}
s.email = ["rgarcia@nosolosoftware.biz", "lciudad@nosolosoftware.biz", "pnavajas@nosolosoftware.biz", "jaranda@nosolosoftware.biz"]
s.extra_rdoc_files = [
"README.markdown"
]