Cake.Gem addin
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.
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
General
GemBuild Alias from Cake.Gem addin |
Builds the gem using the path to the gemspec file and any additional settings. |
GemBuild Alias from Cake.Gem addin |
Builds the gem using the path to the gemspec file. |
GemPush Alias from Cake.Gem addin |
Pushes the gem using the path to the gem file and any additional settings. |
GemPush Alias from Cake.Gem addin |
Pushes the gem using the path to the gem file. |