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
airbrake-api-4.1.2 Rakefile
airbrake-api-4.1.1 Rakefile
tophat-1.7.1 Rakefile
airbrake-api-4.1.0 Rakefile
airbrake-api-4.0.0 Rakefile
tophat-1.7.0 Rakefile
airbrake-api-3.3.0 Rakefile
tophat-1.6.1 Rakefile
tophat-1.6.0 Rakefile
tophat-1.5.0 Rakefile
airbrake-api-3.2.3 Rakefile
tophat-1.4.0 Rakefile
itunes-0.5.5 Rakefile
airbrake-api-3.2.2 Rakefile
itunes-0.5.4 Rakefile
itunes-0.5.3 Rakefile
itunes-0.5.2 Rakefile
airbrake-api-3.2.0 Rakefile
tophat-1.3.1 Rakefile
hoptoad-api-2.5.0 Rakefile