Sha256: 7955940a16157ebf98efb555b229a3812a74228742e2fd52539268228245fa35

Contents?: true

Size: 435 Bytes

Versions: 15

Compression:

Stored size: 435 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::Common'
  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

15 entries across 15 versions & 1 rubygems

Version Path
unidom-common-3.0 Rakefile
unidom-common-2.1.2 Rakefile
unidom-common-2.1.1 Rakefile
unidom-common-2.1 Rakefile
unidom-common-2.0 Rakefile
unidom-common-1.11 Rakefile
unidom-common-1.10 Rakefile
unidom-common-1.9.2 Rakefile
unidom-common-1.9.1 Rakefile
unidom-common-1.9 Rakefile
unidom-common-1.8.1 Rakefile
unidom-common-1.8 Rakefile
unidom-common-1.7.2 Rakefile
unidom-common-1.7.1 Rakefile
unidom-common-1.7 Rakefile