Sha256: d0ce2e780e2e0458bc19d5d49954c291af65aa7edd6951070a2c0cdfccd28bd2

Contents?: true

Size: 272 Bytes

Versions: 13

Compression:

Stored size: 272 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'

InterpretApp::Application.load_tasks

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
interpret-1.1.2 test_app/Rakefile
interpret-1.1.1 test_app/Rakefile
interpret-1.1.0 test_app/Rakefile
interpret-1.0.2 test_app/Rakefile
interpret-1.0.1 test_app/Rakefile
interpret-0.2.1 test_app/Rakefile
interpret-1.0.0 test_app/Rakefile
interpret-0.2.0 test_app/Rakefile
interpret-0.1.5 test_app/Rakefile
interpret-0.1.4 test_app/Rakefile
interpret-0.1.3 test_app/Rakefile
interpret-0.1.2 test_app/Rakefile
interpret-0.1.1 test_app/Rakefile