From 39d35f3f454a713e5cc3938cbcd4399adf92dfc5 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 9 Dec 2022 06:40:54 +0000 Subject: [PATCH] Update .local/share/chezmoi/software.yml --- .local/share/chezmoi/software.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.local/share/chezmoi/software.yml b/.local/share/chezmoi/software.yml index 82ac33c6..03f5c375 100644 --- a/.local/share/chezmoi/software.yml +++ b/.local/share/chezmoi/software.yml @@ -5483,15 +5483,21 @@ softwarePackages: choco: rsync dnf: rsync ruby: - _bin: null - _desc: | - Ruby is an interpreted, high-level, general-purpose programming language which supports multiple programming paradigms. It was designed with an emphasis on programming productivity and simplicity. In Ruby, everything is an object, including primitive data types. It was developed in the mid-1990s in Japan. + _bin: ruby + _desc: Ruby is an interpreted, high-level, general-purpose programming language which supports multiple programming paradigms. It was designed with an emphasis on programming productivity and simplicity. In Ruby, everything is an object, including primitive data types. It was developed in the mid-1990s in Japan. _docs: https://www.ruby-lang.org/en/documentation/ _github: https://github.com/ruby/ruby _home: https://www.ruby-lang.org/en/ _name: Ruby - _service: null + _service: false ansible: professormanhattan.ruby + apt: ruby-full + brew: ruby + choco: ruby + dnf: ruby + pacman: ruby + port: ruby + scoop: ruby runjs: _bin: null _desc: A JavaScript playground that auto-evaluates as you type