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 the gem using the path to the gemspec file.
Syntax
public static void GemBuild(this ICakeContext context, FilePath gemSpecFilePath)
Examples
GemBuild("test.gemspec");
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
gemSpecFilePath |
FilePath |
The path to the gemspec file. |
Return Value