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 and any additional settings.
Syntax
public static void GemBuild(this ICakeContext context, FilePath gemSpecFilePath, GemBuildSettings settings)
Examples
GemBuild("test.gemspec", new GemBuildSettings()
{
Force = true
});
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
gemSpecFilePath |
FilePath |
The path to the gemspec file. |
settings |
GemBuildSettings |
The settings. |
Return Value