shellshot.gemspec in shellshot-0.3.0 vs shellshot.gemspec in shellshot-0.3.1

- old
+ new

@@ -3,14 +3,14 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{shellshot} - 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 = ["Petyo Ivanov"] - s.date = %q{2009-11-24} + s.date = %q{2009-12-01} s.description = %q{ A small library dealing with the obscurities of shell commands, piping and timeouts. Most of the stuff comes from bad experience in http://beanstalkapp.com. } s.email = %q{underlog@gmail.com}