lib/pluginfactory.rb in pluginfactory-1.0.6 vs lib/pluginfactory.rb in pluginfactory-1.0.7
- old
+ new
@@ -75,10 +75,10 @@
# Please see the file LICENSE for licensing details.
#
module PluginFactory
# Library version
- VERSION = '1.0.6'
+ VERSION = '1.0.7'
### Logging
@default_logger = Logger.new( $stderr )
@default_logger.level = $DEBUG ? Logger::DEBUG : Logger::WARN