Sha256: 591cc273363f41c430f60634b8f04e1fd3312c8945c8a3db4f1b410949ba0344

Contents?: true

Size: 342 Bytes

Versions: 5

Compression:

Stored size: 342 Bytes

Contents

require "bundler/gem_tasks"

require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
    spec.pattern = FileList['spec/**/*_spec.rb']
    end
task :default => :spec

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 & 3 rubygems

Version Path
fluent-rubyprof-0.2.0 Rakefile
fluent-gcprofiler-0.0.1 Rakefile
fluent-stackprof-0.1.0 Rakefile
fluent-rubyprof-0.0.2 Rakefile
fluent-rubyprof-0.0.1 Rakefile