Subject: | Gist service failing due to change in gist form |
Within the last few days, github changed the interface for submitting
gists, which broken the Mech code for submitting forms.
The attached patch will fix that, although it might be worth tinkering a
little to see if it can be made more robust.
Subject: | gist.diff |
22c22
< form_number => 1,
---
> form_number => 2,