Sha256: 784a2956526f98a2df12f7c7555c1c127f7393355b5ee1b6d92e13b895eac930

Contents?: true

Size: 482 Bytes

Versions: 7

Compression:

Stored size: 482 Bytes

Contents

##
# Baurets Software
# kayaman@baurets.net
#
module Baurets
  module Optionsful
    autoload :Server, 'baurets/optionsful/server'
    autoload :Introspections, 'baurets/optionsful/introspections'
    autoload :Configurator, 'baurets/optionsful/configurator'
    
    LIB_ROOT = File.dirname(__FILE__)
  end
end


require 'rubygems'
require 'rake'
unless Rake::Task.task_defined? "optionsful:yml"
  load File.join(Baurets::Optionsful::LIB_ROOT, '..', 'tasks', 'optionsful.rake')
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
optionsful-0.5.3 lib/optionsful.rb
optionsful-0.5.2 lib/optionsful.rb
optionsful-0.5.1 lib/optionsful.rb
optionsful-0.5.0 lib/optionsful.rb
optionsful-0.4.3 lib/optionsful.rb
optionsful-0.4.2 lib/optionsful.rb
optionsful-0.4.1 lib/optionsful.rb