github-v3-api
github-v3-api copied to clipboard
Ruby Client for the GitHub v3 API
Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.2.2 to 2.0.4. Release notes Sourced from omniauth's releases. v2.0.4 This release removes unnecessary warning logging when accessing GET routes that are not related to the OmniAuth...
Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 1.6.13. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Bumps [rest-client](https://github.com/rest-client/rest-client) from 1.7.2 to 2.1.0. Changelog Sourced from rest-client's changelog. 2.1.0 Add a dependency on http-accept for parsing Content-Type charset headers. This works around a bad memory leak introduced...
Can't get an OAuth token with the included sinatra app, clean checkout, ``` localhost - - [30/May/2013:15:07:15 CDT] "GET / HTTP/1.1" 200 0 - -> / [2013-05-30 15:07:15] ERROR LoadError:...
Looks like `Issue` is missing a `natural_key` definition? Not sure exactly what this is supposed to be doing or I would fork it and submit a patch. ``` irb(main):011:0> @i.assignee...
SSL certificate verification is disabled in both the sinatra utility app for getting your access_token and in the GitHubV3API library itself (which uses rest-client). Need to figure out a good...