Sha256: b757eabe6e66be9aace98aa07256e0496f5f8152c3ab1e0a6a2c3887d3f73a02

Contents?: true

Size: 293 Bytes

Versions: 15

Compression:

Stored size: 293 Bytes

Contents

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

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

desc "Run rubydoctest"
task :rubydoctest do
  sh "rubydoctest README.md"
end

desc "Run tests"
task :test => [:spec, :rubydoctest]

task :default => :test

require "yard"

YARD::Rake::YardocTask.new

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
rubicure-3.3.3 Rakefile
rubicure-3.3.2 Rakefile
rubicure-3.3.1 Rakefile
rubicure-3.3.0 Rakefile
rubicure-3.3.0.rc2 Rakefile
rubicure-3.3.0.rc1 Rakefile
rubicure-3.2.6 Rakefile
rubicure-3.2.5 Rakefile
rubicure-3.2.4 Rakefile
rubicure-3.2.3 Rakefile
rubicure-3.2.2 Rakefile
rubicure-3.2.1 Rakefile
rubicure-3.2.0 Rakefile
rubicure-3.2.0.rc1 Rakefile
rubicure-3.1.5 Rakefile