docs: ruby-version description

This commit is contained in:
Rhys Arkins 2019-04-25 07:03:21 +02:00
parent 2b4bf85b63
commit 481c48b212
2 changed files with 2 additions and 0 deletions

View file

@ -1251,6 +1251,7 @@ const options = [
}, },
{ {
name: 'ruby-version', name: 'ruby-version',
description: 'Configuration object for .ruby-version updating',
stage: 'package', stage: 'package',
type: 'object', type: 'object',
default: { default: {

View file

@ -840,6 +840,7 @@
"$ref": "#" "$ref": "#"
}, },
"ruby-version": { "ruby-version": {
"description": "Configuration object for .ruby-version updating",
"type": "object", "type": "object",
"default": { "default": {
"fileMatch": ["(^|/)\\.ruby-version$"], "fileMatch": ["(^|/)\\.ruby-version$"],