Commit Graph

2 Commits

Author SHA1 Message Date
jeremy
c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00
jeremy
9b45481379 Import ruby-rack-cache 1.1, a Rails 3.1 dependency
Rack::Cache is suitable as a quick drop-in component to enable HTTP
caching for Rack-based applications that produce freshness (Expires,
Cache-Control) and/or validation (Last-Modified, ETag) information.

    Standards-based (see RFC 2616 / Section 13).
    Freshness/expiration based caching
    Validation
    Vary support
    Portable: 100% Ruby / works with any Rack-enabled framework.
    Disk, memcached, and heap memory storage backends.

OK claudio@
2011-12-13 17:38:07 +00:00