S
S
Sm4llDev2020-12-31 14:35:55
ruby
Sm4llDev, 2020-12-31 14:35:55

What is the config in Ruby Bundler?

When creating a Gem for Ruby, we need to:

bundle gem gemname

This command creates our own custom gem, after which we enter two configuration parameters: MIT license and Code of Conduct

https://miro.medium.com/max/984/1*Urbb6c3Vze-xCX2i...

Question: what kind of Code of Conduct in this context ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rastagot, 2021-01-12
@Sm4llDev

Even the screenshot says the same:
https://bundler.io/guides/creating_gem.html

CODE_OF_CONDUCT.md: Provides a code of conduct that you expect all contributors to your gem to follow. Will only be included if you chose to have it included.

Examples of such codes:
https://github.com/rubygems/rubygems/blob/master/C...
https://github.com/sass/sassc-ruby/blob/master/COD...
Here in Russian :
https://github.com/avajs/ava-docs/blob/master/ru_R...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question