mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
manifest
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@787 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
055736e670
commit
ace5348f85
2 changed files with 18 additions and 3 deletions
6
Manifest
6
Manifest
|
@ -30,15 +30,19 @@ lib/mongrel/camping.rb
|
|||
lib/mongrel/cgi.rb
|
||||
lib/mongrel/command.rb
|
||||
lib/mongrel/configurator.rb
|
||||
lib/mongrel/const.rb
|
||||
lib/mongrel/debug.rb
|
||||
lib/mongrel/handlers.rb
|
||||
lib/mongrel/header_out.rb
|
||||
lib/mongrel/http_request.rb
|
||||
lib/mongrel/http_response.rb
|
||||
lib/mongrel/init.rb
|
||||
lib/mongrel/mime_types.yml
|
||||
lib/mongrel/rails.rb
|
||||
lib/mongrel/stats.rb
|
||||
lib/mongrel/tcphack.rb
|
||||
lib/mongrel/uri_classifier.rb
|
||||
lib/mongrel.rb
|
||||
lib/mutex_fix.rb
|
||||
LICENSE
|
||||
Manifest
|
||||
mongrel-public_cert.pem
|
||||
|
|
|
@ -7,9 +7,20 @@ ordering: 2
|
|||
|
||||
h1. Latest News
|
||||
|
||||
h2. Oct 26: Mongrel 1.0.2
|
||||
h2. Oct 26: Mongrel 1.0.2 Airdrop!
|
||||
|
||||
Mongrel 1.0.2 is finally out with an asspile of bug fixes. Mongrel 1.1 will come hot on its heels, with a more modular architecture and JRuby support. Props to their team for quickly fixing the JRuby bugs we reported.
|
||||
Mongrel 1.0.2 is finally out with an asspile of bug fixes. It and its dependencies are now signed, so add the Mongrel public certificate via:
|
||||
|
||||
$ wget http://rubyforge.org/frs/download.php/25325/mongrel-public_cert.pem
|
||||
$ gem cert --add mongrel-public_cert.pem
|
||||
|
||||
Now install it via:
|
||||
|
||||
$ gem install mongrel --include-dependencies -P HighSecurity
|
||||
|
||||
Manual downloads (gems and tarballs) are at http://mongrel.rubyforge.org/releases/.
|
||||
|
||||
Mongrel 1.1 is coming very soon with JRuby support and a few other things.
|
||||
|
||||
h2. Jan 22: Mongrel 1.0.1 Baby!
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue