Sha256: 4b429c3c130d0cd20e2c85ad1098c6102c32f752d0cca0b77400fc7450087ee8

Contents?: true

Size: 534 Bytes

Versions: 133

Compression:

Stored size: 534 Bytes

Contents

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
rescue LoadError
  # no rspec available
end

Bundler::GemHelper.install_tasks

Version data entries

133 entries across 133 versions & 2 rubygems

Version Path
lhc-13.1.0 Rakefile
lhc-13.0.0 Rakefile
lhc-12.3.0 Rakefile
lhc-12.2.1 Rakefile
lhc-12.2.0 Rakefile
lhc-12.1.3 Rakefile
lhc-12.1.2 Rakefile
lhc-12.1.1 Rakefile
lhc-12.1.0 Rakefile
lhc-12.0.3 Rakefile
lhc-12.0.2 Rakefile
lhc-12.0.1 Rakefile
lhc-12.0.0 Rakefile
lhc-11.2.0 Rakefile
lhc-11.1.1 Rakefile
lhc-11.1.0 Rakefile
lhc-11.0.2 Rakefile
lhc-11.0.1 Rakefile
lhc-11.0.0 Rakefile
lhc-10.5.4 Rakefile