afurmanov/tagged_logger

facets/dictionary does not exist

razmataz opened this issue · 1 comments

irb(main):001:0> require 'rubygems'
=> true
irb(main):002:0> require 'tagged_logger'
LoadError: no such file to load -- facets/dictionary
  from /home/moe/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  from /home/moe/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
  from /home/moe/.rvm/gems/ruby-1.8.7-p302/gems/tagged_logger-0.3.2/lib/tagged_logger.rb:2
  from /home/moe/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
  from /home/moe/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require'
  from (irb):2
  from /home/moe/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/site_ruby/1.8/rubygems/exceptions.rb:74
irb(main):003:0>

It seems facets/dictionary was removed from facets at some point.

tagged_logger seems to work fine when the Dictionaries are replaced with regular Hashes - but as of now the gem is broken after installation.

Thank you for reporting this, I also noticed it yesterday. Fixed in 0.3.3