Sha256: b2f1c53f027ca5a17365f926bdfac7801314242899328dd94da77b63b1e752c8

Contents?: true

Size: 542 Bytes

Versions: 21

Compression:

Stored size: 542 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

21 entries across 21 versions & 2 rubygems

Version Path
roqua-healthy-1.4.1 Rakefile
roqua-healthy-1.3.0 Rakefile
roqua-healthy-1.2.1 Rakefile
roqua-core-api-0.0.19 Rakefile
roqua-core-api-0.0.18 Rakefile
roqua-core-api-0.0.17 Rakefile
roqua-core-api-0.0.16 Rakefile
roqua-core-api-0.0.15 Rakefile
roqua-core-api-0.0.14 Rakefile
roqua-core-api-0.0.13 Rakefile
roqua-core-api-0.0.12 Rakefile
roqua-core-api-0.0.11 Rakefile
roqua-core-api-0.0.10 Rakefile
roqua-core-api-0.0.9 Rakefile
roqua-core-api-0.0.8 Rakefile
roqua-core-api-0.0.7 Rakefile
roqua-core-api-0.0.6 Rakefile
roqua-core-api-0.0.5 Rakefile
roqua-core-api-0.0.4 Rakefile
roqua-core-api-0.0.3 Rakefile