Sha256: 88577e824e43e120af8c6262a17861bedc8b51af4accadda5acf9a5f6131f79c

Contents?: true

Size: 475 Bytes

Versions: 68

Compression:

Stored size: 475 Bytes

Contents

require 'rake/clean'
require 'rubygems'
require 'rake/gempackagetask'
require 'rdoc/task'

Rake::RDocTask.new do |rd|
  rd.main = "README.rdoc"
  rd.rdoc_files.include("README.rdoc","lib/**/*.rb","bin/**/*")
  rd.title = 'Your application title'
end

spec = eval(File.read('todo.gemspec'))

Rake::GemPackageTask.new(spec) do |pkg|
end

require 'rake/testtask'
Rake::TestTask.new do |t|
  t.libs << "test"
  t.test_files = FileList['test/tc_*.rb']
end

task :default => :test

Version data entries

68 entries across 34 versions & 1 rubygems

Version Path
gli-2.22.0 test/apps/todo_legacy/Rakefile
gli-2.22.0 test/apps/todo/Rakefile
gli-2.21.5 test/apps/todo/Rakefile
gli-2.21.5 test/apps/todo_legacy/Rakefile
gli-2.21.4 test/apps/todo_legacy/Rakefile
gli-2.21.4 test/apps/todo/Rakefile
gli-2.21.3 test/apps/todo/Rakefile
gli-2.21.3 test/apps/todo_legacy/Rakefile
gli-2.21.2 test/apps/todo/Rakefile
gli-2.21.2 test/apps/todo_legacy/Rakefile
gli-2.21.1 test/apps/todo/Rakefile
gli-2.21.1 test/apps/todo_legacy/Rakefile
gli-2.21.0 test/apps/todo/Rakefile
gli-2.21.0 test/apps/todo_legacy/Rakefile
gli-2.20.1 test/apps/todo_legacy/Rakefile
gli-2.20.1 test/apps/todo/Rakefile
gli-2.20.0 test/apps/todo_legacy/Rakefile
gli-2.20.0 test/apps/todo/Rakefile
gli-2.19.2 test/apps/todo_legacy/Rakefile
gli-2.19.2 test/apps/todo/Rakefile