Sha256: 068f02b0f4bebd557aa079940579a43707540b6107088f570597f30ba5cdd088

Contents?: true

Size: 378 Bytes

Versions: 37

Compression:

Stored size: 378 Bytes

Contents

require 'rubygems'
require 'cucumber'
require 'cucumber/rake/task'
require 'yard'

Cucumber::Rake::Task.new(:features)

YARD::Rake::YardocTask.new(:docs) do |t|
  t.options += ['--title', "datadog-api-client #{DatadogAPIClient::VERSION} documentation"]
  t.options += ['--markup', 'markdown']
  t.options += ['--markup-provider', 'redcarpet']
  t.options += ['--use-cache']
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
datadog_api_client-2.29.1 Rakefile
datadog_api_client-2.28.1 Rakefile
datadog_api_client-2.27.1 Rakefile
datadog_api_client-2.26.1 Rakefile
datadog_api_client-2.26.0 Rakefile
datadog_api_client-2.25.0 Rakefile
datadog_api_client-2.24.0 Rakefile
datadog_api_client-2.22.0 Rakefile
datadog_api_client-2.21.0 Rakefile
datadog_api_client-2.20.0 Rakefile
datadog_api_client-2.19.0 Rakefile
datadog_api_client-2.18.0 Rakefile
datadog_api_client-2.17.0 Rakefile
datadog_api_client-2.16.0 Rakefile
datadog_api_client-2.15.0 Rakefile
datadog_api_client-2.14.0 Rakefile
datadog_api_client-2.13.0 Rakefile
datadog_api_client-2.12.0 Rakefile
datadog_api_client-2.11.0 Rakefile
datadog_api_client-2.10.0 Rakefile