Sha256: 3414b4e715f0a83bc789c8eb64973eabe3597d06bbd17a4cb402f70c2b75b82a
Contents?: true
Size: 515 Bytes
Versions: 27
Compression:
Stored size: 515 Bytes
Contents
# description: Show information of discorb. puts " disco\e[31mrb\e[m - A new Discord API wrapper in Ruby. \n\n" informations = { "GitHub" => "https://github.com/discorb-lib/discorb", "Documentation" => "https://discorb-lib.github.io", "RubyGems" => "https://rubygems.org/gems/discorb", "Changelog" => "https://discorb-lib.github.io/file.Changelog.html", "License" => "MIT License", } informations.each do |key, value| puts "\e[90m#{key.rjust(informations.keys.map(&:size).max)}:\e[m #{value}" end
Version data entries
27 entries across 27 versions & 1 rubygems