runnable.gemspec in runnable-0.3.0 vs runnable.gemspec in runnable-0.3.1

- 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.3.0" + s.version = "0.3.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{2012-01-17} + s.date = %q{2012-01-23} 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" ]