Sha256: 177cfee8bbbf98d155c40b91cc676adf2df8f2fa4adc3412c1297f863ada851b

Contents?: true

Size: 198 Bytes

Versions: 6

Compression:

Stored size: 198 Bytes

Contents

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

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

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

task(:default).clear
task default: [:spec, :rubocop]

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
acts_as_hashids-0.1.5 Rakefile
acts_as_hashids-0.1.4 Rakefile
acts_as_hashids-0.1.3 Rakefile
acts_as_hashids-0.1.2 Rakefile
acts_as_hashids-0.1.1 Rakefile
acts_as_hashids-0.1.0 Rakefile