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