Git Subcommand

This commit is contained in:
Dlani Mendes
2015-09-30 16:52:13 -03:00
parent b7fff7b764
commit 8acfcd934f
5 changed files with 46 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
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.extensions = "ext/mkrf_conf.rb"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }