1. detroit-gem(5)
  2. detroit-gem(5)

NAME

detroit-gem - build gem package with detroit

DESCRIPTION

The Gem plug-in for Detroit utilizes the gem command line tool to build a .gem package for a project during the standard package phase.

OPTIONS

The following options can be used in the Detroit toolchain file for defining a Gem tool instance.

EXAMPLES

Because the default options are all that is likely to be need the common example something like:

gem:
  active: true

A fuller example might look something like this.

 gem:
   gemspec: myapp-extra.gemspec
   install: true

The above examples use the YAML-based toolchain format. Toolchain files can also be Ruby-based. See Detroit documentation for more details.

RESOURCES

For more information:

Copyright (c) 2010 Rubyworks

Detroit RubyGems is distributable in accordance with the GPLv3 license.

SEE ALSO

detroit(1), gem(1)

  1. January 2014
  2. detroit-gem(5)