Sha256: a4da70db1b8bd70f24249b97074330f9c7e75b58a1305753a5bf259ebb33d977

Contents?: true

Size: 555 Bytes

Versions: 29

Compression:

Stored size: 555 Bytes

Contents

# encoding: utf-8

require 'rubygems'

begin
  require 'bundler'
rescue LoadError => e
  warn e.message
  warn "Run `gem install bundler` to install Bundler."
  exit -1
end

begin
  Bundler.setup(:development)
rescue Bundler::BundlerError => e
  warn e.message
  warn "Run `bundle install` to install missing gems."
  exit e.status_code
end

require 'rake'

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

task :test    => :spec
task :default => :spec

require "bundler/gem_tasks"

require 'yard'
YARD::Rake::YardocTask.new  
task :doc => :yard

Version data entries

29 entries across 29 versions & 4 rubygems

Version Path
roqua-healthy-1.2.0 Rakefile
roqua-healthy-1.1.9 Rakefile
roqua-healthy-1.1.8 Rakefile
roqua-healthy-1.1.7 Rakefile
roqua-healthy-1.1.6 Rakefile
roqua-healthy-1.1.5 Rakefile
roqua-healthy-1.1.4 Rakefile
roqua-healthy-1.1.3 Rakefile
roqua-healthy-1.1.2 Rakefile
roqua-healthy-1.1.1 Rakefile
roqua-healthy-1.1.0 Rakefile
roqua-core-api-0.0.1 Rakefile
roqua-healthy-1.0.2 Rakefile
roqua-healthy-1.0.1 Rakefile
roqua-healthy-1.0.0 Rakefile
turntables-1.0.3 Rakefile
hashmake-0.2.1 Rakefile
turntables-1.0.1 Rakefile
hashmake-0.2.0 Rakefile
hashmake-0.1.9 Rakefile