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

mongrel 0.3.13.3 should work with upload progress

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@344 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
technoweenie 2006-09-04 21:24:48 +00:00
parent ebc95648df
commit 29df645972

View file

@ -22,7 +22,7 @@ setup_gem(name, version) do |spec|
spec.summary = "The mongrel_upload_progress GemPlugin"
spec.description = spec.summary
spec.author="Nobody"
spec.add_dependency('mongrel', '= 0.3.13.4')
spec.add_dependency('mongrel', '>= 0.3.13.3')
spec.add_dependency('gem_plugin', '>= 0.2.1')
spec.files += Dir.glob("resources/**/*")
end