From 1e93a0691931b3972d96a8469f2d010a3ed7b4ad Mon Sep 17 00:00:00 2001 From: Luis Lavena Date: Sun, 12 Sep 2010 18:51:31 -0300 Subject: [PATCH 4/4] Remove RUBY_DESCRIPTION from fake.rb.in, is not exposed by config.status --- template/fake.rb.in | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/template/fake.rb.in b/template/fake.rb.in index cdc999a..4788e85 100644 --- a/template/fake.rb.in +++ b/template/fake.rb.in @@ -5,10 +5,8 @@ class Object CROSS_COMPILING = RUBY_PLATFORM remove_const :RUBY_PLATFORM remove_const :RUBY_VERSION - remove_const :RUBY_DESCRIPTION if defined?(RUBY_DESCRIPTION) RUBY_PLATFORM = "@arch@" - RUBY_VERSION = "@RUBY_PROGRAM_VERSION@" - RUBY_DESCRIPTION = "ruby #{RUBY_VERSION} (@RUBY_RELEASE_DATE@) [#{RUBY_PLATFORM}]" + RUBY_VERSION = "@MAJOR@.@MINOR@.@TEENY@" end if RUBY_PLATFORM =~ /mswin|bccwin|mingw/ class File -- 1.7.2.3