Sha256: b9b88fa57f77804f3b5cc77a145a1800464efaebb00483157d0ae5654e8bf6e1

Contents?: true

Size: 309 Bytes

Versions: 14

Compression:

Stored size: 309 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.join(File.dirname(__FILE__), 'config', 'boot'))
 
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
require 'tasks/rails'

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
refinerycms-0.9.5.13 Rakefile
refinerycms-0.9.5.12 Rakefile
refinerycms-0.9.5.11 Rakefile
refinerycms-0.9.5.10 Rakefile
refinerycms-0.9.5.9 Rakefile
refinerycms-0.9.5.8 Rakefile
refinerycms-0.9.5.7 Rakefile
refinerycms-0.9.5.6 Rakefile
refinerycms-0.9.5.5 Rakefile
refinerycms-0.9.5.4 Rakefile
refinerycms-0.9.5.3 Rakefile
refinerycms-0.9.5.2 Rakefile
refinerycms-0.9.5.1 Rakefile
refinerycms-0.9.5 Rakefile