Cake.Gem Namespace

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:

#addin Cake.Gem

GemArgumentBuilder<T> The top level argument builder for the Gem CLI Tool
GemSettings Contains the common settings used by all commands in Gem.
GemTool<TSettings> Base class for all gem related tools.

Namespaces

Namespace Summary
Cake.Gem.Build
Cake.Gem.Push