Sha256: e06a77a978f2b14cf18d319b76cea441c79949fe89c72232d131a56a04586e8c

Contents?: true

Size: 441 Bytes

Versions: 13

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

13 entries across 13 versions & 1 rubygems

Version Path
xommelier-0.1.32 Rakefile
xommelier-0.1.31 Rakefile
xommelier-0.1.30 Rakefile
xommelier-0.1.29 Rakefile
xommelier-0.1.28 Rakefile
xommelier-0.1.27 Rakefile
xommelier-0.1.26 Rakefile
xommelier-0.1.25 Rakefile
xommelier-0.1.24 Rakefile
xommelier-0.1.23 Rakefile
xommelier-0.1.22 Rakefile
xommelier-0.1.21 Rakefile
xommelier-0.1.20 Rakefile