Sha256: 08e526b011b08d3be3dc68c3af498e0be8b23cc943b6941b0988a72002cff331

Contents?: true

Size: 361 Bytes

Versions: 6

Compression:

Stored size: 361 Bytes

Contents

# encoding: utf-8
begin
  require "bundler/setup"
rescue LoadError
  puts "You must `gem install bundler` and `bundle install` to run rake tasks"
  exit
end

# Loads bundler tasks
Bundler::GemHelper.install_tasks

# Loads the Hexx::Suit and its tasks
require "hexx-suit"
Hexx::Suit.install_tasks

# Sets the Hexx::Suit :test task to default
task default: :test

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
hexx-cli-0.0.1 Rakefile
hexx-suit-0.2.2 lib/hexx/suit/install/Rakefile
hexx-suit-0.2.1 lib/hexx/suit/install/Rakefile
hexx-suit-0.2.0 lib/hexx/suit/install/Rakefile
hexx-suit-0.1.0 lib/hexx/suit/install/Rakefile
hexx-suit-0.0.1 lib/hexx/suit/install/Rakefile