Sha256: 63a1adf63009f7a2f6a3f397a2d6dea65744b725ebf72b79b36a25ccf3215a5f

Contents?: true

Size: 276 Bytes

Versions: 14

Compression:

Stored size: 276 Bytes

Contents

require "bundler/gem_tasks"

task default: :test
task test: %i[rubocop spec]

begin
  require "rspec/core/rake_task"
  RSpec::Core::RakeTask.new(:spec)
  task default: :spec
rescue LoadError
  puts "RSpec is unavailable"
end

require "rubocop/rake_task"
RuboCop::RakeTask.new

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
twitch-bot-6.0.0 Rakefile
twitch-bot-5.0.6 Rakefile
twitch-bot-5.0.5 Rakefile
twitch-bot-5.0.4 Rakefile
twitch-bot-5.0.2 Rakefile
twitch-bot-5.0.1 Rakefile
twitch-bot-5.0.0 Rakefile
twitch-bot-4.1.1 Rakefile
twitch-bot-4.1.0 Rakefile
twitch-bot-4.0.1 Rakefile
twitch-bot-4.0.0 Rakefile
twitch-bot-3.2.1 Rakefile
twitch-bot-3.2.0 Rakefile
twitch-bot-3.1.0 Rakefile