Commit graph

957 commits

Author SHA1 Message Date
Erik Michaels-Ober
75d2f92d81 Add JRuby 1.7.19 2015-01-30 11:26:34 -08:00
Erik Michaels-Ober
02224f12a1 Merge pull request #716 from tmornini/master
add rbx-2.5.2
2015-01-30 11:17:40 -08:00
Tom Mornini
2cf0585503 add rbx-2.5.2 2015-01-30 11:15:38 -08:00
Mislav Marohnić
4c1f8842e6 Avoid double shebangs when fixing Rubinius gem binstubs
This is to fix the error when installing new gems that have executables
which match existing binstubs in the Rubinius bin directory:

    "bundle" from bundler conflicts with PREFIX/gems/bin/bundle

RubyGems is supposed to override the binstub if it detects that the
previous one was also generated by RubyGems for the gem of the same
name, but its detection mechanism gets thrown off by having a double
shebang as a result of our binstubs fixing process.

https://github.com/rubygems/rubygems/blob/v2.2.2/lib/rubygems/installer.rb#L149-L154

This avoids generating binstubs with a double shebang.
2015-01-29 01:36:04 -08:00
Erik Michaels-Ober
61448a0f19 Merge pull request #714 from tmornini/master
add rbx-2.5.1
2015-01-27 12:22:11 -08:00
Tom Mornini
4c05b48323 add rbx-2.5.1 2015-01-27 11:52:25 -08:00
Mislav Marohnić
95373b462c Avoid ERR trap activating if there's no brew command
When generating SHA2 checksums with `openssl`, we want to give
preference to the newer OpenSSL that might have been installed with
Homebrew. However if there's no `brew` command the ERR trap will kick in
and display the "BUILD FAILED" notice although the build would proceed
to run.

Related: c0dc8908e1

Fixes #713
2015-01-26 15:07:55 -08:00
Mislav Marohnić
7f1d8df3fe Read Java version number even if it's not on the 1st line
Handles output like:

    Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/java/jayatanaag.jar
    java version "1.8.0_31"

Fixes #710
2015-01-21 16:51:29 -08:00
Mislav Marohnić
f674efd603 Merge pull request #711 from deepj/master
Fix JRuby 9.0.0.0-pre1 definition
2015-01-21 11:53:05 -08:00
deepj
dcacee5931 Fix JRuby 9.0.0.0-pre1 definition 2015-01-21 20:26:31 +01:00
Erik Michaels-Ober
ad52e6e978 Merge pull request #709 from deepj/master
Add JRuby 9.0.0.0.pre1
2015-01-21 10:00:06 +01:00
deepj
902e300307 Add JRuby 9.0.0.0.pre1 2015-01-21 01:16:29 +01:00
Erik Michaels-Ober
43b304a45e Add Rubinius 2.5.0 2015-01-18 23:41:30 +01:00
Erik Michaels-Ober
e12b960233 ruby-build 20150116 2015-01-16 15:24:18 +01:00
Erik Michaels-Ober
8627b8d178 Merge pull request #705 from deepj/master
Upgrade openssl-1.0.1l
2015-01-16 15:23:35 +01:00
deepj
67a0338480 Upgrade openssl-1.0.1l 2015-01-16 08:48:44 +01:00
Erik Michaels-Ober
16777c78e5 Merge pull request #702 from zzak/patch-1
mruby 1.1.0 was released
2015-01-13 09:51:15 +01:00
Zachary Scott
2ba0330438 mruby 1.1.0 was released
See the [annoucement](http://www.mruby.org/releases/2014/11/19/mruby-1.1.0-released.html).
2015-01-12 21:38:38 -08:00
Erik Michaels-Ober
10c15673fc ruby-build 20150112 2015-01-12 12:47:24 +01:00
SHIBATA Hiroshi
73988db2ae Merge pull request #700 from deepj/master
Upgrade openssl-1.0.1k
2015-01-09 09:29:00 +09:00
deepj
56b3989b1c Upgrade openssl-1.0.1k 2015-01-08 22:28:11 +01:00
Mislav Marohnić
4aeeac23ab Merge branch 'rbx-llvm-fix'
Closes #664, closes #682
2015-01-02 12:30:04 -08:00
Yonsy Solis
47cd43ad6f Add rbx-2.4.0, rbx-2.4.1 2015-01-02 12:14:38 -08:00
Mislav Marohnić
3b6f96df34 Lookup LLVM 3.5 from Homebrew on require_llvm on OS X
Prior to this we tried to use pre-built LLVM binaries since Yosemite,
but starting with Rubinius 2.3.0 this is no longer a feature of its
build system. Instead, look for "llvm" Homebrew package and suggest
installing it if it's missing.
2015-01-02 12:14:37 -08:00
Michele Bologna
d859ee12f2 Add rbx-2.3.0 2015-01-02 12:14:06 -08:00
SHIBATA Hiroshi
1c0509a445 Merge pull request #694 from deepj/master
Add Ruby 2.3.0 dev definition
2014-12-30 09:02:37 +09:00
deepj
130fadbbee Add Ruby 2.3.0 dev definition 2014-12-29 16:07:17 +01:00
Erik Michaels-Ober
45b75ed95e Update examples to use 2.2.0 2014-12-25 10:06:58 -06:00
Erik Michaels-Ober
be7d096d23 ruby-build 20141225
Closes https://github.com/sstephenson/ruby-build/issues/689.
2014-12-25 09:45:37 -06:00
SHIBATA Hiroshi
e455975286 Merge pull request #688 from hsbt/ruby220
Added definition of Ruby 2.2.0
2014-12-25 19:00:39 +09:00
SHIBATA Hiroshi
9bffe18e8a added definition of ruby 2.2.0 2014-12-25 18:58:38 +09:00
Erik Michaels-Ober
a2e7795fea Merge pull request #687 from neojin/add-jruby-1.7.18
add jruby-1.7.18
2014-12-24 14:19:54 -06:00
Jin Lee
e2579ebb74 add jruby-1.7.18 2014-12-24 09:34:03 -08:00
Erik Michaels-Ober
dd1ab1dded ruby-build 20141222 2014-12-22 07:25:34 -05:00
SHIBATA Hiroshi
27ecb9b626 Merge pull request #684 from deepj/master
Add definition of Ruby 2.2.0-rc1
2014-12-19 10:32:44 +09:00
deepj
34de110764 Add definition of Ruby 2.2.0-rc1 2014-12-19 01:05:17 +01:00
Mislav Marohnić
30ec563272 Merge pull request #679 from headius/master
Final dist filename change for JRuby 9000.
2014-12-16 13:08:11 -08:00
Erik Michaels-Ober
b79e713655 ruby-build 20141210 2014-12-10 15:52:53 +01:00
SHIBATA Hiroshi
0aeb918cf9 Merge pull request #681 from dkoprov/jruby-1.7.17
Add jruby-1.7.17
2014-12-10 22:52:13 +09:00
Dmitry Koprov
c54b8cb319 Add jruby-1.7.17
http://www.jruby.org/2014/12/09/jruby-1-7-17

Highlights:
  56 issues fixed for 1.7.17
  native crypt()
  Fixed bad encoding of string interpolated within backticks
  popen2+ now works properly with env hash
  improvements to align MRI and JRuby FFI
  updated stdlib to 1.9.3p392 (+ rexml security fixes)
  tzdata updated
2014-12-10 16:13:53 +03:00
Erik Michaels-Ober
3ac8e7d022 ruby-build 20141208 2014-12-08 21:48:54 +01:00
Erik Michaels-Ober
2c61685c69 Add jruby-1.7.16.2
JRuby 1.7.16.2 has been released to address CVE-2014-8090.  All users
are encouraged to upgrade

http://jruby.org/2014/12/08/jruby-1-7-16-2.html
2014-12-08 21:47:14 +01:00
Charles Oliver Nutter
0ac93161b6 Final dist filename change for JRuby 9000. 2014-12-03 13:26:57 -06:00
SHIBATA Hiroshi
545692836e ruby-build 20141128 2014-11-28 23:35:09 +09:00
SHIBATA Hiroshi
236c45b682 Merge pull request #678 from sstephenson/2-2-0-preview2
Added definition of 2.2.0preview2
2014-11-28 23:32:21 +09:00
SHIBATA Hiroshi
2b8222bccd added definition of 2.2.0preview2 2014-11-28 23:00:02 +09:00
Mislav Marohnić
aa1976b23e Merge branch 'extra-arguments'
Fixes #667, closes #668
2014-11-26 20:47:16 -08:00
Mislav Marohnić
34246f9f2e Have rbenv-uninstall respect -h|--help 2014-11-26 20:46:44 -08:00
Mislav Marohnić
96d9cbe77c Move rbenv-install/uninstall tests to rbenv.bats 2014-11-26 20:46:44 -08:00
Mislav Marohnić
3ae43a44e2 Capitalize "Usage:" header for consistency with rbenv help system 2014-11-26 20:46:44 -08:00