Sha256: 8152a65ab45a967f08df60bf8e8e659b307fc2f7c923fdab6fe42994eae09dbf
Contents?: true
Size: 301 Bytes
Versions: 5
Compression:
Stored size: 301 Bytes
Contents
# encoding: utf-8 require "bundler/gem_tasks" require 'rake/testtask' desc 'Run test' Rake::TestTask.new do |t| t.pattern = "test/test_*.rb" end task :default => :test desc 'Open an irb session preloaded with the gem library' task :console do sh 'irb -rubygems -I lib' end task :c => :console
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
memprof2-0.1.2 | Rakefile |
memprof2-0.1.1 | Rakefile |
memprof2-0.1.0 | Rakefile |
memprof2-0.0.2 | Rakefile |
memprof2-0.0.1 | Rakefile |