Sha256: 4a05499f0fe1475909b0f3edce39092a790f6cac32228cef39d0dd515f5f96f0

Contents?: true

Size: 237 Bytes

Versions: 3

Compression:

Stored size: 237 Bytes

Contents

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

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

task default: :spec

desc 'Open an irb session preloaded with this library'
task :console do
  sh "irb -rubygems -I lib -r pandorified.rb"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pandorified-0.9.3 Rakefile
pandorified-0.9.2 Rakefile
pandorified-0.9.1 Rakefile