Commit graph

1717 commits

Author SHA1 Message Date
SHIBATA Hiroshi
ed5abdee1d
rubinius 2 is EOL now 2017-01-27 12:06:09 +09:00
SHIBATA Hiroshi
e0f57aac67
JRuby 1.7.x is EOL status now. 2017-01-27 11:59:14 +09:00
SHIBATA Hiroshi
f2bb37f79e Merge pull request #1049 from deepj/openssl-102k
Upgrade to OpenSSL 1.0.2k
2017-01-27 11:37:20 +09:00
Yuichiro NAITO
ea90779a98 Add test of FreeBSD-11. 2017-01-27 10:49:56 +09:00
deepj
5953bab822 Upgrade to OpenSSL 1.0.2k 2017-01-26 17:54:31 +01:00
Yuichiro NAITO
c9088ca418 Fix comment 2017-01-19 10:05:20 +09:00
Yuichiro NAITO
e38155a6da Fix to build with gcc on FreeBSD 2017-01-18 11:02:37 +09:00
SHIBATA Hiroshi
3d59394174 Merge pull request #1035 from boblail/add-rbx-369
Added definitions for Rubinius 3.61–3.69
2017-01-17 07:22:46 +09:00
Bob Lail
1924be2253 Add rbx-3.(61..69) 2017-01-16 14:41:50 -06:00
SHIBATA Hiroshi
e2adf3d5fc
bump version to 20170112 2017-01-12 21:14:26 +09:00
SHIBATA Hiroshi
d3a7846a95 Merge pull request #1043 from jfeltesse-mdsol/jruby9170
Add JRuby 9.1.7.0
2017-01-12 21:09:35 +09:00
Julien Feltesse
694e4be20f Add JRuby 9.1.7.0
http://jruby.org/2017/01/11/jruby-9-1-7-0.html
2017-01-12 16:38:38 +09:00
SHIBATA Hiroshi
636646c141 Merge pull request #1002 from chulkilee/brew-info
print when using homebrew packages
2017-01-11 12:55:47 +09:00
SHIBATA Hiroshi
96c723e98b Merge pull request #1030 from jasonkarns/tabs-to-spaces
formatting: spaces for indentation
2017-01-11 10:13:44 +09:00
Mislav Marohnić
09498c23dc Bring RUBY_BUILD_VERSION string up to date
Fixes #1041
2017-01-04 17:26:15 +01:00
SHIBATA Hiroshi
3956c57761 Merge pull request #1040 from n0ts/fix-indent
Delete tab indent...
2016-12-28 23:34:39 +09:00
n0ts
b8576c8087 Delete tab indent... 2016-12-28 21:34:38 +09:00
SHIBATA Hiroshi
6e96a35d1c
Ruby 2.5.0 development has started. 2016-12-26 07:18:40 +09:00
SHIBATA Hiroshi
fb6a2c7530 Merge pull request #1039 from rbenv/240
added definition for Ruby 2.4.0
2016-12-25 08:25:33 +09:00
SHIBATA Hiroshi
88a911725d
added definition for Ruby 2.4.0 2016-12-25 08:24:17 +09:00
Mislav Marohnić
c81197efd6 Merge pull request #1038 from yuichiro-naito/run_test_on_freebsd
Run test on freebsd
2016-12-22 18:17:16 +01:00
Yuichiro NAITO
f70d958f47 Do not include whole $PATH.
'/usr/local/bin' is used for bash on FreeBSD.
It is the default install path of FreeBSD packages.
2016-12-23 00:55:15 +09:00
Yuichiro NAITO
0a347a4537 stub uname for Non Linux environment 2016-12-21 10:52:25 +09:00
Yuichiro NAITO
49a9471758 respect original PATH 2016-12-21 10:51:15 +09:00
Yuichiro NAITO
4014c048cc Fix to wrap bash by /usr/bin/env 2016-12-21 10:51:08 +09:00
SHIBATA Hiroshi
d799bddb98 Merge pull request #1036 from attilagyorffy/add-ruby-2.4.0-rc1-definition
Add Ruby 2.4.0-rc1 definition
2016-12-13 07:39:27 +09:00
Attila Györffy
e6f07dd792 Add Ruby 2.4.0-rc1 definition
See the release announcement: https://www.ruby-lang.org/en/news/2016/12/11/ruby-2-4-0-rc1-released/
2016-12-12 17:58:35 +02:00
Mislav Marohnić
ffef60696a Merge pull request #1031 from mxl/brew-upgrade
Homebrew upgrade for HEAD package.
2016-12-05 20:23:05 +01:00
Michael Ledin
c45d6430a8 Homebrew upgrade for HEAD package. 2016-12-05 21:30:46 +03:00
Jason Karns
1c147f0e4c
2-space indentation 2016-12-02 09:58:47 -05:00
Jason Karns
42a02519b7
formatting: spaces for indentation 2016-12-02 09:56:03 -05:00
Mislav Marohnić
9bc9971772 Merge pull request #1027 from koooge/kindly_prompt
* bin/rbenv-uninstall: add kindly text into prompt
2016-11-28 00:16:19 +01:00
Mislav Marohnić
cc355d2e6c Merge pull request #1015 from yuichiro-naito/support_freebsd_11
support FreeBSD 11-RELEASE
2016-11-27 20:43:23 +01:00
Yuichiro NAITO
fdcc0a76e9 Prefers readline
It's needed for older ruby (before 2.1) and works latter versions, too.
2016-11-27 18:45:39 +09:00
Yuichiro NAITO
8b2c3ef4bd Code clean up
1. reduce redundant testing
2. handling release numbers more robust
3. discard STDOUT messages more clearly
2016-11-27 18:38:17 +09:00
koooge
76979f8c98 * bin/rbenv-uninstall: delete success message 2016-11-26 18:47:57 +01:00
koooge
70a4788635 * bin/rbenv-uninstall: add kindly text into prompt 2016-11-26 07:05:35 +01:00
Yuichiro NAITO
4dc6d7d7a4 add stub uname value for use_freebsd_pkg function 2016-11-24 17:50:09 +09:00
Yuichiro NAITO
646bb47b81 add stub uname default value 2016-11-24 16:12:00 +09:00
SHIBATA Hiroshi
c9ba074411 Merge pull request #1024 from rbenv/add-ruby233
Added definition of Ruby 2.3.3
2016-11-21 20:10:39 +09:00
SHIBATA Hiroshi
1ef8c2c4f8
Added definition of Ruby 2.3.3 2016-11-21 20:01:46 +09:00
SHIBATA Hiroshi
308c9746e2 Merge pull request #1019 from rbenv/update-latest-releases
Added 2.2.6 and 2.3.2 definitions
2016-11-15 21:55:34 +09:00
SHIBATA Hiroshi
debdbe6b3f
update digests 2016-11-15 21:43:29 +09:00
SHIBATA Hiroshi
a1dc3b043f
Added 2.2.6 and 2.3.2 definitions 2016-11-15 21:41:30 +09:00
Guillermo Iguaran
9a5d431b25 Merge pull request #1017 from yujideveloper/jruby-9.1.6.0
Add JRuby 9.1.6.0
2016-11-09 21:50:48 -05:00
Yuji Hanamura
28f3473a2e Add JRuby 9.1.6.0
http://jruby.org/2016/11/09/jruby-9-1-6-0.html
2016-11-10 11:29:48 +09:00
SHIBATA Hiroshi
8018b1395b Merge pull request #1016 from rbenv/add-240-preview3
added definition for 2.4.0-preview3
2016-11-09 22:24:04 +09:00
SHIBATA Hiroshi
5022aaeb31
added definition for 2.4.0-preview3 2016-11-09 22:22:03 +09:00
Yuichiro NAITO
1aa052b32d prefer to use openssl library from Ports Collection. 2016-11-04 17:16:46 +09:00
Yuichiro NAITO
d0c91c935e support FreeBSD 11-RELEASE 2016-11-04 15:55:31 +09:00