mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-26 23:01:24 +01:00
ruby-build 20131122.1
This commit is contained in:
parent
5556926ab6
commit
458d333167
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
## Version History
|
||||
|
||||
#### 20131122.1
|
||||
* Fix typo in 2.1.0-preview2 definition
|
||||
|
||||
#### 20131122
|
||||
* Added a definition for 1.9.3-p484
|
||||
* Added a definition for 2.0.0-p353
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
RUBY_BUILD_VERSION="20131122"
|
||||
RUBY_BUILD_VERSION="20131122.1"
|
||||
|
||||
set -E
|
||||
exec 3<&2 # preserve original stderr at fd 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue