Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ When creating a new GEM please consider:
- the name should express the functionality of the GEM clearly
- words should be separated by using dash (-)
- don't use `under_score` and `CamelCase`
- prefix should be `mruby-`
- prefix should be `mruby-` for mruby specific gems
- for gems compatible with both mruby and Rubygems (`dual-compatible gems`),
no prefix is needed
- if it's an executable, prefix should be _mruby-bin-_