rscons.gemspec in rscons-0.0.1 vs rscons.gemspec in rscons-0.0.2

- old
+ new

@@ -8,10 +8,11 @@ gem.version = Rscons::VERSION gem.authors = ["Josh Holtrop"] 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) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"]