lib/confstruct.rb in confstruct-0.1.0 vs lib/confstruct.rb in confstruct-0.2.0

- old
+ new

@@ -1,3 +1,8 @@ -module Confstruct - VERSION = '0.1.0' +require 'confstruct/utils' + +module Confstruct + autoload :HashWithStructAccess, 'confstruct/hash_with_struct_access' + autoload :Configuration, 'confstruct/configuration' + + VERSION = '0.2.0' end