Sha256: f89adc7b2c8dda928583954514962b1aa43dfd7951de579af90f87649f7f4a72

Contents?: true

Size: 214 Bytes

Versions: 12

Compression:

Stored size: 214 Bytes

Contents

# frozen_string_literal: true
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'rubocop/rake_task'
require 'appraisal'

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

task default: :spec

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
activerecord-shard_for-0.7.0 Rakefile
activerecord-shard_for-0.6.1 Rakefile
activerecord-shard_for-0.6.0 Rakefile
activerecord-shard_for-0.5.0 Rakefile
activerecord-shard_for-0.4.1 Rakefile
activerecord-shard_for-0.4.0 Rakefile
activerecord-shard_for-0.3.0 Rakefile
activerecord-shard_for-0.2.1 Rakefile
activerecord-shard_for-0.2.0 Rakefile
activerecord-shard_for-0.1.2 Rakefile
activerecord-shard_for-0.1.1 Rakefile
activerecord-shard_for-0.1.0 Rakefile