RubyMine 2017.1 Help

Creating Gem Project

Gem projects are intended for developing, building and pushing gems to github.

To create a Gem project

  1. On the main menu, choose File | New Project , or click New Project on the Welcome screen. New Project dialog box opens.
  2. In the New Project dialog box, do the following:
    • Select Gem.
    • Select Ruby interpreter, or accept the suggested one. If the desired Ruby interpreter is missing, click Add Ruby SDK, and configure the interpreter of your choice.
    • Observe the suggested Bundler version.
    • Click Minitest or RSpec radio-buttons as required.
      Select or clear the check boxes below. Refer to the Bundler documentation for details.
    • Specify the project name and location.
  3. Click Create.

See Also

Last modified: 18 July 2017