- 26 Sep, 2014 1 commit
-
-
Makoto Sasaki committed
-
- 24 Sep, 2014 2 commits
-
-
Upgrade OpenSSL library to 1.0.1i
SHIBATA Hiroshi committed -
Previous versions of the library contain several vulnerabilities: https://www.openssl.org/news/secadv_20140806.txt
Holger Just committed
-
- 20 Sep, 2014 1 commit
-
-
OS X: Fixes check for OpenSSL version Fixes #606
Mislav Marohnić committed
-
- 19 Sep, 2014 3 commits
-
-
Mislav Marohnić committed
-
Added definition of new rubies
SHIBATA Hiroshi committed -
SHIBATA Hiroshi committed
-
- 18 Sep, 2014 4 commits
-
-
Erik Michaels-Ober committed
-
SHIBATA Hiroshi committed
-
Add 2.2.0-preview1
Mislav Marohnić committed -
cosmo0920 committed
-
- 11 Sep, 2014 1 commit
-
-
Show specific upgrade instructions based on environment
Mislav Marohnić committed
-
- 10 Sep, 2014 3 commits
-
-
Add missing checksums to Rubinius definitions
Mislav Marohnić committed -
Mislav Marohnić committed
-
Workaround for travis-ci/travis-ci#1719
Mislav Marohnić committed
-
- 09 Sep, 2014 6 commits
-
-
Mislav Marohnić committed
-
Mislav Marohnić committed
-
On Fedora, this results in a nice "Fedora 19" identifier and doesn't show the codename "Schrödinger’s Cat" which is otherwise contained in `/etc/fedora-release`. On Arch, this shows "Arch Linux" where previously we had no info for it (for some reason, `/etc/arch-release` is empty). http://www.freedesktop.org/software/systemd/man/os-release.html
Mislav Marohnić committed -
Because ruby-build is both a Homebrew formula and an rbenv plugin, some people end up with both installed. In these cases, executing `rbenv install` vs. `ruby-build` might not use the same install. Users end up being unsure where `rbenv install` is coming from and upgrading it from the wrong location. This detect whether ruby-build is contained in Homebrew or git and shows upgrade instructions accordingly. Example: See all available versions with \`rbenv install --list'. If the version you need is missing, try upgrading ruby-build: brew update && brew upgrade ruby-buildMislav Marohnić committed -
`rbenv install` completion includes definitions from plugins
Mislav Marohnić committed -
Before, `ruby-build --definitions` was invoked sooner than RUBY_BUILD_DEFINITIONS was built up with paths from rbenv plugins.
Mislav Marohnić committed
-
- 08 Sep, 2014 15 commits
-
-
[ci skip]
Mislav Marohnić committed -
Mislav Marohnić committed
-
On FreeBSD 10, stop defaulting to MAKE=gmake
Mislav Marohnić committed -
Sort Ruby versions when listing available definitions
Mislav Marohnić committed -
Stable releases should now be sorted as a higher version than preview releases or RCs. For instance: - 1.9.3-preview < 1.9.3-rc1 < 1.9.3-p0 - 2.1.0-dev < 2.1.0-rc1 < 2.1.0 - jruby-1.7.0-preview1 < jruby-1.7.0-rc1 < jruby-1.7.0
Mislav Marohnić committed -
Fixes #604
Mislav Marohnić committed -
This detects when `/tmp` has been mounted with "noexec" mode and avoids the cryptic error: ./configure: Permission denied Hopefully the information provided will be enough for the user to know that they have to change TMPDIR to another location.
Mislav Marohnić committed -
Mislav Marohnić committed
-
It appears that regular `make` that ships on FreeBSD 10 is compatible enough to build Rubies. This enables ruby-build on fresh FreeBSD installs (which don't have `gmake` by default) without having to explicitly set `MAKE=make`.
Mislav Marohnić committed -
Mislav Marohnić committed
-
Closes #610
Mislav Marohnić committed -
Now supports `-h|--help`.
Mislav Marohnić committed -
This has the CI step verify the checksums for URLs that might have been added or edited to build definitions in a pull request.
Mislav Marohnić committed -
On FreeBSD, use the same approach as OS X with `sysctl`.
Mislav Marohnić committed -
Make build output and log more useful
Mislav Marohnić committed
-
- 06 Sep, 2014 4 commits
-
-
Fix `rbenv install --list` for definitions auto-discovery
Mislav Marohnić committed -
The build definitions auto-discovered from rbenv plugins would previously not appear in `--list` results due to discovery process taking place too late.
Mislav Marohnić committed -
`assert_success` doesn't accept an argument via stdin
Mislav Marohnić committed -
This is useful info for when someone is pasting build output to our issue tracker seeking support.
Mislav Marohnić committed
-