Sha256: 5374ec507d2a9e118a9634dbf787e3ac8586a019e4f7c486384d596d1d78d23d

Contents?: true

Size: 336 Bytes

Versions: 22

Compression:

Stored size: 336 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

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

task :default => :spec

task :benchmark do
	sh "rspec --tag benchmark"
end

task :console do
  require 'ap'
  require 'pry'
  require 'pry/completion'
  require 'bundler'
  require 'sandthorn'
  ARGV.clear
  Pry.start
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
sandthorn-1.3.0 Rakefile
sandthorn-1.2.0 Rakefile
sandthorn-1.1.0 Rakefile
sandthorn-1.0.0 Rakefile
sandthorn-0.13.0 Rakefile
sandthorn-0.12.0 Rakefile
sandthorn-0.11.0 Rakefile
sandthorn-0.10.3 Rakefile
sandthorn-0.10.2 Rakefile
sandthorn-0.10.1 Rakefile
sandthorn-0.10.0 Rakefile
sandthorn-0.9.2 Rakefile
sandthorn-0.9.1 Rakefile
sandthorn-0.9.0 Rakefile
sandthorn-0.8.1 Rakefile
sandthorn-0.8.0 Rakefile
sandthorn-0.7.0 Rakefile
sandthorn-0.6.0 Rakefile
sandthorn-0.5.1 Rakefile
sandthorn-0.5.0 Rakefile