Sha256: 451a7b6185366d1bacf40874cb288d493238eb3531f7e9456774952203162ffe
Contents?: true
Size: 386 Bytes
Versions: 1
Compression:
Stored size: 386 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 check:coverage rake task by default task default: "check:coverage"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
service_objects-0.0.1 | Rakefile |