templates/gemspec.tt in projecter-0.1.3 vs templates/gemspec.tt in projecter-0.1.4
- old
+ new
@@ -4,9 +4,10 @@
require File.expand_path('../lib/<%= config[:project] %>/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ['SET ME']
gem.email = ['SET ME']
+ gem.licenses = ['MIT']
gem.description = 'I am an application stub'
gem.summary = 'app stub'
gem.files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR)
gem.executables = gem.files.grep(/^bin\//).map { |f| File.basename(f) }