Sha256: 00a254ab40dad49caa969acbbaa57118073501e174d6e48e3d2b4bd1908097a3

Contents?: true

Size: 567 Bytes

Versions: 21

Compression:

Stored size: 567 Bytes

Contents

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

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

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

desc 'Generate documentation for the archives_sidebar plugin.'
Rake::RDocTask.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'ArchivesSidebar'
  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/archives_sidebar/Rakefile
typo-5.4.4 vendor/plugins/archives_sidebar/Rakefile
typo-5.4.3 vendor/plugins/archives_sidebar/Rakefile
typo-5.4.2 vendor/plugins/archives_sidebar/Rakefile
typo-5.4.1 vendor/plugins/archives_sidebar/Rakefile
typo-5.4 vendor/plugins/archives_sidebar/Rakefile
typo-4.1.1 vendor/plugins/archives_sidebar/Rakefile
typo-4.1 vendor/plugins/archives_sidebar/Rakefile
typo-5.0.1 vendor/plugins/archives_sidebar/Rakefile
typo-5.0.2 vendor/plugins/archives_sidebar/Rakefile
typo-5.0.3.98.1 vendor/plugins/archives_sidebar/Rakefile
typo-5.0 vendor/plugins/archives_sidebar/Rakefile
typo-5.0.3.98 vendor/plugins/archives_sidebar/Rakefile
typo-5.1.1 vendor/plugins/archives_sidebar/Rakefile
typo-5.1.2 vendor/plugins/archives_sidebar/Rakefile
typo-5.1.3 vendor/plugins/archives_sidebar/Rakefile
typo-5.1.98 vendor/plugins/archives_sidebar/Rakefile
typo-5.1 vendor/plugins/archives_sidebar/Rakefile
typo-5.2 vendor/plugins/archives_sidebar/Rakefile
typo-5.2.98 vendor/plugins/archives_sidebar/Rakefile