mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
changelog
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@866 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
e7e39dd886
commit
efef53f223
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
|
|
||||||
v1.1. Pure Ruby URIClassifier. More modular architecture. JRuby support. Move C URIClassifier into mongrel_experimental project.
|
v1.1. Pure Ruby URIClassifier. More modular architecture. JRuby support. Move C URIClassifier into mongrel_experimental project.
|
||||||
|
|
||||||
|
v1.0.4. Backport fixes for versioning inconsistency, mongrel_rails bug, and DirHandler bug.
|
||||||
|
|
||||||
v1.0.3. Fix user-switching bug; make people upgrade to the latest from the RC.
|
v1.0.3. Fix user-switching bug; make people upgrade to the latest from the RC.
|
||||||
|
|
||||||
v1.0.2. Signed gem; many minor bugfixes and patches.
|
v1.0.2. Signed gem; many minor bugfixes and patches.
|
||||||
|
|
2
Rakefile
2
Rakefile
|
@ -7,7 +7,7 @@ e = Echoe.new("mongrel") do |p|
|
||||||
p.summary = "A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps."
|
p.summary = "A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps."
|
||||||
p.author ="Zed A. Shaw"
|
p.author ="Zed A. Shaw"
|
||||||
p.clean_pattern = ['ext/http11/*.{bundle,so,o,obj,pdb,lib,def,exp}', 'lib/*.{bundle,so,o,obj,pdb,lib,def,exp}', 'ext/http11/Makefile', 'pkg', 'lib/*.bundle', '*.gem', 'site/output', '.config', 'lib/http11.jar', 'ext/http11_java/classes', 'coverage']
|
p.clean_pattern = ['ext/http11/*.{bundle,so,o,obj,pdb,lib,def,exp}', 'lib/*.{bundle,so,o,obj,pdb,lib,def,exp}', 'ext/http11/Makefile', 'pkg', 'lib/*.bundle', '*.gem', 'site/output', '.config', 'lib/http11.jar', 'ext/http11_java/classes', 'coverage']
|
||||||
p.rdoc_pattern = ['README', 'LICENSE', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc']
|
p.rdoc_pattern = ['README', 'LICENSE', 'CHANGELOG', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc']
|
||||||
p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/
|
p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/
|
||||||
p.ruby_version = '>= 1.8.4'
|
p.ruby_version = '>= 1.8.4'
|
||||||
p.dependencies = ['gem_plugin >=0.2.3', 'cgi_multipart_eof_fix >=2.4']
|
p.dependencies = ['gem_plugin >=0.2.3', 'cgi_multipart_eof_fix >=2.4']
|
||||||
|
|
Loading…
Reference in a new issue