Mechanize v0.4.7 Release Notes

    • 🛠 Fixed bug with no action in forms. Thanks to Adam Wiggins
    • 0️⃣ Setting a default user-agent string
    • ➕ Added house cleaning to the cookie jar so expired cookies don't stick around.
    • ➕ Added new method WWW::Form#field to find the first field with a given name. (thanks to Gregory Brown)
    • ➕ Added WWW::Mechanize#get_file for fetching non text/html files