summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/gem.rb
diff options
context:
space:
mode:
authorCoralineAda <coraline@idolhands.com>2015-11-24 16:45:59 -0600
committerCoralineAda <coraline@idolhands.com>2015-11-24 16:45:59 -0600
commitbcf1332e4e76175ffa9b14f8113bf91083124b13 (patch)
tree9b6fcfab8e0ae3168e72bd6c945b90ad32524d4d /lib/bundler/cli/gem.rb
parent3720418f362aac4f5da9c0a510fdb838c37708bd (diff)
downloadbundler-bcf1332e4e76175ffa9b14f8113bf91083124b13.tar.gz
Updates Contributor Covenant to 1.3.0
The code of conduct template also now inserts email address for contact purposes.
Diffstat (limited to 'lib/bundler/cli/gem.rb')
-rw-r--r--lib/bundler/cli/gem.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/bundler/cli/gem.rb b/lib/bundler/cli/gem.rb
index 549689ff87..7d71ac8c44 100644
--- a/lib/bundler/cli/gem.rb
+++ b/lib/bundler/cli/gem.rb
@@ -100,7 +100,9 @@ module Bundler
"Codes of conduct can increase contributions to your project by contributors who " \
"prefer collaborative, safe spaces. You can read more about the code of conduct at " \
"contributor-covenant.org. Having a code of conduct means agreeing to the responsibility " \
- "of enforcing it, so be sure that you are prepared to do that. For suggestions about " \
+ "of enforcing it, so be sure that you are prepared to do that. Be sure that your email " \
+ "address is specified as a contact in the generated code of conduct so that people know " \
+ "who to contact in case of a violation. For suggestions about " \
"how to enforce codes of conduct, see http://bit.ly/coc-enforcement.")
config[:coc] = true
Bundler.ui.info "Code of conduct enabled in config"