shellshot.gemspec in shellshot-0.4.1 vs shellshot.gemspec in shellshot-0.4.2
- 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.4.1"
+ s.version = "0.4.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Petyo Ivanov"]
- s.date = %q{2010-01-06}
+ s.date = %q{2010-02-25}
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}
@@ -34,11 +34,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.5}
+ s.rubygems_version = %q{1.3.6}
s.summary = %q{ruby proxy handling the complexities of system invocations}
s.test_files = [
"spec/shellshot_spec.rb",
"spec/spec_helper.rb"
]
@@ -57,5 +57,6 @@
else
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<SystemTimer>, [">= 0"])
end
end
+