Sha256: 24fdd2a0a07d122d3d04db494cc27286eaf47424f684ec8855e93807753e7d3c

Contents?: true

Size: 607 Bytes

Versions: 59

Compression:

Stored size: 607 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    = 'Auth'
  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

require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end


task default: :test

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 Rakefile
wordjelly-auth-1.5.9 Rakefile
wordjelly-auth-1.5.8 Rakefile
wordjelly-auth-1.5.7 Rakefile
wordjelly-auth-1.5.6 Rakefile
wordjelly-auth-1.5.5 Rakefile
wordjelly-auth-1.5.4 Rakefile
wordjelly-auth-1.5.3 Rakefile
wordjelly-auth-1.5.2 Rakefile
wordjelly-auth-1.5.1 Rakefile
wordjelly-auth-1.5.0 Rakefile
wordjelly-auth-1.4.9 Rakefile
wordjelly-auth-1.4.8 Rakefile
wordjelly-auth-1.4.7 Rakefile
wordjelly-auth-1.4.6 Rakefile
wordjelly-auth-1.4.5 Rakefile
wordjelly-auth-1.4.4 Rakefile
wordjelly-auth-1.4.3 Rakefile
wordjelly-auth-1.4.2 Rakefile
wordjelly-auth-1.4.0 Rakefile