-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
commit details not supported as per README #70
Comments
I can confirm this bug but I haven't gone as far as to investigate why / how it's happening. Would you be able to do that and submit a pull request with any fix that's necessary? Thanks! |
The pull would be to delete that example from the README. I thought I would On Wed, Oct 19, 2011 at 3:48 AM, Ryan Bigg <
|
It would be happening because the GitHub API doesn't return details in commit collections any more. Instead, you have to find the individual commit you want the details for and then do a query on that. I've updated the README in effect. |
repo.commits.first.details
NoMethodError: undefined method `details' for #Octopi::Commit:0x000000017a2af0
The text was updated successfully, but these errors were encountered: