SHIBATA Hiroshi
331a408adc
Merge pull request #1136 from juanibiapina/relax-java-version-regexp
...
Relax java version regexp
2017-11-27 15:26:35 +09:00
SHIBATA Hiroshi
449ba6b39b
Merge pull request #1150 from scop/ncpus
...
num_cpu_cores: Prefer getconf over cpuinfo grep, simplify grep usage
2017-11-13 19:22:07 +09:00
Ville Skyttä
67c47603ee
num_cpu_cores: Prefer getconf over cpuinfo grep, simplify grep usage
2017-11-09 09:28:49 +02:00
SHIBATA Hiroshi
eabe1f36a5
Merge pull request #1149 from koic/add_definition_for_jruby_9_1_14_0
...
Add definition for JRuby 9.1.14.0
2017-11-09 09:57:56 +09:00
Koichi ITO
d41f0fee20
Add definition for JRuby 9.1.14.0
...
## Summary
JRuby 9.1.14.0 has been released.
http://jruby.org/2017/11/08/jruby-9-1-14-0.html
## Other Information
JRuby 9.1.14.0+ download URL has changed.
https://github.com/rbenv/ruby-build/issues/1148
2017-11-09 09:39:14 +09:00
Kevin Bullock
5d5792f6ca
Build Ruby against the right OpenSSL on macOS if pkg-config is present ( #1085 )
2017-11-06 20:53:31 -06:00
SHIBATA Hiroshi
c2ea18bde7
Merge pull request #1145 from deepj/fix-the-latest-openssl-upgrade
...
Fix OpenSSL version
2017-11-06 12:53:45 +09:00
deepj
b161260278
Fix OpenSSL version
2017-11-06 04:36:49 +01:00
SHIBATA Hiroshi
b6892ea60d
Fixed wrong package name
2017-11-06 09:23:10 +09:00
SHIBATA Hiroshi
619bc4a282
Merge pull request #1144 from deepj/openssl-102m-110g
...
Upgrade to OpenSSL 1.0.2m and 1.1.0g
2017-11-04 08:02:08 +09:00
deepj
4b0bf0e17e
Upgrade to OpenSSL 1.1.0g
2017-11-03 15:59:17 +01:00
deepj
88767ed228
Upgrade to OpenSSL 1.0.2m
2017-11-03 15:56:10 +01:00
SHIBATA Hiroshi
f41e8474a8
ubygems.rb is unavailable on Ruby 2.5
2017-10-12 11:57:46 +09:00
SHIBATA Hiroshi
51e6f5d673
Merge pull request #1137 from rbenv/2.5.0-preview1
...
Added 2.5.0-preview1 definition
2017-10-10 19:04:31 +09:00
SHIBATA Hiroshi
9d2fa1285f
Added 2.5.0-preview1 definition
2017-10-10 19:01:19 +09:00
Juan Ibiapina
4889ec7ca6
Relax java version regexp
...
This allows the java version to be specified as "9", instead of "1.9".
Closes #1135
2017-10-09 12:54:13 +02:00
SHIBATA Hiroshi
e40cd1f73b
Merge pull request #1132 from Watson1978/rbx
...
Add rbx-3.83 and rbx-3.84
2017-09-26 12:26:01 +09:00
Watson
97a2694294
Add rbx-3.83 and rbx-3.84
2017-09-20 16:31:04 +09:00
SHIBATA Hiroshi
ae1f2850bb
bump version to 20170914
v20170914
2017-09-14 23:02:46 +09:00
SHIBATA Hiroshi
3074941570
Merge branch 'ruby-release'
2017-09-14 23:01:52 +09:00
SHIBATA Hiroshi
c8a7b08d0e
Added 2.2.8, 2.3.5 and 2.4.2
2017-09-14 23:01:41 +09:00
SHIBATA Hiroshi
0ae52819ba
Merge pull request #1059 from yyuu/sha256sum-quiet-is-available-only-on-verifying-digest
...
`--quiet` option isn't sensible sha256sum(1) of GNU coreutils
2017-09-07 18:31:11 +09:00
Yamashita, Yuu
4b9f7eefd8
--quiet option isn't sensible sha256sum(1) of GNU coreutils (yyuu/pyenv#840 )
...
The option is available only if verifying digest, not available when computing digest.
> --quiet
> don't print OK for each successfully verified file
2017-09-07 09:21:28 +00:00
SHIBATA Hiroshi
9c1ea6ffcd
Merge pull request #1120 from wilson/master
...
Quote JRuby check on FreeBSD to avoid "unary operator" syntax issue.
2017-09-07 17:18:59 +09:00
SHIBATA Hiroshi
eecb7a91a2
Merge pull request #1127 from yyuu/sha256sum-extra-whitespaces
...
Ignore everything after whitespace in the output from sha256sum
2017-09-07 17:12:05 +09:00
SHIBATA Hiroshi
1e9c4b9512
Merge pull request #1128 from yahonda/add_jruby91130
...
Add JRuby 9.1.13.0
2017-09-07 07:55:57 +09:00
Yasuo Honda
e4f6be46d6
Add JRuby 9.1.13.0
2017-09-06 20:49:58 +00:00
Yamashita, Yuu
041c586cb6
Ignore everything after whitespace in the output from sha256sum ( fixes #1126 )
...
The issue has originarily reported as pyenv/pyenv#902 .
Unlike sha256sum of GNU coreutils, BusyBox one doesn't print '*'
and prints extra whitespaces, when computing digest from stdin.
sha256sum (GNU coreutils 8.26)
```
% cat /sbin/init | sha256sum -b
ef753e9504ada221155b86e7e6b7b4ff2499d64e27bcd959f0542bcac589feb1 *-
```
sha256sum (BusyBox v1.26.2)
```
/ # cat /sbin/init | sha256sum -b
4cd6d1a4028772fabc9166bb52b5826aec4e91874c107fce33dc515c04cb754f -
```
I also confirmed that md5sum behaves just similarly.
2017-09-06 01:24:29 +00:00
SHIBATA Hiroshi
86909bfd59
Merge pull request #1123 from hfm/mruby-1-3-0
...
Add mruby 1.3.0
2017-08-26 10:50:15 +09:00
OKUMURA Takahiro
a6e2a4ec8d
Add mruby 1.3.0
...
Release:
https://github.com/mruby/mruby/releases/tag/1.3.0
Announcementns:
http://mruby.org/releases/2017/07/04/mruby-1.3.0-released.html
2017-08-26 10:20:40 +09:00
Mislav Marohnić
16aa672e0d
Merge branch 'readme-update'
...
Closes #1106
2017-08-23 10:16:22 +02:00
Mislav Marohnić
bf66facbe7
README touch-ups
2017-08-23 10:07:25 +02:00
SHIBATA Hiroshi
254728e0fd
Merge pull request #1122 from yahonda/add_jruby_9200_snapshot
...
Add JRuby 9.2.0.0 snapshot
2017-08-16 08:10:59 +09:00
Yasuo Honda
edfe1d0e12
Add JRuby 9.2.0.0 snapshot
2017-08-14 20:10:28 +00:00
Wilson Bilkovich
da5a8f9d74
Quote JRuby check on FreeBSD to avoid "unary operator" syntax issue.
2017-07-30 20:04:18 -07:00
SHIBATA Hiroshi
59607cbe9b
bump version to v20170726
v20170726
2017-07-26 13:40:46 +09:00
SHIBATA Hiroshi
db3e43ae51
Merge pull request #1104 from rbenv/openssl-check
...
Improve check for openssl on macOS
2017-07-25 12:00:42 +09:00
SHIBATA Hiroshi
762b655112
Merge pull request #1117 from jsyeo/jsyeo-rbx-81-82
...
Add rbx-3.81 and rbx-3.82
2017-07-25 11:58:29 +09:00
Jason Yeo
414c974437
Add rbx-3.81 and rbx-3.82
2017-07-25 10:43:17 +08:00
Ryan Lue
096a212d8f
Update README overhaul
2017-07-10 15:00:21 +08:00
Ryan Lue
ab06a8b1f8
Update README overhaul
2017-07-10 14:58:56 +08:00
Ryan Lue
af2df4e74a
Overhaul README
2017-07-10 14:49:08 +08:00
SHIBATA Hiroshi
476d09b66a
Merge pull request #1107 from koic/add_definition_for_jruby_9_1_11_0_and_9_1_12_0
...
Add definition for JRuby 9.1.11.0 and 9.1.12.0
2017-06-16 15:07:44 +09:00
Koichi ITO
67af144e07
Add definition for JRuby 9.1.12.0
...
http://jruby.org/2017/06/15/jruby-9-1-12-0.html
2017-06-16 13:01:32 +09:00
Koichi ITO
1c278515ce
Add definition for JRuby 9.1.11.0
...
http://jruby.org/2017/06/14/jruby-9-1-11-0.html
2017-06-16 13:01:25 +09:00
SHIBATA Hiroshi
f7a11d796b
Merge pull request #1105 from rbenv/ignore-bats
...
Added gitignore for bats repository
2017-06-13 16:51:39 +09:00
SHIBATA Hiroshi
a96273d07a
Added gitignore for bats repository
2017-06-13 16:03:22 +09:00
SHIBATA Hiroshi
f81c95dc61
Merge pull request #1098 from rbenv/update-gems
...
invoke make update-gems before make install with ruby-trunk
2017-06-13 09:20:54 +09:00
SHIBATA Hiroshi
f7c96a7078
Merge branch 'master' into update-gems
2017-06-13 07:23:36 +09:00
Jeremy Daer
3ea03e3dee
Ruby 2.2 entered unsupported security maintenance on 2016-12-25
2017-06-12 09:57:10 -07:00