Sha256: 071fd08957382b8f6b42826957629a5894e0ffb1c700c03cb2d265264d483faf

Contents?: true

Size: 534 Bytes

Versions: 1

Compression:

Stored size: 534 Bytes

Contents

# Append the perennial lib folder onto the load path to make it
# nicer to require perennial-related libraries.
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'pathname'
require 'perennial/core_ext'
require 'perennial/exceptions'

module Perennial
  
  VERSION = "0.2.2.1"
  
  has_libary :dispatchable, :hookable, :loader, :logger,
             :loggable, :manifest, :settings, :argument_parser,
             :option_parser, :application, :generator
  
  def self.included(parent)
    parent.extend(Manifest::Mixin)
  end
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
Sutto-perennial-0.2.2.1 lib/perennial.rb