diff --git a/MIT-LICENSE b/LICENSE similarity index 100% rename from MIT-LICENSE rename to LICENSE diff --git a/paper_trail.gemspec b/paper_trail.gemspec index e7425e2f..63d354da 100644 --- a/paper_trail.gemspec +++ b/paper_trail.gemspec @@ -17,7 +17,7 @@ has been destroyed. s.license = "MIT" s.files = `git ls-files -z`.split("\x0").select { |f| - f.match(%r{^(Gemfile|MIT-LICENSE|lib|paper_trail.gemspec)/}) + f.match(%r{^(Gemfile|LICENSE|lib|paper_trail.gemspec)/}) } s.executables = [] s.require_paths = ["lib"]