Sha256: 702fdd30694dccb9ba197ff21270070004b0e3965478812dc08cc65ff8e38cd9

Contents?: true

Size: 1.09 KB

Versions: 18

Compression:

Stored size: 1.09 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 the !server command from users and ' \
                       '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']
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
qwtf_discord_bot-1.0.6 qwtf_discord_bot.gemspec
qwtf_discord_bot-1.0.5 qwtf_discord_bot.gemspec
qwtf_discord_bot-1.0.4 qwtf_discord_bot.gemspec
qwtf_discord_bot-1.0.3 qwtf_discord_bot.gemspec
qwtf_discord_bot-1.0.2 qwtf_discord_bot.gemspec
qwtf_discord_bot-1.0.1 qwtf_discord_bot.gemspec
qwtf_discord_bot-1.0.0 qwtf_discord_bot.gemspec
qwtf_discord_bot-0.5.9 qwtf_discord_bot.gemspec
qwtf_discord_bot-0.5.8 qwtf_discord_bot.gemspec
qwtf_discord_bot-0.5.7 qwtf_discord_bot.gemspec
qwtf_discord_bot-0.5.6 qwtf_discord_bot.gemspec
qwtf_discord_bot-0.5.5 qwtf_discord_bot.gemspec
qwtf_discord_bot-0.5.4 qwtf_discord_bot.gemspec
qwtf_discord_bot-0.5.3 qwtf_discord_bot.gemspec
qwtf_discord_bot-0.5.2 qwtf_discord_bot.gemspec
qwtf_discord_bot-0.5.1 qwtf_discord_bot.gemspec
qwtf_discord_bot-0.5.0 qwtf_discord_bot.gemspec
qwtf_discord_bot-0.4.1 qwtf_discord_bot.gemspec