Skip to content

Version 0.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jdennes jdennes released this 08 Jun 10:33
· 85 commits to master since this release

New error class ContributionChecker::InvalidCommitUrlError to the rescue:

>> checker = ContributionChecker::Checker.new \
?>  :access_token => "<Your 40 char GitHub API token>",
?>  :commit_url   => "https://github.com/..."
>> checker.check
ContributionChecker::InvalidCommitUrlError: Invalid commit URL provided