http-cookie/lib/http/cookie_jar
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
..
abstract_saver.rb Reduce warnings. 2013-03-15 12:31:19 +09:00
abstract_store.rb Reduce warnings. 2013-03-15 12:31:19 +09:00
cookiestxt_saver.rb Use the cookie creation time as base time for Max-Age. 2013-03-27 19:50:30 +09:00
hash_store.rb Improve documentation. 2013-03-27 18:17:56 +09:00
mozilla_store.rb MozillaStore: Add #filename, #close and #closed?. 2013-03-27 19:50:27 +09:00
yaml_saver.rb Fix a terrible typo that kept YAMLServer from working. :( 2013-03-15 19:24:20 +09:00