Sha256: ec0f398585f64d3ceb31750534c145a9c3a5e1d8d0d990c7b7b717514daf07f5

Contents?: true

Size: 396 Bytes

Versions: 11

Compression:

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

Bundler::GemHelper.install_tasks

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ecm_rbac-2.0.0 Rakefile
ecm_rbac-1.2.1 Rakefile
ecm_rbac-1.2.0 Rakefile
ecm_rbac-1.0.1 Rakefile
ecm_rbac-1.0.0 Rakefile
ecm_rbac-0.0.10 Rakefile
ecm_rbac-0.0.9 Rakefile
ecm_rbac-0.0.8 Rakefile
ecm_rbac-0.0.4 Rakefile
ecm_rbac-0.0.3 Rakefile
ecm_rbac-0.0.2 Rakefile