runnable.gemspec in runnable-0.2.0 vs runnable.gemspec in runnable-0.2.1
- old
+ new
@@ -3,15 +3,15 @@
# 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.0"
+ s.version = "0.2.1"
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-03}
+ s.date = %q{2011-08-08}
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"
]
@@ -26,10 +26,10 @@
"runnable.gemspec"
]
s.homepage = %q{http://github.com/nosolosoftware/runnable}
s.licenses = ["GPL-3"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.7.2}
+ s.rubygems_version = %q{1.6.2}
s.summary = %q{A Ruby gem for execute and control system commands}
if s.respond_to? :specification_version then
s.specification_version = 3