Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gem の README でこれを見つけることは非常に一般的です。
Installation: gem 'foo' Or, from the latest build: gem 'foo', git: 'bar'
最新のビルドが gem サーバーからではなく、常に git リポジトリから作成されるのはなぜですか? そして、「最新のビルド」とはどういう意味ですか?
Gemsは開発の個別のポイントでのみリリースされ(新機能やバグ修正などの特定のマイルストーンが終了したときなど)、RubyGemsはこれらの個別のリリースのみをホストします。一方、「最新ビルド」は、その時点でソースリポジトリに存在する最新バージョンであり、最新の開発が含まれています。これには、いくつかのバグ、リグレッション、または不完全な機能が含まれる場合がありますが、最新のバグ修正と機能。