Commit graph

923 commits

Author SHA1 Message Date
Erik Michaels-Ober
a55247a8c5 ruby-build 20150319zf v20150319zf
See https://github.com/sstephenson/ruby-build/pull/733 to get the joke.
2015-03-19 18:30:41 -07:00
Erik Michaels-Ober
9e30bb9b78 Merge pull request #733 from deepj/master
Upgrade openssl-1.0.1m
2015-03-19 13:53:10 -07:00
deepj
54d0000e06 Upgrade openssl-1.0.1m 2015-03-19 21:10:52 +01:00
Erik Michaels-Ober
7f3cc017ac ruby-build 20150303 v20150303 2015-03-03 09:08:59 +01:00
SHIBATA Hiroshi
4bc5d3bdf4 Merge pull request #727 from hsbt/ruby221
added definition of Ruby 2.2.1
2015-03-03 15:55:42 +09:00
Mislav Marohnić
0901e41383 Merge branch 'fast-travis' 2015-02-28 12:56:47 +13:00
SHIBATA Hiroshi
a47839fdf4 added definition of Ruby 2.2.1 2015-02-27 19:44:51 +09:00
Mislav Marohnić
fc5e392a54 Set Travis-specific PATH in travis.yml 2015-02-27 02:16:46 +13:00
Mislav Marohnić
63ea89819b Opt into fast Travis CI builds 2015-02-27 02:07:40 +13:00
Erik Michaels-Ober
3851f4d7e3 ruby-build 20150226 v20150226 2015-02-26 10:29:47 +01:00
Mislav Marohnić
e2add1429f Merge pull request #724 from robbiegill/fix-jruby-version
Rename jruby-9.0.0.0-pre1 to jruby-9.0.0.0.pre1
2015-02-26 13:15:19 +13:00
Robbie Gill
844d07e02b Rename jruby-9.0.0.0-pre1 to jruby-9.0.0.0.pre1
So the installed ruby version will match what is used in `.ruby-version` files
2015-02-25 13:49:20 -08:00
SHIBATA Hiroshi
070282a189 Merge pull request #723 from hsbt/ruby200
added definition of ruby 2.0.0-p643
2015-02-25 22:45:35 +09:00
SHIBATA Hiroshi
6a96ff6eda reverted openssl digest 2015-02-25 22:40:41 +09:00
SHIBATA Hiroshi
b13ed2282c added definition of ruby 2.0.0-p643 2015-02-25 22:09:45 +09:00
SHIBATA Hiroshi
8106d8f33f Merge pull request #719 from sstephenson/remove-obsoleted-definitions
removed jruby-9000 definitions
2015-02-09 21:51:39 +09:00
SHIBATA Hiroshi
a8108eb923 removed jruby-9000 definitions, these are old name of jruby 9k 2015-02-02 22:06:44 +09:00
Erik Michaels-Ober
0e1ceb4ef7 ruby-build 20150130 v20150130 2015-01-30 11:31:22 -08:00
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 v20150116 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 v20150112 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 v20141225
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