Sha256: 1b637e32d041cc15a28058e84b71e028a1899471854cb1f93069ec3095559cc5

Contents?: true

Size: 297 Bytes

Versions: 9

Compression:

Stored size: 297 Bytes

Contents

$:.unshift File.expand_path('../lib', __FILE__)

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

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

task :default => :spec
task :test => :spec

task :console do
  require 'irb'
  require 'irb/completion'
  require 'peastash'
  ARGV.clear
  IRB.start
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
peastash-0.2.9 Rakefile
peastash-0.2.7 Rakefile
peastash-0.2.6 Rakefile
peastash-0.2.5 Rakefile
peastash-0.2.4 Rakefile
peastash-0.2.3 Rakefile
peastash-0.2.2 Rakefile
peastash-0.2.1 Rakefile
peastash-0.1.1 Rakefile