huboard / ghee

This is an unofficial ruby client for the Github API. The end goal is a complete, simple, and intuitive ruby API for all things Github.
http://documentup.com/huboard/ghee
MIT License
161 stars 51 forks source link

Implements commit comments and commit statuses #34

Closed rauhryan closed 8 years ago

rauhryan commented 8 years ago

@discorick There was some really weird stuff going on with the proxy classes

rauhryan commented 8 years ago

When using Comments::Proxy it I'm not exactly sure which proxy it found

It's possible it was Issues::Comments

Same applies for Commits::Proxy, I think it was picking up Git::Commits which is way different

discorick commented 8 years ago

Oh, thats weird - are all the specs still passing ?

rauhryan commented 8 years ago

Yep

discorick commented 8 years ago

Cool beans! :shipit: