gem specification <GEMFILE> <FIELD>
Display gem specification (in yaml)
Arguments
| Name | Description |
|---|
GEMFILE | Name of gem to show the gemspec for |
FIELD | Name of gemspec field to show |
Options
| Name | Description |
|---|
-v, --version <VERSION> | Specify version of gem to examine |
--platform <PLATFORM> | Specify the platform of gem to specification |
--prerelease | Allow prerelease versions of a gem |
--no-prerelease | Do not allow prerelease versions of a gem |
--all | Output specifications for all versions of the gem |
--ruby | Output ruby format |
--yaml | Output YAML format |
--marshal | Output Marshal format |