Add token support, resolved #19.

Use CHANGELOG_GITHUB_TOKEN variable to specify token in the shell.
This commit is contained in:
Petr Korolev
2014-11-12 17:59:40 +02:00
parent 91229c7472
commit 03bca478c8
6 changed files with 44 additions and 11 deletions

View File

@@ -1,3 +1,4 @@
source 'https://rubygems.org'
gem 'github_api'
gem 'httparty'
gem 'colorize'