Sha256: cb7b1987d832baaf89d79c0ba1bf6e7b664396abd08443a867e431fbcb0b6516

Contents?: true

Size: 1.24 KB

Versions: 60

Compression:

Stored size: 1.24 KB

Contents

lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'qwtf_discord_bot/version'

Gem::Specification.new do |spec|
  spec.name          = 'qwtf_discord_bot'
  spec.version       = QwtfDiscordBot::VERSION
  spec.authors       = ['Sheldon Johnson']
  spec.email         = ['shayolden@hotmail.com']

  spec.description   = 'A Discord bot for reporting on QuakeWorld Team ' \
                       'Fortress game servers'

  spec.summary       = 'Works by wrapping the excellent CLI server query tool ' \
                       'qstat. Accepts !server, !servers and !active commands ' \
                       'also periodically checks for new players on the ' \
                       'server and reports about them.'

  spec.homepage      = 'https://github.com/drzel/qwtf_discord_bot.git'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end

  spec.bindir        = 'exe'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.add_runtime_dependency 'discordrb', '~> 3.3'
  spec.add_runtime_dependency 'redis', '~> 4.1'
  spec.add_runtime_dependency 'thor', '~> 0.20'
end

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
qwtf_discord_bot-5.5.17 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.5.16 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.5.15 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.5.14 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.5.13 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.5.12 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.5.11 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.5.10 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.5.9 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.5.8 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.5.7 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.5.6 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.5.5 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.5.4 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.5.3 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.5.2 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.5.1 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.5.0 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.4.13 qwtf_discord_bot.gemspec
qwtf_discord_bot-5.4.12 qwtf_discord_bot.gemspec