Mislav Marohnić
a4c6878ff5
Remove require_gcc
implementation
...
This was only used in Ruby versions < 1.9.3, which are now EOL.
This also removes a 11-years old workaround for building Ruby 2.0 with clang.
06d7994bcf
2023-08-03 14:53:52 +02:00
Jeremy Daer
2617f400de
Warn when installing an unsupported or end-of-lifed Ruby
...
Fixes #742
2016-04-29 22:56:28 -07:00
deepj
ce36ebe300
Convert MRI definitions to use bz2 tarballs instead of gz ones
2015-12-25 16:41:42 +01:00
Reed Loden
78768393a5
Rubygems added a redirect on their main domain, so use it as the canonical download URL
2015-07-23 22:20:46 -07:00
Reed Loden
48a62facc3
Update rubygems download location to use https://
2015-07-20 12:45:12 -07:00
Reed Loden
0e2281cced
Update Ruby download location to use https://
2015-07-20 12:45:12 -07:00
Thomas Johansen
e9d59cb0cc
Replace all MD5 checksums with SHA2 checksums
2014-05-23 14:39:41 +07:00
Mislav Marohnić
d13ae0ad52
Enable compiling Ruby 1.8 on OS X 10.8+ without extra flags
...
Because OS X Mountain Lion removed X Windows, compiling Ruby 1.8 would
fail unless the user installed XQuartz manually and passed:
CPPFLAGS=-I/opt/X11/include rbenv install 1.8.7-p374
This auto-detects if `/opt/X11/include` is present on the system and
configures CPPFLAGS accordingly. However if XQuartz was never installed,
we simply configure Ruby using `--without-tk`.
Fixes #193 #207
References 353246926c
2013-10-28 00:25:02 +01:00
SHIBATA Hiroshi
de33fa8af4
rename hostname, ftp.ruby-lang.org is used by ftp protocol too.
2013-09-07 14:54:07 +09:00
SHIBATA Hiroshi
b122c90476
use http, because http://ftp.ruby-lang.org is deliveried by fastly
2013-09-07 12:53:02 +09:00
SHIBATA Hiroshi
df05cd06a1
manually reverted using mirror site. and use https protocols
2013-09-07 07:50:15 +09:00
SHIBATA Hiroshi
af3f77e900
use www.dnsbalance.ring.gr.jp
2013-08-16 10:58:50 +09:00
Mark Przepiora
f556b4a34c
Change protocol of the ruby-lang.org server from HTTP to FTP
2013-08-05 23:18:03 -06:00
Sam Stephenson
ebed6000e8
Verify MD5 checksums of tarballs downloaded with install_package
...
Checksums are optional and specified as anchors on package URLs.
2012-11-14 19:53:57 -06:00
Sam Stephenson
7630d84b95
requires_gcc -> require_gcc
2011-10-20 17:46:33 -05:00
Sam Stephenson
102810d993
Better GCC detection
2011-10-20 17:33:31 -05:00
Brian P O'Rourke
ecd0805c98
Add definition for Ruby 1.8.7-p334.
2011-09-22 12:44:39 +08:00