lib/onering.rb in onering-client-0.4.0 vs lib/onering.rb in onering-client-0.4.1
- old
+ new
@@ -1,15 +1,7 @@
$: << File.expand_path(File.dirname(__FILE__))
-module Onering
- module Client
- VERSION = "0.4.0"
-
- class Error < Exception; end
- class FatalError < Error; end
- end
-end
-
+require 'onering/version'
require 'onering/logger'
if not ENV['ONERING_LOGLEVEL'].nil?
Onering::Logger.setup({
:destination => 'stderr',