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.13 Rakefile
tabulatr2-0.9.12 Rakefile
tabulatr2-0.9.11 Rakefile
tabulatr2-0.9.10 Rakefile
tabulatr2-0.9.7 Rakefile
tabulatr2-0.9.6 Rakefile
tabulatr2-0.9.4 Rakefile
tabulatr2-0.9.3 Rakefile
tabulatr2-0.9.2 Rakefile
tabulatr2-0.9.1 Rakefile
tabulatr2-0.9.0 Rakefile
tabulatr2-0.8.9 Rakefile
tabulatr2-0.8.8 Rakefile
tabulatr2-0.8.7 Rakefile
tabulatr2-0.8.6 Rakefile
tabulatr2-0.8.5 Rakefile
tabulatr2-0.8.4 Rakefile
tabulatr2-0.8.3 Rakefile
tabulatr2-0.8.2 Rakefile
tabulatr2-0.8.1 Rakefile