Sha256: c88a7b9d037a9ffcbfe474c1fadc75483f0e39e6687954bbf4d62c3835973f6d

Contents?: true

Size: 209 Bytes

Versions: 7

Compression:

Stored size: 209 Bytes

Contents

require "bundler/gem_tasks"

require 'rspec/core/rake_task'

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

RSpec::Core::RakeTask.new(:rcov) do |t|
  t.rcov = true
  t.rcov_opts = %w{--exclude osx\/objc,gems\/,spec\/}
end

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
georuby-ext-0.0.5 Rakefile
georuby-ext-0.0.4 Rakefile
georuby-ext-0.0.3 Rakefile
shortest_path-0.0.1 Rakefile
georuby-ext-0.0.2 Rakefile
file_scheduler-0.0.2 Rakefile
georuby-ext-0.0.1 Rakefile