Sha256: bbef9152ef8be47815e0399f0f34c7d0a9d0081b3ad63a3e44af936e89f39954

Contents?: true

Size: 177 Bytes

Versions: 6

Compression:

Stored size: 177 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: [:rubocop, :spec]

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
trix-0.9.5 Rakefile
trix-0.9.4 Rakefile
trix-0.9.3 Rakefile
trix-0.9.2 Rakefile
trix-0.9.1 Rakefile
trix-0.9.0 Rakefile