Sha256: 756992f90815428f3d734c1280ca6f42edabb314da3a134fefcec79e0a8a4be7

Contents?: true

Size: 467 Bytes

Versions: 16

Compression:

Stored size: 467 Bytes

Contents

require 'rubygems'
require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

RSpec::Core::RakeTask.new(:rcov) do |t|
  t.rcov = true
end

task :default => :spec

require 'rake/rdoctask'
Rake::RDocTask.new do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title = "WatirSplash #{WatirSplash::Version::WATIRSPLASH}"
  rdoc.rdoc_files.include('README*')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
watirsplash-2.4.2 Rakefile
watirsplash-2.4.1 Rakefile
watirsplash-2.4.0 Rakefile
watirsplash-2.3.2 Rakefile
watirsplash-2.3.1 Rakefile
watirsplash-2.3.0 Rakefile
watirsplash-2.2.0 Rakefile
watirsplash-2.1.1 Rakefile
watirsplash-2.1.0 Rakefile
watirsplash-2.0.1.rc5 Rakefile
watirsplash-2.0.1.rc4 Rakefile
watirsplash-2.0.1.rc3 Rakefile
watirsplash-2.0.1.rc1 Rakefile
watirsplash-2.0.0 Rakefile
watirsplash-2.0.0.rc2 Rakefile
watirsplash-2.0.0.rc1 Rakefile