Sha256: a0d0f05a5f03a815c70f2a0b00f17bbad7b88242daeec9e6a85aeb01bd3c4925
Contents?: true
Size: 392 Bytes
Versions: 4
Compression:
Stored size: 392 Bytes
Contents
begin require 'bundler/setup' rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end Bundler::GemHelper.install_tasks require 'rspec/core' 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 task :default => :spec
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
shortest_path-0.0.5 | Rakefile |
shortest_path-0.0.4 | Rakefile |
shortest_path-0.0.3 | Rakefile |
shortest_path-0.0.2 | Rakefile |