From 5d0bbf73abbbbf5c32f626f530016e1258d34ccf Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 5 Aug 2013 14:31:48 -0400 Subject: [PATCH] specify gem homepage and license - close #1 --- rscons.gemspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rscons.gemspec b/rscons.gemspec index 72a490f..f02db65 100644 --- a/rscons.gemspec +++ b/rscons.gemspec @@ -10,7 +10,8 @@ Gem::Specification.new do |gem| gem.email = ["jholtrop@gmail.com"] 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.homepage = "" + gem.homepage = "https://github.com/holtrop/rscons" + gem.license = 'MIT' gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }