Sha256: cd34d5d7d2dc45eaee5d5fc57f2bd046c2c6900fb08b4d6d3841f13299920a54

Contents?: true

Size: 240 Bytes

Versions: 23

Compression:

Stored size: 240 Bytes

Contents

# frozen_string_literal: true

$LOAD_PATH.unshift File.expand_path('lib', __dir__)

require 'praxis'
require 'praxis/tasks'

require 'rspec/core/rake_task'

require 'bundler/gem_tasks'

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

task default: :spec

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
praxis-2.0.0 Rakefile
praxis-2.0.pre.40 Rakefile
praxis-2.0.pre.39 Rakefile
praxis-2.0.pre.38 Rakefile
praxis-2.0.pre.37 Rakefile
praxis-2.0.pre.36 Rakefile
praxis-2.0.pre.35 Rakefile
praxis-2.0.pre.34 Rakefile
praxis-2.0.pre.33 Rakefile
praxis-2.0.pre.32 Rakefile
praxis-2.0.pre.31 Rakefile
praxis-2.0.pre.30 Rakefile
praxis-2.0.pre.29 Rakefile
praxis-2.0.pre.28 Rakefile
praxis-2.0.pre.27 Rakefile
praxis-2.0.pre.26 Rakefile
praxis-2.0.pre.25 Rakefile
praxis-2.0.pre.24 Rakefile
praxis-2.0.pre.23 Rakefile
praxis-2.0.pre.22 Rakefile