Benoit Daloze
4dbdc0b6ac
ruby-build 20200218
2020-02-18 21:24:15 +01:00
Mislav Marohnić
92fa223e34
Merge pull request #1404 from eladeyal-intel/shorter
...
shorter git command chains
2020-02-17 21:23:31 +01:00
Benoit Daloze
c702ee7fe9
ruby-build 20200214
2020-02-14 14:58:45 +01:00
Benoit Daloze
cda9b11733
Make sure to install to a clean prefix
...
* Otherwise, existing files in the prefix could easily conflict and
potentially cause very hard to debug errors.
* This is particularly important for *-dev builds which might be
repeatedly installed to the same directory.
2020-02-13 22:05:46 +01:00
eladeyal-intel
1e94192659
shorter git command chains
2020-01-31 17:23:02 +02:00
Benoit Daloze
901d0e9703
ruby-build 20200115
2020-01-15 10:31:13 +01:00
Mislav Marohnić
c937a09731
ruby-build 20191225
2019-12-25 17:30:35 +01:00
Mislav Marohnić
abaa3a5bed
ruby-build 20191223
2019-12-23 15:38:32 +01:00
Mislav Marohnić
75e9514394
ruby-build 20191205
2019-12-05 11:32:02 +01:00
Benoit Daloze
a9adec33f7
ruby-build 20191124
2019-11-24 12:30:16 +01:00
Benoit Daloze
47074b9174
Use openssl from Homebrew for TruffleRuby on macOS
...
* The openssl built by ruby-build was not used by TruffleRuby,
and causes https://github.com/oracle/truffleruby/issues/1818
* Improve error message when openssl from Homebrew is not available.
* Change the definition code so it checks the operating system too.
2019-11-21 16:41:12 +01:00
Benoit Daloze
f0a393d20a
Use the full path to the post-install hook to help debugging issues
...
* See https://github.com/oracle/truffleruby/issues/1818
2019-11-21 12:23:11 +01:00
Koichiro Iwao
2fa12aa897
Set default MAKE=gmake on FreeBSD again
...
as an workaround for Ruby bug 16331: https://bugs.ruby-lang.org/issues/16331
Due to this bug, build will fail with FreeBSD's make after #1368 .
The bug is already fixed in MRI upstream but GNU make is still required
when building older releases of Ruby. Use GNU make rather than switching
make/gmake depending of Ruby version.
See also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241633
2019-11-20 18:11:43 +09:00
Mislav Marohnić
7a627b31ca
ruby-build 20191111
2019-11-11 11:45:30 +01:00
Grant Guthrie
015b248956
Keep use_homebrew_openssl function
2019-11-08 15:31:13 -05:00
Grant Guthrie
9d96a6b83d
Don’t look for homebrew openssl
2019-11-08 10:01:00 -05:00
Mislav Marohnić
9383de3f57
ruby-build 20191105
2019-11-05 13:34:42 +01:00
Mislav Marohnić
ed46d03947
Include header files with mruby
...
Fix #1311
2019-11-05 11:03:49 +01:00
Mislav Marohnić
dc88fdf833
Merge branch 'handle-non-git-patches'
2019-11-05 09:48:43 +01:00
Mislav Marohnić
c2822aa095
Merge remote-tracking branch 'origin/master' into handle-non-git-patches
2019-11-05 09:40:10 +01:00
Mislav Marohnić
0d3e3b8b8e
Ensure missing curl/wget/aria2c error message is shown on Linux
...
https://travis-ci.org/rbenv/ruby-build/builds/607144159
Ref. #1234
2019-11-04 17:13:08 +01:00
Mislav Marohnić
e2b1da83bb
Assert error shown when curl, wget, & aria2c are unavailable
...
Closes #1234
2019-11-04 14:48:46 +01:00
Mislav Marohnić
9e41ff482c
Have rbenv install --list output match ruby-build --definitions
...
This is for simplicity and usability in scripts.
Fixes #1170
2019-11-02 19:30:31 +01:00
Mislav Marohnić
c660cfcd03
Use mktemp to securely initialize the build directory
...
Hopefully this works between BSD and GNU mktemp.
Closes #540
2019-11-02 19:17:41 +01:00
Mislav Marohnić
f6e8dc1ebd
ruby-build 20191102
2019-11-02 13:16:26 +01:00
Mislav Marohnić
c30d4cba91
Fix verifying Java 9+ versions
...
Ref. #1135
2019-11-02 13:09:38 +01:00
Mislav Marohnić
9d78f06d1d
Fix requiring Java 8 for JRuby 9.2
...
Ref. #1372 , fix #1373 , fix #1246
2019-11-02 11:33:08 +01:00
Mislav Marohnić
e4904cd49e
ruby-build 20191031
2019-10-31 15:34:09 +01:00
Mislav Marohnić
3a10951711
Remove overzealous permission change post-install
...
Allows group-writeable Ruby installations
Reverts e1b50e68e3
Fix #400 , close #903
2019-10-31 09:08:26 +01:00
Mislav Marohnić
1fe53fac65
ruby-build 20191030
2019-10-30 18:11:02 +01:00
SHIBATA Hiroshi
efd272209b
Merge pull request #1363 from felixonmars/patch-1
...
Correct a typo in ruby-build
2019-10-24 09:09:48 +09:00
Mislav Marohnić
1a902f3903
ruby-build 20191024
2019-10-24 00:03:50 +02:00
Felix Yan
920e9764eb
Correct a typo in ruby-build
2019-10-11 16:11:21 +08:00
Hiroshi SHIBATA
da8e0b41fc
Bump version to v20191004
2019-10-04 09:56:49 +09:00
Hiroshi SHIBATA
041dca7a31
bump version to v20191002
2019-10-02 06:39:35 +09:00
Grant Guthrie
8441a80ecc
Look for Homebrew openssl@1.1
...
ruby-build formula depends on openssl@1.1, let’s look for that version
2019-09-19 16:22:34 -04:00
Hiroshi SHIBATA
5db61acea3
Bump version to v20190828
2019-08-28 21:41:29 +09:00
Irfan
6eba687264
Typo: Replaced the word use with the word using.
2019-06-27 22:17:53 +06:00
Hiroshi SHIBATA
0867187ba6
Bump version to v20190615
2019-06-15 18:21:23 +09:00
SHIBATA Hiroshi
ca85eba8c6
20190423
2019-04-23 08:48:23 +09:00
SHIBATA Hiroshi
e7ca4c8467
Bump up to 20190401.
2019-04-01 16:14:46 +09:00
SHIBATA Hiroshi
34894ad523
Bump version to v20190320
2019-03-20 20:44:59 +09:00
SHIBATA Hiroshi
2ecfe4d42a
bump version to v20190314
2019-03-14 08:21:49 +09:00
SHIBATA Hiroshi
7205ae4775
Bump version to 20190130
2019-01-30 21:47:11 +09:00
SHIBATA Hiroshi
4bc853a215
Bump version to 20181225
2018-12-25 19:11:59 +09:00
SHIBATA Hiroshi
ca77169bed
Bump version to 20181207
2018-12-07 10:19:53 +09:00
Justin Searls
21b97deb17
Update EOL Ruby message for macOS > 10.9 Mavericks
2018-11-11 17:43:37 -05:00
Devin Morgenstern
bccc4f2e2e
Bump version to 20181019
2018-10-19 09:42:39 -04:00
SHIBATA Hiroshi
5fa75e797e
Bump version to 20181018
2018-10-18 08:28:18 +09:00
Mislav Marohnić
0e58785812
ruby-build 20180822
2018-08-22 13:38:07 +02:00