http-cookie/lib/http
wrzasa f828cf0319 More informative error message when cannot load a store
I tried to use `mozilla` store, but got the following message, that gave me no clue what's wrong:

          ArgumentError: cookie store unavailable: :mozilla

After some debugging I found that I have no `sqlite3` gem installed. But the error message should tell mi that. 

This change should help.
2016-03-18 17:24:56 +01:00
..
cookie Bump VERSION 1.0.2. 2013-09-10 14:52:55 +09:00
cookie_jar More informative error message when cannot load a store 2016-03-18 17:24:56 +01:00
cookie.rb HTTP::Cookie.parse() should not raise an exception if it finds a bad name or value. 2013-09-10 14:48:29 +09:00
cookie_jar.rb fix unused variable warning in LoadError rescue 2013-05-25 10:17:13 +01:00