Commit graph

370 commits

Author SHA1 Message Date
Rob Roland
7dafb17367 Adding jruby-1.7.3 2013-02-21 10:09:09 -08:00
Erik Michaels-Ober
4d7071392f Merge pull request #284 from agileanimal/master
fixed typo when openssl-1.0.1e was added to ruby 2.0.0
2013-02-11 16:23:23 -08:00
Mark Madsen
ea21ec4ee3 fixed typo when openssl-1.0.1e was added to ruby 2.0.0 2013-02-11 17:02:43 -07:00
Erik Michaels-Ober
ffef047307 Upgrade to OpenSSL 1.0.1e 2013-02-11 15:39:03 -08:00
Sam Stephenson
ffa621a754 Merge pull request #282 from alexstaubo/master
Add -q to curl.
2013-02-10 15:21:40 -08:00
Alexander Staubo
77894a2802 Pass -q to curl to avoid loading user's potentially conflicting .curlrc. Related to #244. 2013-02-10 23:52:22 +01:00
Jeremy Kemper
a550dec3c5 Strip stray newline 2013-02-08 17:39:20 -07:00
Jeremy Kemper
b5baf47dae Upgrade to OpenSSL 1.0.1d, released 2013-02-05 2013-02-08 17:36:08 -07:00
Sam Stephenson
3c6fa3901c Allow building against a custom OpenSSL on OS X 2013-02-08 18:25:11 -06:00
Erik Michaels-Ober
5d36bc93bb ruby-build 20130208 2013-02-08 15:27:08 -08:00
Sam Stephenson
94add57f17 Include certs from /System/Library/Keychains/SystemRootCertificates.keychain 2013-02-08 17:20:25 -06:00
Sam Stephenson
243e6fbecf Support conditional package installation with --if <test> 2013-02-08 16:48:02 -06:00
Jeremy Kemper
3a426d13b7 Rely on OpenSSL to pick the right arch. Hint that we prefer 64-bit. 2013-02-08 14:55:52 -07:00
Jeremy Kemper
92635abd51 Be sure to use c_rehash from the OpenSSL build we just installed 2013-02-08 14:51:57 -07:00
Sam Stephenson
81da19cde8 Use $RUBY_BIN 2013-02-08 15:32:27 -06:00
Sam Stephenson
fdfe71c061 Merge master 2013-02-08 15:29:23 -06:00
Erik Michaels-Ober
665289f731 Merge pull request #279 from lucasuyezu/master
Add 2.0.0-rc2
2013-02-08 12:03:54 -08:00
Lucas Uyezu
c3215b9b87 Add 2.0.0-rc2 2013-02-08 17:54:29 -02:00
Erik Michaels-Ober
97d67eb5b6 ruby-build 20130206 2013-02-06 11:55:00 -08:00
Erik Michaels-Ober
7baca3cce8 Update examples to use latest MRI 2013-02-06 11:52:05 -08:00
Jeremy Kemper
b611fd67dc Merge pull request #277 from sorah/193p385
Add 1.9.3-p385
2013-02-06 06:13:06 -08:00
Shota Fukumori
ea4098a467 Add 1.9.3-p385 2013-02-06 05:57:33 -08:00
Sam Stephenson
a0ace79cd7 Explicitly declare OpenSSL condition and URL in the definition files 2013-02-04 17:55:38 -06:00
Sam Stephenson
2aabdb4b64 Remove OpenSSL note in the readme 2013-02-04 17:03:31 -06:00
Sam Stephenson
881698e16b Handle 32-bit OS X 2013-02-04 16:56:42 -06:00
Sam Stephenson
80373fb670 Guard against missing openssl (future OS X versions?) 2013-02-04 16:28:50 -06:00
Sam Stephenson
a89e8fbb33 We use uname -s to test for OS X elsewhere; stay consistent 2013-02-04 16:28:06 -06:00
Sam Stephenson
62411c44c5 Quote $PREFIX_PATH 2013-02-04 16:26:17 -06:00
Sam Stephenson
a0570c9bfe Default CC=cc for broken Ruby 2.0 gcc detection on OS X 2013-02-04 16:15:40 -06:00
Sam Stephenson
279f0d0606 Extract package_option helper 2013-02-04 16:15:07 -06:00
Sam Stephenson
f3405373a1 Add PACKAGE_{CONFIGURE,MAKE}_OPTS_ARRAY for injecting quoted arguments 2013-02-04 14:05:09 -06:00
Jeremy Kemper
959e5cb22b Build OpenSSL for Ruby 2.0 on OS X.
Apple ships a patched, incompatible OpenSSL. We build a compatible
OpenSSL from source.
2013-02-04 11:01:05 -07:00
Sam Stephenson
a6395eb296 Add support for RUBY_CONFIGURE_OPTS and RUBY_MAKE_OPTS
These variables let you pass Ruby-specific configure and make options
that will not be passed to dependent packages like libyaml.
2013-01-31 09:49:01 -06:00
Sam Stephenson
d9bbeb3ebd ruby-build 20130129 2013-01-29 18:23:24 -06:00
Sam Stephenson
edc9e599d7 Document $MAKE 2013-01-29 18:11:36 -06:00
Sam Stephenson
a0fef0bb83 Ensure $MAKE is quoted 2013-01-29 18:09:30 -06:00
Sam Stephenson
ea7dd51fb3 Move MAKE default near the others 2013-01-29 18:09:13 -06:00
Sam Stephenson
8372808980 Confirm reinstalling already-installed versions unless invoked with --force 2013-01-29 17:22:56 -06:00
Sam Stephenson
5fd4ec64cc rbenv install with no arguments defaults to rbenv local 2013-01-29 17:01:13 -06:00
Sam Stephenson
36b2d13baa Allow plugins to run code before and after the installation process 2013-01-29 15:07:06 -06:00
Erik Michaels-Ober
724a3f38c4 Update examples 2013-01-23 12:35:03 -08:00
Erik Michaels-Ober
0dcfad6a5e Merge pull request #271 from nobu/master
No needs to chmod all directories.
2013-01-21 17:46:12 -08:00
Erik Michaels-Ober
310bb48a9a Merge pull request #272 from onibox/make-env-var
Support selection of 'make' tool via environment variable
2013-01-21 14:02:29 -08:00
Fabian M. Borschel
898c008e37 Support selection of 'make' tool via environment variable 2013-01-20 22:34:14 +01:00
Erik Michaels-Ober
97879ca69c ruby-build 20130118 2013-01-18 10:07:04 -08:00
Nobuyoshi Nakada
763f96da54 Invoke chmod for group or world writable directories only 2013-01-18 13:42:43 +09:00
Jeremy Kemper
29d65e07d1 Merge pull request #269 from sorah/193p374
Add 1.9.3-p374
2013-01-17 07:16:48 -08:00
Shota Fukumori
52206383c3 Add 1.9.3-p374 2013-01-17 17:47:49 +09:00
Erik Michaels-Ober
4f45814438 Merge pull request #265 from mariochavez/master
Add definition for Ruby 2.0.0 rc1
2013-01-07 09:20:55 -08:00
Mario Alberto Chavez
6fc9929d4c Definition for ruby 2.0.0-rc1 2013-01-07 09:09:09 -08:00