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',
description: 'Configuration object for .ruby-version updating',
stage: 'package',
type: 'object',
default: {

View file

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