Sha256: 4499a01fa5fe6f40eb4da7f472c3571a4bb88ccdb37b8e2e273951417c806b3a

Contents?: true

Size: 268 Bytes

Versions: 10

Compression:

Stored size: 268 Bytes

Contents

# frozen_string_literal: true

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

10 entries across 10 versions & 1 rubygems

Version Path
pandorified-0.9.13 Rakefile
pandorified-0.9.12 Rakefile
pandorified-0.9.11 Rakefile
pandorified-0.9.10 Rakefile
pandorified-0.9.9 Rakefile
pandorified-0.9.8 Rakefile
pandorified-0.9.7 Rakefile
pandorified-0.9.6 Rakefile
pandorified-0.9.5 Rakefile
pandorified-0.9.4 Rakefile