SHIBATA Hiroshi
8ef0c34cdb
Merge pull request #1003 from deepj/openssl-102j
...
Upgrade to OpenSSL 1.0.2j
2016-09-27 21:15:16 +02:00
deepj
9e6ffc5e68
Upgrade to OpenSSL 1.0.2j
2016-09-27 09:49:06 +02:00
Chulki Lee
5118c4257f
print when using homebrew packages
2016-09-24 21:38:58 -07:00
Mislav Marohnić
0788db1c56
Merge pull request #1001 from deepj/openssl-102i
...
Upgrade to OpenSSL 1.0.2i
2016-09-23 10:32:30 +02:00
deepj
9f7c2375d1
Upgrade to OpenSSL 1.0.2i
2016-09-23 10:20:18 +02:00
SHIBATA Hiroshi
4519595096
Merge pull request #1000 from jsyeo/jsyeo-rbx
...
Add rbx-3.(49...60)
2016-09-23 09:43:23 +03:00
Jason Yeo
a4e383cf30
Add rbx-3.(49...60)
2016-09-23 11:31:09 +08:00
Mislav Marohnić
aa1a7a3781
Merge pull request #998 from eugeneius/rbx_llvm_36
...
Require LLVM 3.6 when building Rubinius 3.30+
2016-09-18 04:07:20 -09:00
Eugene Kenny
ac96718249
Require LLVM 3.6 when building Rubinius 3.30+
...
From 3.30 onwards, Rubinius requires LLVM 3.6 or newer:
2dd51a1c28
2016-09-18 01:27:46 +01:00
Mislav Marohnić
12c3459268
Merge branch 'use-bump-formula-pr'
...
Fixes #980
2016-09-16 13:01:34 +02:00
Mislav Marohnić
073762c128
Further simplify script/brew-publish
2016-09-16 13:00:46 +02:00
SHIBATA Hiroshi
231a3f023b
remove hub checking because it's embedded in bump-formula-pr
2016-09-16 12:53:51 +09:00
SHIBATA Hiroshi
1dd68e1f08
replace official tool named bump-formula-pr
2016-09-16 12:53:08 +09:00
SHIBATA Hiroshi
1b8bbf6a6f
update bin/ruby-build version. It's missing bump. We need to fix next version...
2016-09-16 12:50:24 +09:00
SHIBATA Hiroshi
d664137664
Merge pull request #995 from rbenv/use-archive-links
...
Use google code archive urls for REE, Fixed #991
2016-09-12 14:10:06 +09:00
SHIBATA Hiroshi
7383ae4fea
use google code archive urls for REE, Fixed #991
2016-09-12 13:54:56 +09:00
SHIBATA Hiroshi
521c2f6dd9
Merge pull request #990 from MartinKoerner/brew_readme
...
Clarify reinstalling behavior for HEAD package
2016-09-10 14:03:52 +09:00
Guillermo Iguaran
9d7eed8862
Merge pull request #993 from takano32/240preview2
...
add 2.4.0-prewview2 definitions
2016-09-09 21:02:02 -05:00
TAKANO Mitsuhiro
bbf6ec94e7
add 2.4.0-prewview2 definitions
...
https://www.ruby-lang.org/en/news/2016/09/08/ruby-2-4-0-preview2-released/
2016-09-10 11:00:41 +09:00
MartinKoerner
4fac6e411d
Clarify reinstalling behavior for HEAD package
2016-09-07 09:02:54 +02:00
SHIBATA Hiroshi
543ec164f8
Merge pull request #989 from MartinKoerner/jruby-9.1.5.0
...
Add Jruby 9.1.5.0
2016-09-07 15:59:19 +09:00
MartinKoerner
e0424de863
Remove unnecessary lines
2016-09-07 08:55:24 +02:00
MartinKoerner
e6d8b87dee
Add JRuby 9.1.5.0
...
http://jruby.org/2016/09/06/jruby-9-1-5-0.html
2016-09-07 08:54:10 +02:00
Erik Michaels-Ober
9897a3229a
Merge pull request #985 from marshalium/jruby-9.1.4.0
...
Add JRuby 9.1.4.0
2016-09-01 15:05:59 -07:00
Marshall Scorcio
702a9b1bbd
Add JRuby 9.1.4.0
2016-09-01 14:47:51 -07:00
SHIBATA Hiroshi
f08cb5cbf3
Merge pull request #984 from bmulvihill/jruby-9.1.3.0
...
Add JRuby 9.1.3.0
2016-08-31 08:45:28 +09:00
Bryan Mulvihill
8a1fdb74ce
Add JRuby 9.1.3.0
2016-08-30 13:48:31 -04:00
SHIBATA Hiroshi
2d046eadc0
Merge pull request #982 from deepj/jruby-1.7.26
...
Add JRuby 1.7.26
2016-08-30 09:13:20 +09:00
deepj
e21c32d93f
Add JRuby 1.7.26
2016-08-30 01:11:05 +02:00
Mislav Marohnić
f085feb8ec
Merge pull request #979 from jasonkarns/test-setup-cleanup
...
Remove suite-wide setup
2016-08-15 09:34:06 +02:00
Jason Karns
21494ba359
Remove suite-wide setup
...
Bats doesn't support both suite-wide setup (in helper) *and* file-wide
setup. Which means the existance of any file-level setup() function
overwrites any setup() function from test_helper. This can be confusing,
and (IMO) easier to simply avoid the overwriting and remove any
_implied_ suite-wide setup function from test_helper.
This turns out to not be so bad for the recently added setup function,
because the only test files that actually need aria2c removed from PATH
are those that actually invoke curl. These can be found because they are
the only test files that stub curl; half of which already had
file-specific setup() functions. So the only ones which need a
file-local setup() function added were: checksum.bats and mirror.bats
Along these lines, rbenv.bats and hooks.bats were removing aria2c from
PATH but don't actually need to. (curl isn't stubbed in these tests so
the existance of aria2c wouldn't affect the tests)
Lastly, fixed a tab/spaces whitespace mixup that was introduced by:
750c086d11
2016-08-13 15:53:04 -04:00
Mislav Marohnić
f666e71656
Merge pull request #965 from yyuu/workaround-aria2c-stdout
...
`aria2c` doesn't support writing remote content to stdout
2016-08-12 16:30:18 +02:00
SHIBATA Hiroshi
1a37ab1856
Merge pull request #934 from aycabta/gmake-is-required-for-jruby
...
GNU Make is always required for JRuby on FreeBSD
2016-08-02 21:16:15 +09:00
SHIBATA Hiroshi
c3c58cde37
Merge pull request #978 from deepj/rubinius-3.48
...
Add Rubinius 3.48
2016-07-21 21:05:41 +09:00
deepj
39aa7eac67
Add Rubinius 3.48
2016-07-21 10:32:01 +02:00
SHIBATA Hiroshi
0c35180d39
Merge pull request #977 from nomadium/rubinius-3.47
...
Add Rubinius 3.47
2016-07-18 07:58:41 +09:00
Miguel Landaeta
f9780a5447
Add Rubinius 3.47
2016-07-17 16:24:28 +01:00
SHIBATA Hiroshi
463a0398a7
Merge pull request #974 from deepj/rubinius-3.43
...
Add Rubinius 3.43
2016-07-14 16:25:22 +09:00
SHIBATA Hiroshi
827032ddb5
Merge pull request #976 from deepj/rubinius-3.44--3.46
...
Add Rubinius 3.44–3.46
2016-07-14 10:37:36 +09:00
deepj
530d028dfc
Add Rubinius 3.44–3.46
2016-07-13 08:47:11 +02:00
deepj
3795d56ca4
Add Rubinius 3.43
2016-07-03 23:17:07 +02:00
SHIBATA Hiroshi
d0a321922d
Merge pull request #973 from deepj/rubinius-3.42
...
Add Rubinius 3.42
2016-06-28 08:16:52 +08:00
deepj
7c292d6935
Add Rubinius 3.42
2016-06-27 23:30:43 +02:00
SHIBATA Hiroshi
c593baacd2
Merge pull request #968 from deepj/rubinius-3.40
...
Add Rubinius 3.40
2016-06-22 15:49:43 +09:00
SHIBATA Hiroshi
accc0f061a
Merge pull request #970 from deepj/rubinius-3.41
...
Add Rubinius 3.41
2016-06-22 15:49:37 +09:00
deepj
3662ae5ab9
Add Rubinius 3.41
2016-06-22 08:04:29 +02:00
Yamashita, Yuu
6baed1ff66
Prevent loading user's aria2.conf ( yyuu/pyenv#625 )
2016-06-22 00:37:56 +00:00
SHIBATA Hiroshi
354f9d775b
Merge pull request #969 from rbenv/240preview1
...
Added 2.4.0prewview1 definitions
2016-06-20 19:02:37 +09:00
SHIBATA Hiroshi
8b397d7675
Added 2.4.0prewview1 definitions
2016-06-20 18:51:43 +09:00
deepj
01403a9363
Add Rubinius 3.40
2016-06-12 19:26:24 +02:00