Skip to content

Commit 1b170ee

Browse files
committed
ruby-build 20130518
1 parent cac2980 commit 1b170ee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Version History
22

3+
#### 20130518
4+
* Added a definition for JRuby 1.7.4
5+
36
#### 20130514
47
* Added a definition for Ruby 2.0.0-p195
58
* Added a definition for Ruby 1.9.3-p429
@@ -14,7 +17,6 @@
1417
* Default RBENV_VERSION to the globally-specified Ruby
1518

1619
#### 20130408
17-
* Added a definition for jruby-1.7.4-dev
1820
* Added a definition for mruby-dev
1921
* Added a definition for topaz-dev :gem:
2022
* List matching definitions on ambiguous version specification

bin/ruby-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
RUBY_BUILD_VERSION="20130514"
3+
RUBY_BUILD_VERSION="20130518"
44

55
set -E
66
exec 3<&2 # preserve original stderr at fd 3

0 commit comments

Comments
 (0)