Git Subcommand

This commit is contained in:
Dlani Mendes
2015-09-30 16:52:13 -03:00
committed by Petr Korolev
parent 78e5f06cc6
commit 2ce8fd07ce
5 changed files with 47 additions and 1 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ Gem::Specification.new do |spec|
spec.summary = "Script, that automatically generate changelog from your tags, issues, labels and pull requests."
spec.description = "Changelog generation has never been so easy. Fully automate changelog generation - this gem generate change log file based on tags, issues and merged pull requests from Github issue tracker."
spec.homepage = "https://github.com/skywinder/Github-Changelog-Generator"
spec.license = "MIT"
spec.license = "MIT"
spec.extensions = "ext/mkrf_conf.rb"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }