summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-28 16:46:13 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-10 23:23:17 +0200
commit8b9fbbb2df6f84ccc9f6558effe56ea59268ecc5 (patch)
tree49f3fe87b8a9e3a727a2eaf919a342a266718abe /lib
parentef38c97fbf66563043b17eba09f78dffa415c094 (diff)
downloadbundler-8b9fbbb2df6f84ccc9f6558effe56ea59268ecc5.tar.gz
Check for straneous quotesimprove_quality_specs
And use single quotes consistenly.
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/templates/newgem/README.md.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/templates/newgem/README.md.tt b/lib/bundler/templates/newgem/README.md.tt
index 22ddeaa91a..59218dd8ae 100644
--- a/lib/bundler/templates/newgem/README.md.tt
+++ b/lib/bundler/templates/newgem/README.md.tt
@@ -43,5 +43,5 @@ The gem is available as open source under the terms of the [MIT License](https:/
## Code of Conduct
-Everyone interacting in the <%= config[:constant_name] %> project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/<%= config[:github_username] %>/<%= config[:name] %>/blob/master/CODE_OF_CONDUCT.md).
+Everyone interacting in the <%= config[:constant_name] %> project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/<%= config[:github_username] %>/<%= config[:name] %>/blob/master/CODE_OF_CONDUCT.md).
<% end -%>