TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Creating a GEM – a handy step by step tutorial

3 点作者 filozynka将近 11 年前

2 条评论

AaronLasseigne将近 11 年前
&gt; There is a strict convention in regards to the gem versioning system.<p>Sadly this is not true. I&#x27;ve seen numerous gems that don&#x27;t follow this pattern.<p>If you&#x27;re going to create a gem I recommend using <a href="http://semver.org" rel="nofollow">http:&#x2F;&#x2F;semver.org</a> and stating in your readme that you use it so that users are certain of the system in use.
reiz将近 11 年前
Check out jeweler (<a href="https://www.versioneye.com/ruby/jeweler/2.0.1" rel="nofollow">https:&#x2F;&#x2F;www.versioneye.com&#x2F;ruby&#x2F;jeweler&#x2F;2.0.1</a>). It makes creating and managing a Gem much easier ;-) Since I know it, it is a must have in all of my Gem projects.