Sha256: 28b6ff847b028ed6577dc1aea2b33d505e6fc12a95fe13b68f48a20425b11d8f

Contents?: true

Size: 250 Bytes

Versions: 14

Compression:

Stored size: 250 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

# RSpec task
RSpec::Core::RakeTask.new(:spec)
task :test => :spec

# Benchmarking task
task :benchmark do
  ruby 'benchmarks/run-benchmarks.rb'
end

# Default Rake task
task default: 'test'

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
opulent-1.8.5 Rakefile
opulent-1.8.4 Rakefile
opulent-1.8.3 Rakefile
opulent-1.8.2 Rakefile
opulent-1.8.1 Rakefile
opulent-1.8.0 Rakefile
opulent-1.7.11 Rakefile
opulent-1.7.10 Rakefile
opulent-1.7.9 Rakefile
opulent-1.7.8 Rakefile
opulent-1.7.7 Rakefile
opulent-1.7.6 Rakefile
opulent-1.7.5 Rakefile
opulent-1.7.4 Rakefile