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
unboolean-0.0.2 Rakefile
xommelier-0.1.19 Rakefile
xommelier-0.1.18 Rakefile
xommelier-0.1.16 Rakefile
xommelier-0.1.15 Rakefile
xommelier-0.1.14 Rakefile
xommelier-0.1.13 Rakefile
xommelier-0.1.12 Rakefile
xommelier-0.1.11 Rakefile
xommelier-0.1.10 Rakefile
xommelier-0.1.9 Rakefile
xommelier-0.1.8 Rakefile
xommelier-0.1.7 Rakefile
xommelier-0.1.6 Rakefile
xommelier-0.1.5 Rakefile
xommelier-0.1.4 Rakefile
xommelier-0.1.3 Rakefile
xommelier-0.1.2 Rakefile
xommelier-0.1.1 Rakefile
xommelier-0.1.0 Rakefile