Sha256: 3a805c5a9475fdad03e9eaf49ea147b3bd4bc3224ab9954e76f33987a7fe9bd2

Contents?: true

Size: 354 Bytes

Versions: 1

Compression:

Stored size: 354 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

require_relative 'lib/wc3_protocol'

#
# run default task to see tasks to build and publish gem
#
task :default do
  system 'rake --tasks'
end

task :test do
  system 'rspec'
end

task :playground do
  g = Wc3Protocol::Broadcast.find_games
  puts g.inspect
end

RSpec::Core::RakeTask.new(:spec)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wc3_protocol-0.0.3 Rakefile