Sha256: 3b1deebb30ee84cdaa0b98f706bd03346935765952f8de6f73abf5604eb7eefb

Contents?: true

Size: 522 Bytes

Versions: 13

Compression:

Stored size: 522 Bytes

Contents

# frozen_string_literal: true

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

require 'rdoc/task'

RDoc::Task.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'LHC'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

begin
  require 'rspec/core/rake_task'
  RSpec::Core::RakeTask.new(:spec)
  task default: :spec
end

Bundler::GemHelper.install_tasks

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
lhc-15.2.1 Rakefile
lhc-15.2.0 Rakefile
lhc-15.1.3 Rakefile
lhc-15.1.2 Rakefile
lhc-15.1.1 Rakefile
lhc-15.1.0 Rakefile
lhc-16.0.0.pre.pro2162.2 Rakefile
lhc-16.0.0.pre.pro2162 Rakefile
lhc-15.0.1 Rakefile
lhc-15.0.0 Rakefile
lhc-14.0.0 Rakefile
lhc-13.4.0.pre.pro1766.1 Rakefile
lhc-13.2.0 Rakefile