From: Marc Heiler Date: 2011-08-25T02:09:13+09:00 Subject: From Commandline - pasting to https://gist.github.com/ I am using https://gist.github.com/ quite a lot and on my todo list is a little entry: - upload files to gist.github.com 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) -- Posted via http://www.ruby-forum.com/.