Rename MIT-LICENSE -> LICENSE

This commit is contained in:
Jared Beck 2017-10-17 18:25:27 -04:00
parent 94c30cb4b2
commit d500eef80e
2 changed files with 1 additions and 1 deletions

View File

@ -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"]