RubyGems Navigation menu

developing_gems 0.1.2

Include development gems, but only if we're not in production. Provides a method (DevelopingGems.gems) that can be invoked in the Gemfile, and one (DevelopingGems.requires) that can be used in the code to require the gems. The standard list of development gems is: - pry - pry-stack_explorer - pry-doc This may be overridden in two ways: - The DevelopingGems.gems and DevelopingGems.requires methods take an optional argument that is an array of gem names, which it will use. - If a $DEVELOPING_GEMS environment variable exists, it will be used. It is expected to be a list of gem names, separated by spaces.

Gemfile:
=

安装:
=

版本列表:

  1. 0.1.2 June 11, 2025 (9.0 KB)
  2. 0.1.1 June 11, 2025 (9.0 KB)
  3. 0.1.0 June 11, 2025 (9.0 KB)

所有者:

推送者:

作者:

  • Richard LeBer

SHA 256 校验和:

=

下载总量 290

这个版本 123

版本发布:

许可:

MIT

需要的 Ruby 版本: >= 3.1.0

链接: