Class Types
Class | Summary |
---|---|
GemAliases |
Contains functionality related to the RubyGems Package Manager. In order to use the commands for this addin, the gem utility will need to be installed and available, or you will need to provide a ToolPath to where it can be located, and also you will need to include the following in your build.cake file to download and reference the addin from NuGet.org:
|
GemArgumentBuilder |
The top level argument builder for the Gem CLI Tool |
GemBuildRunner | The Gem Build Runner used to create gems. |
GemBuildSettings |
Contains settings used by GemBuildRunner .
|
GemPushRunner | The Gem Push Runner used to push gems. |
GemPushSettings |
Contains settings used by GemPushRunner .
|
GemSettings | Contains the common settings used by all commands in Gem. |
GemTool |
Base class for all gem related tools. |