surrender.gemspec in surrender-0.8.3 vs surrender.gemspec in surrender-0.8.4

- old
+ new

@@ -9,9 +9,10 @@ gem.authors = ["François Beausoleil"] gem.email = ["francois@teksol.info"] gem.description = %q{Given a list of files on STDIN, returns on STDOUT the list of files that should be rm'd - namely the list of files which don't match the retain rules.} gem.summary = %q{Acts as a filter, returning the list of files that don't match the retain rules} gem.homepage = "https://github.com/francois/surrender" + 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"]