Skip to content

Commit 1d254ef

Browse files
committed
ruby-build 20130806
1 parent 6effb80 commit 1d254ef

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

3+
#### 20130806
4+
* Change protocol of the ruby-lang.org server from HTTP to FTP
5+
36
#### 20130628
47
* Added a definition for Ruby 2.0.0-p247
58
* Added a definition for Ruby 1.9.3-p448

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Or, if you would like to install the latest development release:
6565
To install a Ruby version for use with rbenv, run `rbenv install` with
6666
the exact name of the version you want to install. For example,
6767

68-
rbenv install 1.9.3-p392
68+
rbenv install 1.9.3-p448
6969

7070
Ruby versions will be installed into a directory of the same name
7171
under `~/.rbenv/versions`.
@@ -84,7 +84,7 @@ Run the `ruby-build` command with the exact name of the version you
8484
want to install and the full path where you want to install it. For
8585
example,
8686

87-
ruby-build 1.9.3-p392 ~/local/ruby-1.9.3-p392
87+
ruby-build 1.9.3-p448 ~/local/ruby-1.9.3-p448
8888

8989
To see a list of all available Ruby versions, run `ruby-build
9090
--definitions`.

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="20130628"
3+
RUBY_BUILD_VERSION="20130806"
44

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

0 commit comments

Comments
 (0)