| Path: | ext/RMagick/extconf.rb |
| Last Update: | Mon Mar 05 15:51:53 +0000 2012 |
| RMAGICK_VERS | = | "2.13.1" |
| MIN_RUBY_VERS | = | "1.8.5" |
| MIN_RUBY_VERS_NO | = | MIN_RUBY_VERS.tr(".","").to_i |
| MIN_IM_VERS | = | "6.4.9" |
| MIN_IM_VERS_NO | = | MIN_IM_VERS.tr(".","").to_i |
| SUMMARY | = | <<"END_SUMMARY" #{"=" * 70} #{DateTime.now.strftime("%a %d%b%y %T")} This installation of RMagick #{RMAGICK_VERS} is configured for Ruby #{RUBY_VERSION} (#{RUBY_PLATFORM}) and ImageMagick #{$magick_version} #{"=" * 70} END_SUMMARY |