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
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 |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
gemFilePath | FilePath | The path to the gem file. |
Return Value
Type | Description |
---|---|
void |