Merge branch 'feature/thor' of https://github.com/estahn/github-changelog-generator into estahn-feature/thor

Conflicts:
	Gemfile.lock
This commit is contained in:
Petr Korolev
2015-03-29 21:55:59 +03:00
6 changed files with 83 additions and 11 deletions
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env ruby -U
require 'github_changelog_generator'
GitHubChangelogGenerator::CLI.start(ARGV)