Sha256: 1aef295db0180a16502ff5ce093c512c966cabb501243f02745dcad38e723b5e

Contents?: true

Size: 233 Bytes

Versions: 17

Compression:

Stored size: 233 Bytes

Contents

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

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

task :default => :spec

desc "Open an irb session preloaded with this library"
task :console do
  sh "irb -I lib -r presto/metrics.rb"
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
presto-metrics-0.5.0 Rakefile
presto-metrics-0.4.2 Rakefile
presto-metrics-0.4.1 Rakefile
presto-metrics-0.4.0 Rakefile
presto-metrics-0.3.12 Rakefile
presto-metrics-0.3.11 Rakefile
presto-metrics-0.3.10 Rakefile
presto-metrics-0.3.9 Rakefile
presto-metrics-0.3.8 Rakefile
presto-metrics-0.3.7 Rakefile
presto-metrics-0.3.6 Rakefile
presto-metrics-0.3.5 Rakefile
presto-metrics-0.3.4 Rakefile
presto-metrics-0.3.3 Rakefile
presto-metrics-0.3.2 Rakefile
presto-metrics-0.3.1 Rakefile
presto-metrics-0.3.0 Rakefile