- Fix callbacks triggered from
valid_token?
now report that the request was made with a token.
- Exceptions no longer raised on non 200 responses [#2]
- Can now get rate limit data from GitHubBub::Response
- Added ability to sleep to not go over rate limit by GitHubBub::Response
- Ruby support only includes 2.2+
- Ughhhh, re-push 0.0.4 with changes from origin master :)
- Fix github auth check
- Fix randomly changing github API requirements. (excon/excon#249 (comment))
- Hello World