diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-07-19 23:58:30 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-07-20 00:01:42 -0600 |
| commit | 17f315cae682ff08edf710f5ad40c8116abb5359 (patch) | |
| tree | d7c47d8edb2c37a06c26cf3f6022e5c6090ee794 /docs | |
| parent | 50f0c7c7320957cc0d170f5e3f5918a339fb1ac2 (diff) | |
rename ruby-short attribute in docs to ruby-version [skip ci]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/antora.yml | 2 | ||||
| -rw-r--r-- | docs/modules/install/pages/ruby-packaging.adoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/antora.yml b/docs/antora.yml index adc296ec..f5da9c49 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -7,7 +7,7 @@ asciidoc: listing-caption: Example@ release-version: '2.0.15' ruby-description: 'ruby 3.0.2p107 [x86_64-linux]' - ruby-short: '3.0' + ruby-version: '3.0' url-ruby: https://www.ruby-lang.org url-rubygem: https://rubygems.org/gems url-rvm: https://rvm.io diff --git a/docs/modules/install/pages/ruby-packaging.adoc b/docs/modules/install/pages/ruby-packaging.adoc index 8dbf98c8..c4a8c288 100644 --- a/docs/modules/install/pages/ruby-packaging.adoc +++ b/docs/modules/install/pages/ruby-packaging.adoc @@ -7,7 +7,7 @@ Before installing Asciidoctor using `gem install`, you should set up {url-rvm}[R Then, you can safely use the `gem` command to install or update the Asciidoctor gem, or any other gem for that matter. When using RVM, gems are installed in a location isolated from the system. -Once you've installed Ruby using RVM, and you have activated it using `rvm use {ruby-short}`, open a terminal and type: +Once you've installed Ruby using RVM, and you have activated it using `rvm use {ruby-version}`, open a terminal and type: $ gem install asciidoctor |
