mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-17 21:31:08 +02:00
ruby-build 20131226
This commit is contained in:
parent
938b1a1790
commit
7fbe5af432
2 changed files with 10 additions and 5 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,14 +1,17 @@
|
|||
## Version History
|
||||
|
||||
#### 20131226
|
||||
* Add Rubinius 2.2.2
|
||||
|
||||
#### 20131225.1
|
||||
* Fix typos in Ruby 2.1.0, 2.1.0-dev, and 2.2.0-dev definitions
|
||||
|
||||
#### 20131225
|
||||
* Add Ruby 2.2.0-dev
|
||||
* Add Ruby 2.1.0
|
||||
* Update Ruby 2.1.0-dev git branch
|
||||
* Add Ruby 1.9.2-p326
|
||||
* Add Ruby 1.8.7-p375
|
||||
* Add Ruby 1.9.2-p326
|
||||
* Update Ruby 2.1.0-dev git branch
|
||||
* Add Ruby 2.1.0
|
||||
* Add Ruby 2.2.0-dev
|
||||
|
||||
#### 20131220.1
|
||||
* Fix JRuby installation on non-BSD systems
|
||||
|
@ -33,6 +36,8 @@
|
|||
* Add Ruby 1.9.3-p484
|
||||
* Add Ruby 2.0.0-p353
|
||||
* Add Ruby 2.1.0-preview2
|
||||
* Add Rubinius 2.2.0
|
||||
* Add Rubinius 2.2.1
|
||||
|
||||
#### 20131115
|
||||
* Add JRuby 1.7.7
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
RUBY_BUILD_VERSION="20131225.1"
|
||||
RUBY_BUILD_VERSION="20131226"
|
||||
|
||||
set -E
|
||||
exec 3<&2 # preserve original stderr at fd 3
|
||||
|
|
Loading…
Reference in a new issue