+[2014-07-17T17:49:42Z]Nevikit would be so nice +[2014-07-17T17:53:59Z]RemramYeah. Funnier than failing chemistry. +[2014-07-17T17:54:10Z]RemramI hate chemistry. +[2014-07-17T17:56:32Z]Nevikthe feeling is mutual +[2014-07-17T18:11:08Z]Nevikfuck how i hate windows
welp, making a new commit to force a rebuild fixed it
+[2014-07-18T00:19:39Z]heathsnow_Anyone know how I can create an SSH key for a user account in Ruby? I'm looking at the github_api gem but I can't seem to find the right method call. +[2014-07-18T00:22:16Z]Seveasheathsnow_: `ssh-keygen` +[2014-07-18T00:22:38Z]Seveas(read: just call out to ssh-keygem don't try to do it from ruby) +[2014-07-18T00:23:10Z]heathsnow_Seveas: Sorry, my question was poorly formatted. I'm trying to add a key I've already created with ssh-keygen to the Github.com account +[2014-07-18T00:24:04Z]heathsnow_the github_api gem looks like it *might* work for that but I can't seem to find an example of how to add it.