Sha256: fafcee0bcf0db72d521b136be7158c531117626f7b8f17c85781eb832de9e6d7

Contents?: true

Size: 448 Bytes

Versions: 9

Compression:

Stored size: 448 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 Authorization'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end



load 'rails/tasks/statistics.rake'



Bundler::GemHelper.install_tasks

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
unidom-authorization-1.4 Rakefile
unidom-authorization-1.3 Rakefile
unidom-authorization-1.2.2 Rakefile
unidom-authorization-1.2.1 Rakefile
unidom-authorization-1.2 Rakefile
unidom-authorization-1.1 Rakefile
unidom-authorization-1.0 Rakefile
unidom-authorization-0.2 Rakefile
unidom-authorization-0.1 Rakefile