Sha256: aeb7aa57ef2e36c923d33ada705cdb7e6e3bd561369b66ff50111366ff6dd38b
Contents?: true
Size: 546 Bytes
Versions: 2
Compression:
Stored size: 546 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
discorb-0.17.1 | lib/discorb/exe/about.rb |
discorb-0.17.0 | lib/discorb/exe/about.rb |