Top Level Namespace
Defined Under Namespace
Modules: MagickWand
Constant Summary collapse
- MAGICKWAND_VERSION =
"0.2.0"
- MIN_IM_VERS =
"6.5.0"
- MIN_IM_VERS_NO =
MIN_IM_VERS.tr(".","").to_i
Instance Method Summary collapse
Instance Method Details
#exit_failure(reason) ⇒ Object
9 10 11 12 13 14 |
# File 'ext/magickwand/extconf.rb', line 9 def exit_failure(reason) msg = "\n*** Can't install MagickWand #{MAGICKWAND_VERSION}. #{reason} ***\n\n" Logging:: msg msg exit(1) end |