Sha256: f0d7e8cac852eec38e4e9b2a0a742d4d6ad9dd2536260b770e6eb559e5212b9d

Contents?: true

Size: 344 Bytes

Versions: 104

Compression:

Stored size: 344 Bytes

Contents

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

task default: :spec

RSpec::Core::RakeTask.new

require_relative "lib/terraspace"
require "cli_markdown"
desc "Generates cli reference docs as markdown"
task :docs do
  mkdir_p "docs/_includes"
  CliMarkdown::Creator.create_all(cli_class: Terraspace::CLI, cli_name: "terraspace")
end

Version data entries

104 entries across 104 versions & 1 rubygems

Version Path
terraspace-2.2.17 Rakefile
terraspace-2.2.16 Rakefile
terraspace-2.2.15 Rakefile
terraspace-2.2.14 Rakefile
terraspace-2.2.13 Rakefile
terraspace-2.2.12 Rakefile
terraspace-2.2.11 Rakefile
terraspace-2.2.10 Rakefile
terraspace-2.2.9 Rakefile
terraspace-2.2.8 Rakefile
terraspace-2.2.7 Rakefile
terraspace-2.2.6 Rakefile
terraspace-2.2.5 Rakefile
terraspace-2.2.4 Rakefile
terraspace-2.2.3 Rakefile
terraspace-2.2.2 Rakefile
terraspace-2.2.1 Rakefile
terraspace-2.2.0 Rakefile
terraspace-2.1.7 Rakefile
terraspace-2.1.6 Rakefile