更新贡献者信息

[GitHub #278]
This commit is contained in:
Aoran Zeng
2025-08-27 10:53:14 +08:00
parent 78ff7adf52
commit 5b8bf70407
7 changed files with 28 additions and 23 deletions

View File

@@ -22,7 +22,7 @@ pl_ruby_prelude (void)
chef_set_chef (this, "@ccmywish");
chef_set_cooks (this, 1, "@ccmywish");
chef_set_sauciers (this, 0);
chef_set_sauciers (this, 1, "@BingChunMoLi");
chef_allow_local_mode (this, PartiallyCan, "支持 bundler. 不支持 gem", "Support bundler. Not support gem");
chef_allow_english(this);
@@ -104,4 +104,4 @@ void
pl_ruby_resetsrc (char *option)
{
pl_ruby_setsrc (option);
}
}