Sha256: f7d01b26d6ff6d93b582f7c7e42c99fcbed90f67ee25eef94492e236f376851a
Contents?: true
Size: 262 Bytes
Versions: 3
Compression:
Stored size: 262 Bytes
Contents
# frozen_string_literal: true require 'bundler/gem_tasks' require 'rspec/core/rake_task' require 'rubocop/rake_task' RSpec::Core::RakeTask.new(:test) RuboCop::RakeTask.new(:lint) do |t| t.options = %w[-A --extra-details] end task default: :spec
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
warframe-0.1.2 | Rakefile |
warframe-0.1.1 | Rakefile |
warframe-0.1.0 | Rakefile |