Sha256: ced142981ca0393f5469a067ac43542143b42d967a7a523cdc2ca78b85949d8d

Contents?: true

Size: 548 Bytes

Versions: 3

Compression:

Stored size: 548 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

3 entries across 3 versions & 1 rubygems

Version Path
discorb-0.19.0 lib/discorb/exe/about.rb
discorb-0.18.1 lib/discorb/exe/about.rb
discorb-0.18.0 lib/discorb/exe/about.rb