I write a small ruby script and want to upload it to gist.github.com as
if I have copy/pasted it.
What would be the easiest way to do so? I want to avoid using mechanize
as it pulls in nokogiri which I don’t use. So I would need something
much simpler.
Basically I have the data available locally already, just don’t know how
to transfer it to a remote site (gist.github.com)