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 assembly file for defining a Gem service.

EXAMPLES

Becuase the default options are all that is likely to be need the common exmaple 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-base assembly format. Assembly files can also be Ruby-based. See Detroit documentation for more details.

RESOURCES

For more information:

Copyright (c) 2010 Thomas Sawyer, Rubyworks

Detroit RubyGems is distributable in accordance with the GPLv3 license.

SEE ALSO

dnote(1), gem(1)

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