Sha256: 63ba78dcf7b20ca08b8eeaf3c7af8925889b4e990e8d8928834cd3cbee25a5fa

Contents?: true

Size: 260 Bytes

Versions: 9

Compression:

Stored size: 260 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rubocop/rake_task'

RuboCop::RakeTask.new

begin
  require 'gemika/tasks'
rescue LoadError
  puts 'Run `gem install gemika` for additional tasks'
end

task default: ['matrix:spec', 'rubocop']

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
temporal_tables-3.0.2 Rakefile
temporal_tables-3.0.1 Rakefile
temporal_tables-3.0.0 Rakefile
temporal_tables-3.0.0.pre.rc.1 Rakefile
temporal_tables-2.0.0 Rakefile
temporal_tables-1.1.0 Rakefile
temporal_tables-1.0.3 Rakefile
temporal_tables-1.0.2 Rakefile
temporal_tables-1.0.1 Rakefile