Sha256: 26840dde062d8aab70d049044270371179da77a95b465b7e63b1020ebe0e8e4c

Contents?: true

Size: 358 Bytes

Versions: 14

Compression:

Stored size: 358 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"
require "rake-version"
require "yard"

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

task default: :spec

RakeVersion::Tasks.new do |v|
  v.copy "lib/tabulo/version.rb"
  v.copy "README.md", all: true
end

YARD::Rake::YardocTask.new do |t|
  t.options = ["--markup-provider=redcarpet", "--markup=markdown"]
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
tabulo-2.8.2 Rakefile
tabulo-2.8.1 Rakefile
tabulo-2.8.0 Rakefile
tabulo-2.7.3 Rakefile
tabulo-2.7.2 Rakefile
tabulo-2.7.1 Rakefile
tabulo-2.7.0 Rakefile
tabulo-2.6.3 Rakefile
tabulo-2.6.2 Rakefile
tabulo-2.6.1 Rakefile
tabulo-2.6.0 Rakefile
tabulo-2.5.0 Rakefile
tabulo-2.4.1 Rakefile
tabulo-2.4.0 Rakefile