Sha256: f82c8118420134ba7d78c1ec6b3db5bcc1f3deb04d918ba01cd03b710661dc88

Contents?: true

Size: 447 Bytes

Versions: 12

Compression:

Stored size: 447 Bytes

Contents

require "mkmf"

if RUBY_VERSION >= "1.9"
  if RUBY_RELEASE_DATE < "2005-03-17"
    STDERR.print("Ruby version is too old\n")
    exit(1)
  end
elsif RUBY_VERSION >= "1.8"
  if RUBY_RELEASE_DATE < "2005-03-22"
    STDERR.print("Ruby version is too old\n")
    exit(1)
  end
else
  STDERR.print("Ruby version is too old\n")
  exit(1)
end

# Temporary: to turn off optimization
# $CFLAGS='-fno-strict-aliasing -g -fPIC'
create_makefile("ruby_debug")

Version data entries

12 entries across 12 versions & 4 rubygems

Version Path
candlepin-api-0.4.0 bundle/ruby/1.8/gems/ruby-debug-base-0.10.4/ext/extconf.rb
vim-jar-0.1.2.0001 bundler/ruby/1.8/gems/ruby-debug-base-0.10.4/ext/extconf.rb
vim-jar-0.1.2 bundler/ruby/1.8/gems/ruby-debug-base-0.10.4/ext/extconf.rb
vim-jar-0.1.1 bundler/ruby/1.8/gems/ruby-debug-base-0.10.4/ext/extconf.rb
vim-jar-0.1.0 bundler/ruby/1.8/gems/ruby-debug-base-0.10.4/ext/extconf.rb
vim-jar-0.0.3 bundler/ruby/1.8/gems/ruby-debug-base-0.10.4/ext/extconf.rb
vim-jar-0.0.2 bundler/ruby/1.8/gems/ruby-debug-base-0.10.4/ext/extconf.rb
vim-jar-0.0.1 bundler/ruby/1.8/gems/ruby-debug-base-0.10.4/ext/extconf.rb
ruby-debug-base-0.10.4-mswin32 ext/extconf.rb
ruby-debug-base-0.10.4 ext/extconf.rb
rackjour-0.1.8 vendor/gems/gems/ruby-debug-base-0.10.3/ext/extconf.rb
ruby-debug-base-0.10.3 ext/extconf.rb