Sha256: 1ec5a2d1fc2dbba0ac2aa8bcfdf4823589d6dbb61c03e41ef0b2fa19429be084
Contents?: true
Size: 357 Bytes
Versions: 1
Compression:
Stored size: 357 Bytes
Contents
require 'rubygems' require 'thor' require 'bootcamp/depot' require 'bootcamp/drill_instructor' require 'bootcamp/recruit' require 'bootcamp/armory' module Bootcamp VERSION = File.read(File.join(File.dirname(__FILE__), "..", "VERSION")) class << self def root File.expand_path(File.join(File.dirname(__FILE__), '..')).to_s end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootcamp-0.1.4 | lib/bootcamp.rb |