Hi,
What files are excluded from the build if using the --no-enc option? Besides reducing the output size, when would I want to use this option? My application uses the following gems:
OptionParser (0.5.1)
csv (3.1.1)
little-plugger (1.1.4)
logging (2.2.2)
little-plugger (~> 1.1)
multi_json (~> 1.10)
mail (2.7.1)
mini_mime (>= 0.1.1)
matrix (0.1.0)
mini_mime (1.0.2)
multi_json (1.13.1)
pdf-core (0.7.0)
prawn (2.2.2)
pdf-core (~> 0.7.0)
ttfunk (~> 1.5)
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
ttfunk (1.5.1)
Would it be safe to use the --no-enc option?