From 1a7756cb3d09cfbf72fb0677220b4de1f3422022 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 28 Oct 2020 20:14:05 +0900 Subject: [PATCH] Merge pull request #4041 from r7kamura/feature/readme-empty-lines Remove extra empty line from README template (cherry picked from commit cb1b51f650f00362c2049fe83a28116ef3ed8d3e) --- bundler/lib/bundler/templates/newgem/README.md.tt | 1 - 1 file changed, 1 deletion(-) diff --git a/bundler/lib/bundler/templates/newgem/README.md.tt b/bundler/lib/bundler/templates/newgem/README.md.tt index f81b85ca97a3..315bc745a35b 100644 --- a/bundler/lib/bundler/templates/newgem/README.md.tt +++ b/bundler/lib/bundler/templates/newgem/README.md.tt @@ -33,7 +33,6 @@ To install this gem onto your local machine, run `bundle exec rake install`. To ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/<%= config[:github_username] %>/<%= config[:name] %>.<% if config[:coc] %> This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/<%= config[:github_username] %>/<%= config[:name] %>/blob/master/CODE_OF_CONDUCT.md).<% end %> - <% if config[:mit] -%> ## License