@@ -26,7 +26,7 @@
;;; Copyright © 2020 Holgr Peters <holger.peters@posteo.de>
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 2021 EuAndreh <eu@euandre.org>
-;;; Copyright © 2020 Tomás Ortín Fernández <tomasortin@mailbox.org>
+;;; Copyright © 2020, 2024 Tomás Ortín Fernández <quanrong@mailbox.org>
;;; Copyright © 2021 Giovanni Biscuolo <g@xelera.eu>
;;; Copyright © 2022 Philip McGrath <philip@philipmcgrath.com>
;;; Copyright © 2022-2024 Remco van 't Veer <remco@remworks.net>
@@ -14872,6 +14872,26 @@ (define-public ruby-terminal-table
Unicode formatted tables.")
(license license:expat)))
+(define-public ruby-text-table
+ (package
+ (name "ruby-text-table")
+ (version "1.2.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "text-table" version))
+ (sha256
+ (base32 "06yhlnb49fn0fhkmi6lrziyv2hd42gcm2zi3sggm2qab48qxn94j"))))
+ (build-system ruby-build-system)
+ (synopsis
+ "Allows you to easily create and format plain text tables, useful
when working with the terminal or when you want to quickly print
formatted tables to a dot-matrix printer.")
+ (description
+ "Allows you to easily create and format plain text tables, useful
when working
+with the terminal or when you want to quickly print formatted tables to a
+dot-matrix printer.")
+ (home-page "https://github.com/aptinio/text-table")
+ (license license:expat)))
+