Sha256: 8b7bbefc7b07c8d5151f7c419ccc056dcfbf1e52c3521e75f2f8f401b0318029

Contents?: true

Size: 518 Bytes

Versions: 12

Compression:

Stored size: 518 Bytes

Contents

require File.expand_path('spec/rails_app/config/environment', File.dirname(__FILE__))
require 'rdoc/task'

desc 'Default: run test suite.'
task :default => :spec

desc 'Generate documentation for the devise_ldap_authenticatable plugin.'
Rake::RDocTask.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'DeviseLDAPAuthenticatable'
  rdoc.options << '--line-numbers' << '--inline-source'
  rdoc.rdoc_files.include('README.md')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

RailsApp::Application.load_tasks

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
devise_ldap_authenticatable-0.8.7 Rakefile
devise_ldap_authenticatable-0.8.6 Rakefile
houston-devise_ldap_authenticatable-0.7.1 Rakefile
houston-devise_ldap_authenticatable-0.7.0 Rakefile
xn_devise_ldap_authenticatable-0.8.5 Rakefile
devise_ldap_authenticatable-0.8.5 Rakefile
devise_ldap_authenticatable-0.8.4 Rakefile
devise_ldap_authenticatable-0.8.3 Rakefile
devise_ldap_authenticatable-0.8.1 Rakefile
devise_ldap_authenticatable-0.8.0 Rakefile
devise_ldap_authenticatable-0.8.0.pre Rakefile
devise_ldap_authenticatable-0.7.0 Rakefile