Sha256: c2fe32ad3b555d47ce071b0307963662b412d9d8b9ecb8539af6c7a392234c95

Contents?: true

Size: 593 Bytes

Versions: 576

Compression:

Stored size: 593 Bytes

Contents

require 'rake'
require 'rake/testtask'
require 'rake/packagetask'
require 'rake/rdoctask'
require 'find'

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

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

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

Version data entries

576 entries across 96 versions & 1 rubygems

Version Path
six-updater-web-0.24.15 lib/six-updater-web/vendor/plugins/six-import/Rakefile
six-updater-web-0.24.15 lib/six-updater-web/vendor/plugins/six-network/Rakefile
six-updater-web-0.24.15 lib/six-updater-web/vendor/plugins/six-app_manager/Rakefile
six-updater-web-0.24.15 lib/six-updater-web/vendor/plugins/six-guid/Rakefile
six-updater-web-0.24.15 lib/six-updater-web/vendor/plugins/six-query/Rakefile
six-updater-web-0.24.15 lib/six-updater-web/vendor/plugins/six-db_manager/Rakefile
six-updater-web-0.24.14 lib/six-updater-web/vendor/plugins/six-app_manager/Rakefile
six-updater-web-0.24.14 lib/six-updater-web/vendor/plugins/six-import/Rakefile
six-updater-web-0.24.14 lib/six-updater-web/vendor/plugins/six-network/Rakefile
six-updater-web-0.24.14 lib/six-updater-web/vendor/plugins/six-db_manager/Rakefile
six-updater-web-0.24.14 lib/six-updater-web/vendor/plugins/six-guid/Rakefile
six-updater-web-0.24.14 lib/six-updater-web/vendor/plugins/six-query/Rakefile
six-updater-web-0.24.13 lib/six-updater-web/vendor/plugins/six-network/Rakefile
six-updater-web-0.24.13 lib/six-updater-web/vendor/plugins/six-query/Rakefile
six-updater-web-0.24.13 lib/six-updater-web/vendor/plugins/six-app_manager/Rakefile
six-updater-web-0.24.13 lib/six-updater-web/vendor/plugins/six-import/Rakefile
six-updater-web-0.24.13 lib/six-updater-web/vendor/plugins/six-db_manager/Rakefile
six-updater-web-0.24.13 lib/six-updater-web/vendor/plugins/six-guid/Rakefile
six-updater-web-0.24.12 lib/six-updater-web/vendor/plugins/six-query/Rakefile
six-updater-web-0.24.12 lib/six-updater-web/vendor/plugins/six-app_manager/Rakefile