1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Updated version and dependencies

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@516 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
bktaylor 2007-01-26 01:48:42 +00:00
parent c22b3db405
commit 054c5e2d31

View file

@ -15,15 +15,15 @@ setup_rdoc ['README', 'LICENSE', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc']
desc "Does a full compile, test run"
task :default => [:test, :package]
version="0.2.1"
version="0.2.2"
name="mongrel_cluster"
setup_gem(name, version) do |spec|
spec.summary = "Mongrel plugin that provides commands and Capistrano tasks for managing multiple Mongrel processes."
spec.description = spec.summary
spec.author="Bradley Taylor"
spec.add_dependency('gem_plugin', '>= 0.2.1')
spec.add_dependency('mongrel', '>= 0.3.13.4')
spec.add_dependency('gem_plugin', '>= 0.2.2')
spec.add_dependency('mongrel', '>= 1.0.1')
spec.files += Dir.glob("resources/**/*")
spec.has_rdoc = false
spec.files += Dir.glob("bin/*")