This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Gem.
Summary
Builds a gem using the specified settings.
- Assembly
- Cake
.Gem .dll - Namespace
- Cake
.Gem .Build - Containing Type
- GemBuildRunner
Syntax
public void Build(FilePath gemSpecFilePath, GemBuildSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| gemSpecFilePath | FilePath | The path to the gemspec file. |
| settings | GemBuildSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
