Sha256: e6596702799980d37a592288008dfb9198765b11dfe11d50a592577236d23b31

Contents?: true

Size: 438 Bytes

Versions: 9

Compression:

Stored size: 438 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 Dictionary'
  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

9 entries across 9 versions & 1 rubygems

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