Sha256: 3ba5b8a5949a7aa1887d6c220a12c7309dfa9cb1519ef82c6ba1e23188871dbe

Contents?: true

Size: 580 Bytes

Versions: 21

Compression:

Stored size: 580 Bytes

Contents

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

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

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

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

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
typo-5.5 vendor/plugins/typo_textfilter_none/Rakefile
typo-5.4.4 vendor/plugins/typo_textfilter_none/Rakefile
typo-5.4.3 vendor/plugins/typo_textfilter_none/Rakefile
typo-5.4.2 vendor/plugins/typo_textfilter_none/Rakefile
typo-5.4.1 vendor/plugins/typo_textfilter_none/Rakefile
typo-5.4 vendor/plugins/typo_textfilter_none/Rakefile
typo-4.1.1 vendor/plugins/typo_textfilter_none/Rakefile
typo-4.1 vendor/plugins/typo_textfilter_none/Rakefile
typo-5.0.2 vendor/plugins/typo_textfilter_none/Rakefile
typo-5.0.1 vendor/plugins/typo_textfilter_none/Rakefile
typo-5.0.3.98.1 vendor/plugins/typo_textfilter_none/Rakefile
typo-5.0 vendor/plugins/typo_textfilter_none/Rakefile
typo-5.0.3.98 vendor/plugins/typo_textfilter_none/Rakefile
typo-5.1.1 vendor/plugins/typo_textfilter_none/Rakefile
typo-5.1.2 vendor/plugins/typo_textfilter_none/Rakefile
typo-5.1.3 vendor/plugins/typo_textfilter_none/Rakefile
typo-5.1 vendor/plugins/typo_textfilter_none/Rakefile
typo-5.1.98 vendor/plugins/typo_textfilter_none/Rakefile
typo-5.2 vendor/plugins/typo_textfilter_none/Rakefile
typo-5.2.98 vendor/plugins/typo_textfilter_none/Rakefile