Sha256: 3922a07cdb43cc971439c570d2272d676fefa71cd377ff9351d2f1748ff6b66b

Contents?: true

Size: 270 Bytes

Versions: 21

Compression:

Stored size: 270 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake'
$:.unshift  File.join(File.dirname(__FILE__), "lib")

require 'rspec/core'
require 'rspec/core/rake_task'

task :default => :spec

desc "Run all specs in spec directory"
RSpec::Core::RakeTask.new(:spec)

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
woothee-1.13.0 Rakefile
woothee-1.11.1 Rakefile
woothee-1.11.0 Rakefile
woothee-1.10.0 Rakefile
woothee-1.9.0 Rakefile
woothee-1.8.0 Rakefile
woothee-1.7.0 Rakefile
woothee-1.5.0 Rakefile
woothee-1.4.0 Rakefile
woothee-1.3.0 Rakefile
woothee-1.2.0 Rakefile
woothee-1.1.1 Rakefile
woothee-1.1.0 Rakefile
woothee-1.0.1 Rakefile
woothee-1.0.0 Rakefile
woothee-0.4.2 Rakefile
woothee-0.4.1 Rakefile
woothee-0.4.0 Rakefile
woothee-0.3.9 Rakefile
woothee-0.3.8 Rakefile