Sha256: ce63d69848aa7e13e6300f90de1a9e429953e1465a8957f097971815bd57c6b4

Contents?: true

Size: 600 Bytes

Versions: 103

Compression:

Stored size: 600 Bytes

Contents

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

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

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

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

Version data entries

103 entries across 103 versions & 4 rubygems

Version Path
record_select-0.0.2 Rakefile
record_select-0.0.1 Rakefile
record_select-0.0.4 Rakefile
record_select-0.0.3 Rakefile
recordselect_custom-0.0.2 Rakefile
recordselect_custom-0.0.1 Rakefile
recordselect-custom-0.0.1 Rakefile
six-updater-web-0.24.15 lib/six-updater-web/vendor/plugins/recordselect/Rakefile
six-updater-web-0.24.14 lib/six-updater-web/vendor/plugins/recordselect/Rakefile
six-updater-web-0.24.13 lib/six-updater-web/vendor/plugins/recordselect/Rakefile
six-updater-web-0.24.12 lib/six-updater-web/vendor/plugins/recordselect/Rakefile
six-updater-web-0.24.11 lib/six-updater-web/vendor/plugins/recordselect/Rakefile
six-updater-web-0.24.10 lib/six-updater-web/vendor/plugins/recordselect/Rakefile
six-updater-web-0.24.9 lib/six-updater-web/vendor/plugins/recordselect/Rakefile
six-updater-web-0.24.8 lib/six-updater-web/vendor/plugins/recordselect/Rakefile
six-updater-web-0.24.7 lib/six-updater-web/vendor/plugins/recordselect/Rakefile
six-updater-web-0.24.6 lib/six-updater-web/vendor/plugins/recordselect/Rakefile
six-updater-web-0.24.5 lib/six-updater-web/vendor/plugins/recordselect/Rakefile
six-updater-web-0.24.4 lib/six-updater-web/vendor/plugins/recordselect/Rakefile
six-updater-web-0.24.3 lib/six-updater-web/vendor/plugins/recordselect/Rakefile