I tried to give Units a try to find out the date difference between two days, 
and ran into this:

irb(main):001:0> require 'facet/units'
Errno::ENOENT: No such file or directory 
- /usr/share/calibre/units/standard.yaml
        from /usr/lib/ruby/1.8/yaml.rb:129:in `initialize'
        from /usr/lib/ruby/1.8/yaml.rb:129:in `load_file'
        
from /usr/lib/ruby/gems/1.8/gems/facets-1.0.3/packages/more/lib/facet/units.rb:804
        from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in 
`require'
        from (irb):1

Is there something I'm missing? Or is this a genuine facets / packaging bug?

I'm using (well, trying to use) the 1.0.3 gem version of Facets.

David Vallner