Sha256: d19b1384985c7a266c0420232a003c41287637354db63421179e674fbbae7468

Contents?: true

Size: 600 Bytes

Versions: 10

Compression:

Stored size: 600 Bytes

Contents

# frozen_string_literal: true

require File.join("bundler", "gem_tasks")
require File.join("rspec", "core", "rake_task")
require "sdoc"

FileList["tasks/*.rake"].each { |task| load task }

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

task default: :spec

RDoc::Task.new do |rdoc|
  rdoc.main = "README.md"
  rdoc.markup = "tomdoc"
  rdoc.options << "--format=sdoc"
  rdoc.options << "--github --encoding=UTF-8"
  rdoc.rdoc_dir = "doc"
  rdoc.rdoc_files.exclude("vendor", "tmp")
  rdoc.rdoc_files.include("README.md", "lib", "*.rb")
  rdoc.template = "rails"
  rdoc.title = "omniauth-doximity Documentation"
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
omniauth-doximity-oauth2-1.5.0 Rakefile
omniauth-doximity-oauth2-1.4.0 Rakefile
omniauth-doximity-oauth2-1.3.0 Rakefile
omniauth-doximity-oauth2-1.2.0 Rakefile
omniauth-doximity-oauth2-1.2.0.pre.3 Rakefile
omniauth-doximity-oauth2-1.2.0.pre.2 Rakefile
omniauth-doximity-oauth2-1.2.0.pre Rakefile
omniauth-doximity-oauth2-1.1.0 Rakefile
dut-0.0.1 Rakefile
omniauth-doximity-oauth2-1.0.0 Rakefile