IntelliJ IDEA 2018.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 New, and configure the interpreter of your choice.
    • Observe the suggested Bundler version.
    • Click Minitest or RSpec radio-buttons as required.
      Select or clear the checkboxes below. Refer to the Bundler documentation for details.
    • Click Next.
    • Specify the project name and location.
  3. Click Finish.
Last modified: 24 July 2018

See Also