runnable.gemspec in runnable-0.2.4 vs runnable.gemspec in runnable-0.3.0
- 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.4"
+ s.version = "0.3.0"
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-10-27}
+ s.date = %q{2012-01-17}
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,13 +26,14 @@
"runnable.gemspec"
]
s.homepage = %q{http://github.com/nosolosoftware/runnable}
s.licenses = ["GPL-3"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.6.2}
+ s.rubygems_version = %q{1.3.7}
s.summary = %q{A Ruby gem for execute and control system commands}
if s.respond_to? :specification_version then
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rake>, [">= 0.8.7"])
s.add_development_dependency(%q<yard>, [">= 0.6.8"])