From d03a6bb6fa89d149678669e8015be4ae1e0134f4 Mon Sep 17 00:00:00 2001 From: Harry Lascelles Date: Mon, 14 Dec 2020 11:09:46 +0000 Subject: [PATCH] Add a license declaration to the gemspec --- super_diff.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/super_diff.gemspec b/super_diff.gemspec index 097ed3a7..dd30d7b1 100644 --- a/super_diff.gemspec +++ b/super_diff.gemspec @@ -7,6 +7,7 @@ Gem::Specification.new do |s| s.email = ["elliot.winkler@gmail.com"] s.homepage = "https://github.com/mcmire/super_diff" s.summary = "A better way to view differences between complex data structures in RSpec." + s.license = "MIT" s.description = <<~DESC SuperDiff is a gem that hooks into RSpec to intelligently display the differences between two data structures of any type.