Sha256: 2321703f6ec80fe7fa6b370532d59d7ada65398e70db667bec80c5f4219bd1b1

Contents?: true

Size: 394 Bytes

Versions: 48

Compression:

Stored size: 394 Bytes

Contents

require 'rubygems'
require 'bundler/gem_tasks'

desc "Open an irb session preloaded with Chimp"
task :console do
  sh "irb -rubygems -I lib -r lib/right_chimp.rb"
end

desc "Run rspec tests"
task :spec do
  sh "rspec spec/spec_*.rb"
end

desc "Clean up source directories and packages"
task :clean do
  sh "rm -rf pkg/*.gem 2>/dev/null || true"
  sh "rm *~ */*~ */*/*~ 2>/dev/null || true"
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
right_chimp-2.1.17 Rakefile
right_chimp-2.1.15 Rakefile
right_chimp-2.1.14 Rakefile
right_chimp-2.1.13 Rakefile
right_chimp-2.1.12 Rakefile
right_chimp-2.1.10 Rakefile
right_chimp-2.1.8 Rakefile
right_chimp-2.1.7 Rakefile
right_chimp-2.1.6 Rakefile
right_chimp-2.1.5 Rakefile
right_chimp-2.1.4 Rakefile
right_chimp-2.1.3 Rakefile
right_chimp-2.1.2 Rakefile
right_chimp-2.1.0 Rakefile
right_chimp-2.0.2 Rakefile
right_chimp-2.0.1 Rakefile
right_chimp-2.0 Rakefile
right_chimp-1.1.3 Rakefile
right_chimp-1.1.2 Rakefile
right_chimp-1.1.1 Rakefile