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.8.0 Rakefile
tabulatr2-0.6.0 Rakefile
tabulatr-0.4.2 Rakefile
tabulatr-0.4.1 Rakefile
tabulatr-0.4.0 Rakefile
tabulatr-0.3.0 Rakefile
tabulatr-0.2.0 Rakefile
tabulatr-0.1.3 Rakefile
tabulatr-0.1.2 Rakefile
tabulatr-0.1.1 Rakefile
tabulatr-0.1.0 Rakefile
tabulatr-0.0.5 Rakefile
tabulatr-0.0.4 Rakefile
tabulatr-0.0.3 Rakefile
tabulatr-0.0.2 Rakefile
tabulatr-0.0.1 Rakefile