Closed laurentgo closed 11 years ago
Instead of using DEFAULT_WEB_ENDPOINT which may not be configured properly, use web_endpoint (which is falling back to DEFAULT_WEB_ENDPOINT if not configured)
This should fix issue #32
I believe this may also resolve an incompatibility issue with Octokit 2.0.
uninitialized constant Octokit::Configuration:
Instead of using DEFAULT_WEB_ENDPOINT which may not be configured properly, use web_endpoint (which is falling back to DEFAULT_WEB_ENDPOINT if not configured)
This should fix issue #32