lib/pluginfactory.rb in pluginfactory-1.0.5 vs lib/pluginfactory.rb in pluginfactory-1.0.6

- old
+ new

@@ -74,10 +74,11 @@ # # Please see the file LICENSE for licensing details. # module PluginFactory - VERSION = '1.0.5' + # Library version + VERSION = '1.0.6' ### Logging @default_logger = Logger.new( $stderr ) @default_logger.level = $DEBUG ? Logger::DEBUG : Logger::WARN