Sha256: f824546ea1402ae83e077d752cae942b07343fb69414b09a2f2feecb09a25b15

Contents?: true

Size: 371 Bytes

Versions: 49

Compression:

Stored size: 371 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

task :default => :spec

namespace :doc do
  require 'yard'
  YARD::Rake::YardocTask.new do |task|
    task.files   = ['lib/**/*.rb']
    task.options = [
      '--protected',
      '--output-dir', 'doc/yard',
      '--markup', 'markdown',
    ]
  end
end

Version data entries

49 entries across 49 versions & 6 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/tophat-2.3.1/Rakefile
tophat-2.3.1 Rakefile
tophat-2.3.0 Rakefile
itunes-0.7.0 Rakefile
tophat-2.2.1 Rakefile
airbrake-api-4.6.1 Rakefile
airbrake-api-4.6.0 Rakefile
airbrake-api-4.5.1 Rakefile
airbrake-api-4.5.0 Rakefile
tophat-2.2.0 Rakefile
airbrake-api-4.4.0 Rakefile
airbrake-api-4.3.0 Rakefile
itunes-0.6.0 Rakefile
airbrake-api-4.2.2 Rakefile
tophat-2.1.0 Rakefile
airbrake-api-4.2.1 Rakefile
airbrake-api-4.2.0 Rakefile
airbrake-api-4.1.3 Rakefile
tophat-2.0.0 Rakefile
tophat-1.7.2 Rakefile