shellshot.gemspec in shellshot-0.4.0 vs shellshot.gemspec in shellshot-0.4.1
- old
+ new
@@ -3,17 +3,17 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{shellshot}
- s.version = "0.4.0"
+ s.version = "0.4.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Petyo Ivanov"]
- s.date = %q{2009-12-16}
+ s.date = %q{2010-01-06}
s.description = %q{
- A small library dealing with the obscurities of shell commands, piping and timeouts.
+ 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}
s.extra_rdoc_files = [
"LICENSE",
@@ -25,9 +25,11 @@
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"lib/shellshot.rb",
+ "profile/profile_helper.rb",
+ "profile/shellshot_profile.rb",
"shellshot.gemspec",
"spec/shellshot_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/underlog/shellshot}