Sha256: fc70038f6557c2196884833316405de1f7558d3ced10a7a8956853a10ccf50be

Contents?: true

Size: 528 Bytes

Versions: 135

Compression:

Stored size: 528 Bytes

Contents

#!/usr/bin/env rake
begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end
begin
  require 'rdoc/task'
rescue LoadError
  require 'rdoc/rdoc'
  require 'rake/rdoctask'
  RDoc::Task = Rake::RDocTask
end

RDoc::Task.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'rswag-specs'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end




Bundler::GemHelper.install_tasks

Version data entries

135 entries across 135 versions & 15 rubygems

Version Path
rswag-ui-2.16.0 Rakefile
rswag-api-2.16.0 Rakefile
rswag-ui-2.15.0 Rakefile
rswag-api-2.15.0 Rakefile
rswag-ui-2.14.0 Rakefile
rswag-api-2.14.0 Rakefile
rswag-ui-2.13.0 Rakefile
rswag-api-2.13.0 Rakefile
rswag-ui-2.12.0 Rakefile
rswag-api-2.12.0 Rakefile
rswag-ui-2.11.0 Rakefile
rswag-api-2.11.0 Rakefile
rswag-ui-2.10.1 Rakefile
rswag-api-2.10.1 Rakefile
rswag-ui-2.10.0 Rakefile
rswag-api-2.10.0 Rakefile
rswag-ui-2.9.0 Rakefile
rswag-api-2.9.0 Rakefile
rswag-ui-2.8.0 Rakefile
rswag-api-2.8.0 Rakefile