specify gem homepage and license - close #1

This commit is contained in:
Josh Holtrop 2013-08-05 14:31:48 -04:00
parent 75977981c0
commit 5d0bbf73ab

View File

@ -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) }