| Path: | ext/RMagick/extconf.rb |
| Last Update: | Thu Mar 29 06:49:27 +0000 2012 |
| RMAGICK_VERS | = | "2.12.2" |
| MIN_RUBY_VERS | = | "1.8.5" |
| MIN_RUBY_VERS_NO | = | MIN_RUBY_VERS.tr(".","").to_i |
| MIN_IM_VERS | = | "6.3.5" |
| 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 |