From a368f775e0d16ccdbed4123a69a61f7a8e6806ae Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 15 Mar 2018 10:10:43 -0700 Subject: [PATCH] Make sure the license file gets included with the gem When the list of files to include was pruned down the LICENSE file was accidently pruned as well. This causes issues for projects that do strict license validation on depdendencies. Rename MIT-LICENSE to LICENSE so it gets bundled. Signed-off-by: Tim Smith --- MIT-LICENSE => LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename MIT-LICENSE => LICENSE (100%) diff --git a/MIT-LICENSE b/LICENSE similarity index 100% rename from MIT-LICENSE rename to LICENSE