specify gem homepage and license - close #1
This commit is contained in:
parent
75977981c0
commit
5d0bbf73ab
@ -10,7 +10,8 @@ Gem::Specification.new do |gem|
|
|||||||
gem.email = ["jholtrop@gmail.com"]
|
gem.email = ["jholtrop@gmail.com"]
|
||||||
gem.description = %q{Software construction library inspired by SCons and implemented in Ruby}
|
gem.description = %q{Software construction library inspired by SCons and implemented in Ruby}
|
||||||
gem.summary = %q{Software construction library inspired by SCons and implemented in Ruby}
|
gem.summary = %q{Software construction library inspired by SCons and implemented in Ruby}
|
||||||
gem.homepage = ""
|
gem.homepage = "https://github.com/holtrop/rscons"
|
||||||
|
gem.license = 'MIT'
|
||||||
|
|
||||||
gem.files = `git ls-files`.split($/)
|
gem.files = `git ls-files`.split($/)
|
||||||
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user