Clogger 1.3.0 - configurable request logging for Rack

Clogger is Rack middleware for logging HTTP requests. The log format
is customizable so you can specify exactly which fields to log.

Changes:

This release only affects users of the C extension. Users of
the pure Ruby code are not affected.

  • avoid RARRAY_PTR usage for RGenGC in Ruby 2.1.0

    I have not benchmarked this, but this is unlikely to be a bottleneck
    at all in older Rubies. It results in a smaller binary, too, which
    will help with icache bloat. This should also improve performance
    under Rubinius, too.