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.10.4 Rakefile
tabulatr2-0.10.3 Rakefile
tabulatr2-0.10.2 Rakefile
tabulatr2-0.10.1 Rakefile
tabulatr2-0.10.0 Rakefile
tabulatr2-0.9.48 Rakefile
tabulatr2-0.9.47 Rakefile
tabulatr2-0.9.46 Rakefile
tabulatr2-0.9.45 Rakefile
tabulatr2-0.9.44 Rakefile
tabulatr2-0.9.43 Rakefile
tabulatr2-0.9.42 Rakefile
tabulatr2-0.9.41 Rakefile
tabulatr2-0.9.40 Rakefile
tabulatr2-0.9.39 Rakefile
tabulatr2-0.9.38 Rakefile
tabulatr2-0.9.37 Rakefile
tabulatr2-0.9.36 Rakefile
tabulatr2-0.9.35 Rakefile
tabulatr2-0.9.34 Rakefile