Missing "txt" suffix on MIT-LICENSE file
jasnow opened this issue · 2 comments
jasnow commented
Failed Travis run (https://travis-ci.org/rails/arel/jobs/79413519) is became arel.gemspec expects MIT-LICENSE file to have a suffix of ".txt".
git grep MIT-LICENSE
- Rakefile: files = ["History.txt", "MIT-LICENSE.txt"...
- arel.gemspec: s.extra_rdoc_files = ["History.txt", "MIT-LICENSE.txt"...
- arel.gemspec: s.files = ["History.txt","MIT-LICENSE.txt"...
- arel.gemspec.erb: s.extra_rdoc_files = ["History.txt", "MIT-LICENSE.txt"...
jasnow commented
Verified issue: https://travis-ci.org/jasnow/arel
jasnow commented
Thanks