rainbows.gemspec in rainbows-0.95.0 vs rainbows.gemspec in rainbows-0.95.1
- old
+ new
@@ -32,11 +32,11 @@
end.flatten.compact
s.files = manifest
s.homepage = %q{http://rainbows.rubyforge.org/}
s.summary = %q{Unicorn for sleepy apps and slow clients}
- s.rdoc_options = [ "-Na", "-t", "Rainbows! #{s.summary}" ]
+ s.rdoc_options = [ "-t", "Rainbows! #{s.summary}" ]
s.require_paths = %w(lib)
s.rubyforge_project = %q{rainbows}
s.test_files = test_files
@@ -44,10 +44,10 @@
s.add_dependency(%q<rack>, ['~> 1.1'])
# we need Unicorn for the HTTP parser and process management
# Unicorn 0.991.0 handles config.ru when started outside of
# the prespecified working_directory
- s.add_dependency(%q<unicorn>, [">= 1.1.0", "< 2.0.0"])
+ s.add_dependency(%q<unicorn>, [">= 1.1.1", "< 2.0.0"])
s.add_development_dependency(%q<isolate>, "~> 2.1.0")
# optional runtime dependencies depending on configuration
# see t/test_isolate.rb for the exact versions we've tested with
#