Sha256: 29d2c3f8f27219299b92dc925f5c80d967d6dcc58b3fea0c37988bb9d2f281b1

Contents?: true

Size: 299 Bytes

Versions: 29

Compression:

Stored size: 299 Bytes

Contents

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

task default: :spec

RSpec::Core::RakeTask.new

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

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
cody-1.2.1 Rakefile
cody-1.1.0 Rakefile
cody-1.0.6 Rakefile
cody-1.0.5 Rakefile
cody-1.0.4 Rakefile
cody-1.0.3 Rakefile
cody-1.0.2 Rakefile
cody-1.0.1 Rakefile
cody-1.0.0 Rakefile
cody-0.9.8 Rakefile
cody-0.9.7 Rakefile
cody-0.9.6 Rakefile
cody-0.9.5 Rakefile
cody-0.9.4 Rakefile
cody-0.9.3 Rakefile
cody-0.9.2 Rakefile
cody-0.9.1 Rakefile
cody-0.9.0 Rakefile
cody-0.8.6 Rakefile
cody-0.8.5 Rakefile