Sponsor:

Your company here, and a link to your site. Click to find out more.

bundle-gem - Man Page

Generate a project skeleton for creating a rubygem

Synopsis

bundle gem GEM_NAME Options

Description

Generates a directory named GEM_NAME with a Rakefile, GEM_NAME.gemspec, and other supporting files and directories that can be used to develop a rubygem with that name.

Run rake -T in the resulting project for a list of Rake tasks that can be used to test and publish the gem to rubygems.org.

The generated project skeleton can be customized with Options, as explained below. Note that these options can also be specified via Bundler's global configuration file using the following names:

Options

See Also

Info

March 2024