Sha256: 6a99700405db0b802005f1a7c4fe6c61e0301e251aa95708acb431caaca0b94d

Contents?: true

Size: 441 Bytes

Versions: 21

Compression:

Stored size: 441 Bytes

Contents

require 'bundler/gem_tasks'

begin
  require 'yard'
  YARD::Rake::YardocTask.new(:doc)
rescue LoadError
  task :doc do
    abort "YARD is not available. In order to run yardoc, you must: gem install yard"
  end
end

begin
  require 'rspec/core/rake_task'
  RSpec::Core::RakeTask.new(:spec)
rescue LoadError
  task :spec do
    abort "RSpec is not available. In order to run specs, you must: gem install rspec"
  end
end

task default: :spec

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
xommelier-0.0.2 Rakefile