GemAliases.

GemPush(ICakeContext, FilePath) Method

Summary

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

Syntax

public static void GemPush(this ICakeContext context, FilePath gemFilePath)

Examples

GemBuild("test.gemspec");

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
gemFilePath FilePath The path to the gem file.

Return Value

Type Description
void