Sha256: 53c66d3a6d511e6b2d76d728ed0c06740e2ae93f85fe5540caab75f7e6971971

Contents?: true

Size: 320 Bytes

Versions: 76

Compression:

Stored size: 320 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 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

task :default => :spec

Version data entries

76 entries across 76 versions & 2 rubygems

Version Path
tabulatr2-0.9.33 Rakefile
tabulatr2-0.9.32 Rakefile
tabulatr2-0.9.31 Rakefile
tabulatr2-0.9.30 Rakefile
tabulatr2-0.9.29 Rakefile
tabulatr2-0.9.28 Rakefile
tabulatr2-0.9.27 Rakefile
tabulatr2-0.9.26 Rakefile
tabulatr2-0.9.25 Rakefile
tabulatr2-0.9.24 Rakefile
tabulatr2-0.9.23 Rakefile
tabulatr2-0.9.22 Rakefile
tabulatr2-0.9.21 Rakefile
tabulatr2-0.9.20 Rakefile
tabulatr2-0.9.19 Rakefile
tabulatr2-0.9.18 Rakefile
tabulatr2-0.9.17 Rakefile
tabulatr2-0.9.16 Rakefile
tabulatr2-0.9.15 Rakefile
tabulatr2-0.9.14 Rakefile