Akinori MUSHA
b5702afb4c
Mention the eTLD support.
2013-04-20 21:36:54 +09:00
Akinori MUSHA
30b57fb2c2
List selling points.
2013-04-20 20:43:17 +09:00
Akinori MUSHA
94d28bdfbb
Update examples again.
2013-04-15 09:09:04 +09:00
Akinori MUSHA
cd9571615a
Update examples.
2013-04-15 08:54:48 +09:00
Akinori MUSHA
9c7d563da5
Update README.md.
2013-04-08 14:05:48 +09:00
Akinori MUSHA
ef1f759e9d
Fix an example.
2013-04-08 13:53:40 +09:00
Akinori MUSHA
865ca54c20
Improve compatibility notes and overall markups.
2013-04-07 23:52:24 +09:00
Akinori MUSHA
6689b3b7aa
Drop support for obsolete attributes: version and comment.
2013-04-07 23:09:30 +09:00
Akinori MUSHA
dc65a98907
HTTP::Cookie.parse: Change the signature again.
...
I made the uri parameter optional when I introduced the origin
attribute, but on second thought it should always be given.
I'm making the origin parameter fixed and mandatory again, but this
time it comes next to set_cookie. This order should look more natural
because the one that comes first is to be parsed.
Since Mechanize::Cookie.parse required the uri parameter to be a URI
object, backward compatibility is still possible.
2013-03-29 01:39:30 +09:00
Akinori MUSHA
a7575ae3df
Improve documentation.
2013-03-27 18:17:56 +09:00
Akinori MUSHA
6dda359db1
Improve rdoc.
2013-03-23 00:37:21 +09:00
Akinori MUSHA
c99825de21
Cookie.parse() returns an array of cookies.
2013-03-15 18:35:13 +09:00
Akinori MUSHA
5cebc4e56d
Ignore incompatible YAML data.
2013-03-15 10:46:50 +09:00
Akinori MUSHA
f7bb9d6272
Perform markups.
2013-03-15 10:12:08 +09:00
Akinori MUSHA
c0d5f3a121
Add error messages to make migration from Mechanize::Cookie easier.
...
Add a section to elaborate on the incompatibilities to README.md.
2013-03-15 05:53:11 +09:00
Akinori MUSHA
1f5eb6bc7f
Introduce an abstraction layer for saving (serializing) CookieJar.
...
CookieJar#save is the new name for the now obsolete #save_as.
CookieJar#save and #load now accept IO-like instead of a filename.
Change the YAML file format, and make #load discard incompatible data.
2013-03-15 04:20:59 +09:00
Akinori MUSHA
a831fc424c
Add HTTP::Cookie#set_cookie_value, and alias #cookie_value to #to_s.
2013-03-15 04:20:59 +09:00
Akinori MUSHA
87bd991a81
Put a couple of to-do items I am working on.
2013-03-08 21:31:11 +09:00
Akinori MUSHA
3d7b39ff86
Update the example code.
2012-10-17 22:40:20 +09:00
Akinori MUSHA
ad42622d3b
Fix a bad example that blindly eats a cookie without checking the origin.
2012-10-14 22:19:59 +09:00
Akinori MUSHA
060fc63c2a
Import cookie related stuff from Mechanize.
2012-10-14 18:52:52 +09:00