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.4 Rakefile
right_chimp-2.3.2 Rakefile
right_chimp-2.3.1 Rakefile
right_chimp-2.3 Rakefile
right_chimp-2.2.2 Rakefile
right_chimp-2.2.1 Rakefile
right_chimp-2.2 Rakefile
right_chimp-2.1.28 Rakefile
right_chimp-2.1.27 Rakefile
right_chimp-2.1.26 Rakefile
right_chimp-2.1.25.2 Rakefile
right_chimp-2.1.25 Rakefile
right_chimp-2.1.24 Rakefile
right_chimp-2.1.22.2 Rakefile
right_chimp-2.1.22.1 Rakefile
right_chimp-2.1.22 Rakefile
right_chimp-2.1.21 Rakefile
right_chimp-2.1.19.1 Rakefile
right_chimp-2.1.19 Rakefile
right_chimp-2.1.18 Rakefile