GemAliases.

GemBuild(ICakeContext, FilePath) Method

Summary

Builds the gem using the path to the gemspec file.
Assembly
Cake.Gem.dll
Namespace
Cake.Gem
Containing Type
GemAliases

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

Type Description
void