Sha256: 8c505610ddffb10300b8e037fc38162196d19a69728cf03f13b2cf391d23f34e

Contents?: true

Size: 307 Bytes

Versions: 3

Compression:

Stored size: 307 Bytes

Contents

require "thor"
require "thor/group"
require File.dirname(__FILE__) + '/core'
require File.dirname(__FILE__) + '/default'

# This makes gator module functions locally available in config & project files
module Gator
  include Gator::Project
  include Gator::Configuration
end
class << self; include Gator end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gator-0.0.8.pre lib/__legacy/gator.rb
gator-0.0.7.pre lib/__legacy/gator.rb
gator-0.0.6.pre lib/__legacy/gator.rb