Sha256: f5e1c2fe3980bd17b425815f98b33d71b4dfc03409fd6101748dbe7c35ede376

Contents?: true

Size: 228 Bytes

Versions: 35

Compression:

Stored size: 228 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rubocop/rake_task'
require 'rspec/core/rake_task'

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

task default: :rubocop
task default: :spec

Version data entries

35 entries across 35 versions & 2 rubygems

Version Path
tacview_client-0.1.1 Rakefile
tac_scribe-0.6.2 Rakefile
tac_scribe-0.6.0-java Rakefile
tac_scribe-0.6.0 Rakefile
tac_scribe-0.5.0 Rakefile
tac_scribe-0.4.0 Rakefile
tac_scribe-0.3.0-java Rakefile
tac_scribe-0.3.0 Rakefile
tac_scribe-0.2.1 Rakefile
tac_scribe-0.2.1-java Rakefile
tac_scribe-0.2.0-java Rakefile
tac_scribe-0.2.0 Rakefile
tac_scribe-0.1.1 Rakefile
tac_scribe-0.1.0 Rakefile
tacview_client-0.1.0 Rakefile