Sha256: a91832553a16146cbbcf19649bb4dac00c29addc2104b559acc66ffcbd385ee5
Contents?: true
Size: 545 Bytes
Versions: 4
Compression:
Stored size: 545 Bytes
Contents
# frozen_string_literal: true # 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
discorb-0.16.0 | lib/discorb/exe/about.rb |
discorb-0.15.1 | lib/discorb/exe/about.rb |
discorb-0.15.0 | lib/discorb/exe/about.rb |
discorb-0.14.0 | lib/discorb/exe/about.rb |