From b6fba6e0d476ea71662a0a8ed7cfd3a8ad260751 Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Tue, 23 Jun 2015 17:44:59 +0200 Subject: [PATCH] Add MIT license to the gem specification (to suppress warning) --- rmate.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/rmate.gemspec b/rmate.gemspec index 634d2b2..0411792 100644 --- a/rmate.gemspec +++ b/rmate.gemspec @@ -9,6 +9,7 @@ Gem::Specification.new do |gem| gem.summary = %q{Edit files from anywhere in TextMate 2 on your local Mac.} gem.email = ['rmate@textmate.org'] gem.homepage = 'https://github.com/textmate/rmate/' + gem.license = 'MIT' gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n")