Sha256: 03c25133f5cdd11f8e750f72578ff957cc4161f2018e250dfe899bdc6a8eb076

Contents?: true

Size: 337 Bytes

Versions: 20

Compression:

Stored size: 337 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/dsl_definition'
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'

require 'tasks/rails'

Version data entries

20 entries across 20 versions & 3 rubygems

Version Path
rest-graph-2.0.3 example/rails2/Rakefile
rest-graph-2.0.2 example/rails2/Rakefile
rest-more-1.0.2 example/rails2/Rakefile
rest-more-1.0.1 example/rails2/Rakefile
rest-more-1.0.0 example/rails2/Rakefile
rest-more-0.8.0 example/rails2/Rakefile
rest-graph-2.0.1 example/rails2/Rakefile
rest-more-0.7.2.1 example/rails2/Rakefile
rest-more-0.7.2 example/rails2/Rakefile
rest-more-0.7.1 example/rails2/Rakefile
rest-graph-2.0.0 example/rails2/Rakefile
rest-more-0.7.0 example/rails2/Rakefile
rest-core-0.4.0 example/rails2/Rakefile
rest-core-0.4.0.pre.2 example/rails2/Rakefile
rest-core-0.4.0.pre.1 example/rails2/Rakefile
rest-core-0.4.0.pre.0 example/rails2/Rakefile
rest-core-0.3.0 example/rails2/Rakefile
rest-core-0.3.0.pre.2 example/rails2/Rakefile
rest-core-0.3.0.pre.1 example/rails2/Rakefile
rest-core-0.3.0.pre.0 example/rails2/Rakefile