Sha256: 7acaf76f590e0328c7ade2064093c3371843089aa6fc55584e6b7462f437b791

Contents?: true

Size: 320 Bytes

Versions: 13

Compression:

Stored size: 320 Bytes

Contents

#!/usr/bin/env rake
# 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__)

AppPrototype::Application.load_tasks

task(:default).clear
task default: 'spec'

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
raygun-0.0.27 app_prototype/Rakefile
raygun-0.0.26 app_prototype/Rakefile
raygun-0.0.25 app_prototype/Rakefile
raygun-0.0.24 app_prototype/Rakefile
raygun-0.0.23 app_prototype/Rakefile
raygun-0.0.22 app_prototype/Rakefile
raygun-0.0.21 app_prototype/Rakefile
raygun-0.0.18 app_prototype/Rakefile
raygun-0.0.17 app_prototype/Rakefile
raygun-0.0.16 app_prototype/Rakefile
raygun-0.0.15 app_prototype/Rakefile
raygun-0.0.14 app_prototype/Rakefile
raygun-0.0.13 app_prototype/Rakefile