lib/optionsful.rb in optionsful-0.4.0 vs lib/optionsful.rb in optionsful-0.4.1

- old
+ new

@@ -1,21 +1,20 @@ -require 'rubygems' -require 'rake' - - ## # Baurets Software # kayaman@baurets.net # module Baurets module Optionsful autoload :Server, 'baurets/optionsful/server' autoload :Introspections, 'baurets/optionsful/introspections' - autoload :Config, 'baurets/optionsful/config' + 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 \ No newline at end of file