Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 818 Bytes

File metadata and controls

35 lines (20 loc) · 818 Bytes

Changelog

Unreleased

2.0.0

  • Changed: Minimum supported Ruby version updated to 3.2.
  • Fix: Responses that don't have a last_url in the link no longer error.

1.0.1

  • Fix callbacks triggered from valid_token? now report that the request was made with a token.

1.0.0

  • 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+

0.0.5 (06/06/2014)

  • Ughhhh, re-push 0.0.4 with changes from origin master :)

0.0.4 (06/06/2014)

  • Fix github auth check

0.0.2 (07/15/2013)

0.0.1 (05/21/2012)

  • Hello World