Sha256: 77817742d56706e3732ad49a1ebbd542a5b465270ea5ade9d9959bcd2f8248dc

Contents?: true

Size: 429 Bytes

Versions: 24

Compression:

Stored size: 429 Bytes

Contents

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

# This is just a stub Rakefile, really, so don't actually boot Rails
#require(File.join(File.dirname(__FILE__), 'config', 'boot'))

require 'rake'
require 'rake/testtask'
begin
  require 'rdoc/task'
rescue LoadError
  require 'rake/rdoctask'
end

#require 'tasks/rails'

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
warbler-1.4.10 spec/sample_war/Rakefile
warbler-2.0.2 spec/sample_war/Rakefile
warbler-2.0.1 spec/sample_war/Rakefile
warbler-2.0.0 spec/sample_war/Rakefile
warbler-2.0.0.rc3 spec/sample_war/Rakefile
warbler-2.0.0.rc2 spec/sample_war/Rakefile
warbler-2.0.0.rc1 spec/sample_war/Rakefile
warbler-2.0.0.pre3 spec/sample_war/Rakefile
warbler-2.0.0.pre2 spec/sample_war/Rakefile
warbler-1.4.9 spec/sample_war/Rakefile
warbler-1.4.8 spec/sample_war/Rakefile
warbler-2.0.0.pre1 spec/sample_war/Rakefile
warbler-1.4.7 spec/sample_war/Rakefile
warbler-1.4.6 spec/sample_war/Rakefile
warbler-1.4.5 spec/sample_war/Rakefile
warbler-1.4.4 spec/sample_war/Rakefile
warbler-1.4.3 spec/sample_war/Rakefile
warbler-1.4.2 spec/sample_war/Rakefile
warbler-1.4.1 spec/sample_war/Rakefile
warbler-1.4.0 spec/sample_war/Rakefile