Sha256: 27f8378847904f15a3e9e382978e25096136b5488983afd2932a758c4a7dc4c9
Contents?: true
Size: 790 Bytes
Versions: 5
Compression:
Stored size: 790 Bytes
Contents
# Copyright (c) 2006 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. require 'ramaze/inform/informing' require 'ramaze/inform/hub' require 'ramaze/inform/informer' begin require 'win32console' if RUBY_PLATFORM =~ /win32/i rescue LoadError => ex puts ex puts "For nice colors on windows, please `gem install win32console`" Ramaze::Informer.trait[:colorize] = false end module Ramaze autoload :Analogger, "ramaze/inform/analogger.rb" autoload :Knotify, "ramaze/inform/knotify.rb" autoload :Syslog, "ramaze/inform/syslog.rb" autoload :Growl, "ramaze/inform/growl.rb" autoload :Xosd, "ramaze/inform/xosd.rb" unless defined?(Inform) Inform = LogHub.new(Informer) end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ramaze-0.1.2 | lib/ramaze/inform.rb |
ramaze-0.1.3 | lib/ramaze/inform.rb |
ramaze-0.1.4 | lib/ramaze/inform.rb |
ramaze-0.2.0 | lib/ramaze/inform.rb |
ramaze-0.2.1 | lib/ramaze/inform.rb |