Sha256: b985b7d7a67dca61b6c0bd1e4164d091ae16a63f60a9afa135085e6277a7d69f

Contents?: true

Size: 564 Bytes

Versions: 1

Compression:

Stored size: 564 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(&:length).max)}:\e[m #{value}"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
discorb-0.20.0 lib/discorb/exe/about.rb