shellshot.gemspec in shellshot-0.2.0 vs shellshot.gemspec in shellshot-0.3.0

- old
+ new

@@ -1,17 +1,17 @@ # Generated by jeweler -# DO NOT EDIT THIS FILE -# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` +# DO NOT EDIT THIS FILE DIRECTLY +# 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.2.0" + s.version = "0.3.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Petyo Ivanov"] - s.date = %q{2009-10-27} + s.date = %q{2009-11-24} 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} @@ -32,11 +32,11 @@ "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/underlog/shellshot} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.4} + s.rubygems_version = %q{1.3.5} s.summary = %q{ruby proxy handling the complexities of system invocations} s.test_files = [ "spec/shellshot_spec.rb", "spec/spec_helper.rb" ] @@ -55,5 +55,6 @@ else s.add_dependency(%q<rspec>, [">= 0"]) s.add_dependency(%q<SystemTimer>, [">= 0"]) end end +