fcoury / octopi

A Ruby interface to GitHub API v2
http://hasmany.info/2009/4/18/ruby-interface-to-github-api
MIT License
216 stars 47 forks source link

Commits are being returned in reverse order. #37

Open CoralineAda opened 14 years ago

CoralineAda commented 14 years ago

@my_repository.commits.last is actually the first commit in chronological order. I forked the project, added a test for date ordering, and fixed the bug. Pull request has been sent.