Sha256: 84705f4dd765462f60765d5d27da99a1e9f47f57395708f46b5920cfe05a73b8

Contents?: true

Size: 444 Bytes

Versions: 2

Compression:

Stored size: 444 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",
}

informations.each do |key, value|
  puts "\e[90m#{key}:\e[m #{value}"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
discorb-0.4.2 lib/discorb/exe/about.rb
discorb-0.4.1 lib/discorb/exe/about.rb