I have to authenticate user through GitHub API using Ruby to be able to create a private repository.
The manual http://develop.github.com/p/general.html shows how to do it with curl.
Could someone show me how to do it with Ruby gem like:
rest-client http://github.com/pengwynn/octopussy
or
octopussy http://github.com/pengwynn/octopussy
Thanks!