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.9.0 Rakefile
datadog_api_client-2.8.0 Rakefile
datadog_api_client-2.7.0 Rakefile
datadog_api_client-2.6.0 Rakefile
datadog_api_client-2.5.0 Rakefile
datadog_api_client-2.4.0 Rakefile
datadog_api_client-2.3.0 Rakefile
datadog_api_client-2.2.0 Rakefile
datadog_api_client-2.1.0 Rakefile
datadog_api_client-2.0.2 Rakefile
datadog_api_client-2.0.1 Rakefile
datadog_api_client-2.0.0 Rakefile
datadog_api_client-1.11.0 Rakefile
datadog_api_client-1.10.0 Rakefile
datadog_api_client-1.9.0 Rakefile
datadog_api_client-1.8.0 Rakefile
datadog_api_client-1.7.0 Rakefile