Skip to content

Commit

Permalink
Last-minute details
Browse files Browse the repository at this point in the history
darcs-hash:20070303123400-4fc50-e393c85cdc07ef57c5f0a205ea78a067df32af13.gz
  • Loading branch information
leahneukirchen committed Mar 3, 2007
1 parent d5b63bc commit 253cb49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ These frameworks include Rack adapters in their distributions:
Between the server and the framework, Rack can be customized to your
applications needs using middleware, for example:
* Rack::URLMap, to route to multiple applications inside the same process.
* Rack::CommonLogger, for creating Apache-style logfiles
* Rack::CommonLogger, for creating Apache-style logfiles.
* Rack::ShowException, for catching unhandled exceptions and
presenting them in a nice and helpful way with clickable backtrace
etc.
presenting them in a nice and helpful way with clickable backtrace.
* Rack::File, for serving static files.
* ...

Expand Down Expand Up @@ -108,13 +107,14 @@ Please mail bugs, suggestions and patches to
Darcs repository ("darcs send" is welcome for patches):
http://chneukirchen.org/repos/rack

You also are welcome to join the #rack channel on irc.freenode.net.
You are also welcome to join the #rack channel on irc.freenode.net.

== Thanks to

* Michael Fellinger, for helpful discussion.
* Michael Fellinger, for the helpful discussion.
* Christoffer Sawicki, for the Rails adapter.
* Armin Ronacher, for the logo and racktools.
* Alexander Kellett for testing the Gem and reviewing the announce.
* Marcus Rückert, for help with configuring and debugging lighttpd.
* The WSGI team for the well-done and documented work they've done and
Rack builds up on.
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ desc "Run all the tests"
task :default => [:test]

desc "Do predistribution stuff"
task :predist => [:chmod, :changelog, :rdoc, :distmanifest]
task :predist => [:chmod, :changelog, :rdoc]


desc "Make an archive as .tar.gz"
task :dist => :test do
task :dist => :fulltest do
system "export DARCS_REPO=#{File.expand_path "."}; " +
"darcs dist -d rack-#{get_darcs_tree_version}"
end
Expand Down

0 comments on commit 253cb49

Please sign in to comment.