This content is part of a third party addin that is not supported by the Cake project.
For more information about this project, please visit
https://github.com/cake-contrib/Cake.Gem.
Summary
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 |
Builds the gem using the path to the gemspec file.
Addin from Cake |
GemBuild |
Builds the gem using the path to the gemspec file and any additional settings.
Addin from Cake |
GemPush |
Pushes the gem using the path to the gem file.
Addin from Cake |
GemPush |
Pushes the gem using the path to the gem file and any additional settings.
Addin from Cake |