Show
Ignore:
Timestamp:
04/23/08 02:13:22 (7 months ago)
Author:
eric.dumin..@gmail.com
Message:

Ready for 0.1.4?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/picolena/templates/lib/plain_text_extractors/ms.rtf.rb

    r178 r216  
    99  as "application/rtf" 
    1010  aka "Microsoft Rich Text Format" 
    11   with "unrtf  SOURCE -t text" => :on_linux, "some other command" => :on_windows 
     11  with "unrtf  SOURCE -t text" => :on_linux_and_mac_os, 
     12       "some other command" => :on_windows 
    1213  which_should_for_example_extract 'Resampling when limiting', :from => 'ReadMe.rtf' 
    1314}