bin/dokkit in dokkit-0.3.0 vs bin/dokkit in dokkit-0.4.0
- old
+ new
@@ -1,7 +1,8 @@
#!/usr/bin/env ruby
-require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'dokkit'))
+require 'dokkit/application'
+require 'dokkit/logging'
# Put your code here
-Dokkit.application.run
+Dokkit::Application.new( Dokkit::Logging::Observer::Console.new(Dokkit::Logging::Logger.new).logger ).run
# EOF