Sha256: 9cdcd45d949b2b5ea6023078cbe3d13788b3c28e75f37c2d0b2bd1cf9c8873e8

Contents?: true

Size: 264 Bytes

Versions: 9

Compression:

Stored size: 264 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.

require File.expand_path('../config/application', __FILE__)
require 'rake'

Main::Application.load_tasks

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tabulous-1.3.0 test/applications/rails30/main/Rakefile
tabulous-1.2.0 test/applications/rails30/main/Rakefile
tabulous-1.1.0 test/applications/rails30/main/Rakefile
tabulous-1.0.3 test/applications/rails30/main/Rakefile
tabulous-1.0.2 test/applications/main/Rakefile
tabulous-1.0.1 test/applications/main/Rakefile
tabulous-1.0.0 test/applications/main/Rakefile
tabulous-0.0.2 test/applications/main/Rakefile
tabulous-0.0.1 test/applications/main/Rakefile