Sha256: e29c7ae2a1ca770b2315ea59e537c43ba010e4c97660f35849f2757cbb0d526f

Contents?: true

Size: 436 Bytes

Versions: 8

Compression:

Stored size: 436 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    = 'Unidom Sequence'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.md')
  rdoc.rdoc_files.include('lib/**/*.rb')
end



load 'rails/tasks/statistics.rake'



require 'bundler/gem_tasks'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
unidom-sequence-1.0 Rakefile
unidom-sequence-0.3.2 Rakefile
unidom-sequence-0.3.1 Rakefile
unidom-sequence-0.3 Rakefile
unidom-sequence-0.2.2 Rakefile
unidom-sequence-0.2.1 Rakefile
unidom-sequence-0.2 Rakefile
unidom-sequence-0.1 Rakefile