Sha256: fc55495bb1667496f37d9774fe01b8d453faa01cebc614d6da45bb925cde799a

Contents?: true

Size: 555 Bytes

Versions: 80

Compression:

Stored size: 555 Bytes

Contents

require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'

desc 'Default: run unit tests.'
task :default => :test

desc 'Test the after_commit plugin.'
Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = true
end

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

Version data entries

80 entries across 80 versions & 15 rubygems

Version Path
lostboy-thinking-sphinx-1.1.5.4 vendor/after_commit/Rakefile
lostboy-thinking-sphinx-1.1.5.5 vendor/after_commit/Rakefile
pixeltrix-thinking-sphinx-1.1.5 vendor/after_commit/Rakefile
pixeltrix-thinking-sphinx-1.2.1 vendor/after_commit/Rakefile
sherpa99-thinking-sphinx-1.1.4 vendor/after_commit/Rakefile
thinking-sphinx-099-1.3.2 vendor/after_commit/Rakefile
thinking-sphinx-1.3.2 vendor/after_commit/Rakefile
moneypools-thinking-sphinx-1.3.1 vendor/after_commit/Rakefile
thinking-sphinx-1.3.1 vendor/after_commit/Rakefile
thinking-sphinx-099-1.3.1 vendor/after_commit/Rakefile
thinking-sphinx-099-1.3.0 vendor/after_commit/Rakefile
thinking-sphinx-1.3.0 vendor/after_commit/Rakefile
thinking-sphinx-099-1.2.13 vendor/after_commit/Rakefile
thinking-sphinx-1.2.13 vendor/after_commit/Rakefile
moneypools-thinking-sphinx-1.2.13 vendor/after_commit/Rakefile
moneypools-thinking-sphinx-1.2.12 vendor/after_commit/Rakefile
moneypools-thinking-sphinx-1.2.11 vendor/after_commit/Rakefile
warp-thinking-sphinx-1.2.12 vendor/after_commit/Rakefile
thinking-sphinx-099-1.2.12 vendor/after_commit/Rakefile
thinking-sphinx-1.2.12 vendor/after_commit/Rakefile