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

@@ -16,6 +16,7 @@ Gem::Specification.new do |s|
s.license = "MIT"
s.add_runtime_dependency(%q<httparty>, ["~> 0.13"])
s.add_runtime_dependency(%q<github_api>, ["~> 0.12"])
s.add_runtime_dependency(%q<colorize>, ["~> 0.7"])
s.executables = %w(github_changelog_generator)
end