http-cookie/lib/http
Akinori MUSHA eed7e57813 Use the cookie creation time as base time for Max-Age.
Now #expire returns created_at + max_age when expires is nil.

Cookie.parse: the :date keyword is renamed to :created_at, and the
value is set to in parsed cookies via #created_at.

In YAML serialization, #max_age is stored.
2013-03-27 19:50:30 +09:00
..
cookie Bump VERSION to 1.0.0.pre3. 2013-03-27 16:10:11 +09:00
cookie_jar Use the cookie creation time as base time for Max-Age. 2013-03-27 19:50:30 +09:00
cookie.rb Use the cookie creation time as base time for Max-Age. 2013-03-27 19:50:30 +09:00
cookie_jar.rb Improve documentation. 2013-03-27 18:17:56 +09:00